HomeSort by relevance Sort by last modified time
    Searched defs:metaclass (Results 1 - 7 of 7) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/chicken/
swigclosprefix.scm 12 (define-class <swig-metaclass-$module> (<class>) (void))
14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
  /prebuilts/misc/common/swig/include/2.0.11/guile/
common.scm 14 (define-class <swig-metaclass> (<class>)
17 (define-method (initialize (class <swig-metaclass>) initargs)
23 #:metaclass <swig-metaclass>
68 (export <swig-metaclass> <swig>)
  /external/chromium_org/third_party/jinja2/
_compat.py 94 # dummy metaclass for one level of class instanciation that replaces
95 # itself with the actual metaclass. Because of internal type checks
96 # we also need to make sure that we downgrade the custom metaclass
102 class metaclass(meta): class in function:with_metaclass
109 return metaclass('temporary_class', None, {})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 128 class metaclass(type): class in inherits:type
132 __metaclass__ = metaclass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 128 class metaclass(type): class in inherits:type
132 __metaclass__ = metaclass
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 6570 bool metaclass = ((flags & CLS_META) != 0); local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 335 milliseconds