Searched refs:__slots__ (Results 1 - 21 of 21) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py50 __slots__ = ['_message_listener', '_values'] variable in class:BaseContainer
84 __slots__ = ['_type_checker'] variable in class:RepeatedScalarFieldContainer
181 __slots__ = ['_message_descriptor'] variable in class:RepeatedCompositeFieldContainer
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py66 __slots__ = [] variable in class:Message
/external/protobuf/python/google/protobuf/
H A Dmessage.py66 __slots__ = [] variable in class:Message
/external/chromium_org/third_party/jinja2/
H A Druntime.py109 __slots__ = ('parent', 'vars', 'environment', 'eval_ctx', 'exported_vars', variable in class:Context
359 __slots__ = ('context',) variable in class:LoopContextIterator
456 __slots__ = ('_undefined_hint', '_undefined_obj', '_undefined_name', variable in class:Undefined
540 __slots__ = () variable in class:DebugUndefined
573 __slots__ = () variable in class:StrictUndefined
581 del Undefined.__slots__, DebugUndefined.__slots__, StrictUndefined.__slots__
H A Dfilters.py706 __slots__ = () variable in class:_GroupTuple
H A Dlexer.py227 __slots__ = () variable in class:Token
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreeslice.py11 __slots__ = ['_tree', '_start', '_stop'] variable in class:TreeSlice
H A Dbintree.py18 __slots__ = ['key', 'value', 'left', 'right'] variable in class:Node
H A Davltree.py42 __slots__ = ['left', 'right', 'balance', 'key', 'value'] variable in class:Node
H A Drbtree.py44 __slots__ = ['key', 'value', 'red', 'left', 'right'] variable in class:Node
H A Dwalker.py13 __slots__ = ['_node', '_stack', '_tree'] variable in class:Walker
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py106 __slots__ = () variable in class:VarsDict
/external/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py106 __slots__ = () variable in class:VarsDict
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py50 __slots__ = ['_message_listener', '_values'] variable in class:BaseContainer
95 __slots__ = ['_type_checker'] variable in class:RepeatedScalarFieldContainer
192 __slots__ = ['_message_descriptor'] variable in class:RepeatedCompositeFieldContainer
H A Dcpp_message.py107 __slots__ = ['_message', '_cfield_descriptor', '_cmsg'] variable in class:RepeatedScalarContainer
190 __slots__ = ['_message', '_subclass', '_cfield_descriptor', '_cmsg'] variable in class:RepeatedCompositeContainer
396 dictionary: Class dictionary to which we'll add a '__slots__' entry.
403 dictionary['__slots__'] = list(dictionary['__descriptors'].iterkeys()) + [
/external/chromium_org/tools/site_compare/commands/
H A Dcompare2.py114 __slots__ = ["browser_path", "scraper", "outdir", "result"] variable in class:ExecuteCompare2.ScrapeInfo
H A Dmaskmaker.py102 __slots__ = ['url', 'consecutive_successes', 'errors'] variable in class:ExecuteMaskmaker.MaskmakerURL
/external/chromium_org/third_party/markupsafe/
H A D__init__.py66 __slots__ = () variable in class:Markup
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py122 __slots__ = ('data', 'offset', 'pos', 'globalState', 'localState') variable in class:OTTableReader
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py122 __slots__ = ('data', 'offset', 'pos', 'globalState', 'localState') variable in class:OTTableReader
/external/chromium_org/third_party/pymock/
H A Dmock.py142 __slots__ = ['a'] variable in class:_slotted

Completed in 1019 milliseconds