HomeSort by relevance Sort by last modified time
    Searched full:classmethods (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaObjCXX/
instantiate-message.mm 5 @interface ClassMethods
6 + (ClassMethods *)method1:(void*)ptr;
18 R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type 'ClassMethods2 *' with an rvalue of type 'ClassMethods *'}}
21 template void test_class_method<ClassMethods, ClassMethods>(void*);
22 template void test_class_method<ClassMethods, ClassMethods>(int*);
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 124 'ActionController::Benchmarking::ClassMethods',
130 'ActionController::Caching::Pages::ClassMethods',
133 'ActionController::Components::ClassMethods',
136 'ActionController::Filters::ClassMethods',
139 'ActionController::Helpers::ClassMethods',
142 'ActionController::Layout::ClassMethods',
144 'ActionController::Macros::AutoComplete::ClassMethods',
145 'ActionController::Macros::InPlaceEditing::ClassMethods',
148 'ActionController::Pagination::ClassMethods',
154 'ActionController::Scaffolding::ClassMethods',
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 12 module ClassMethods
35 Class === klass and klass.extend( ClassMethods )
62 Class === klass and klass.extend( Builder::ClassMethods )
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 59 # FIXME: These are @classmethods because bugzilla.py doesn't have a Tool object (thus no User instance).
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 2629 milliseconds