Searched refs:current_scope (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c99 static Typetab *current_scope = 0; /* Current type scope */ variable
146 current_scope = NewHash();
147 global_scope = current_scope;
149 Setattr(current_scope, "name", ""); /* No name for global scope */
151 Setattr(current_scope, "typetab", current_typetab);
155 Setattr(scopes, "", current_scope);
177 Typetab *t = SwigType_find_scope(current_scope, type);
245 Setattr(s, "parent", current_scope);
255 current_scope = s;
271 inherits = Getattr(current_scope, "inheri
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_task_manager.rb96 assert_equal ["a", "b"], @tm.current_scope
107 assert_equal ["a"], @tm.current_scope
119 assert_equal [], @tm.current_scope
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtask.rb80 @scope = app.current_scope
H A Dtask_manager.rb197 def current_scope method in class:Rake.TaskManager

Completed in 83 milliseconds