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

123

/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.py8 __slots__ = ['_tab'] variable in class:Monster
/external/chromium-trace/catapult/devil/devil/utils/
H A Dgeometry.py16 __slots__ = () variable in class:Point
49 __slots__ = () variable in class:Rectangle
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dgeometry.py16 __slots__ = () variable in class:Point
49 __slots__ = () variable in class:Rectangle
/external/flatbuffers/tests/MyGame/Example/
H A DTest.py8 __slots__ = ['_tab'] variable in class:Test
H A DTestSimpleTableWithEnum.py8 __slots__ = ['_tab'] variable in class:TestSimpleTableWithEnum
H A DStat.py8 __slots__ = ['_tab'] variable in class:Stat
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.py8 __slots__ = ['_tab'] variable in class:StructInNestedNS
H A DTableInNestedNS.py8 __slots__ = ['_tab'] variable in class:TableInNestedNS
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
H A DX25.py27 __slots__ = ['address'] variable in class:X25
H A DSSHFP.py32 __slots__ = ['algorithm', 'fp_type', 'fingerprint'] variable in class:SSHFP
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
H A DA.py27 __slots__ = ['address'] variable in class:A
H A DAAAA.py27 __slots__ = ['address'] variable in class:AAAA
H A DDHCID.py26 __slots__ = ['data'] variable in class:DHCID
H A DNSAP.py27 __slots__ = ['address'] variable in class:NSAP
H A DAPL.py37 __slots__ = ['family', 'negation', 'address', 'prefix'] variable in class:APLItem
82 __slots__ = ['items'] variable in class:APL
/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DSecondTableInA.py8 __slots__ = ['_tab'] variable in class:SecondTableInA
H A DTableInC.py8 __slots__ = ['_tab'] variable in class:TableInC
/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.py8 __slots__ = ['_tab'] variable in class:TableInC
/external/nanopb-c/generator/google/protobuf/
H A Dmessage.py66 __slots__ = [] variable in class:Message
/external/protobuf/python/google/protobuf/
H A Dmessage.py65 __slots__ = [] variable in class:Message
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py49 # doesn't define __slots__. This causes two significant problems:
52 # classes *do* define __slots__.
54 # 2. we can't safely derive a C type from it without __slots__ defined (the
60 # 1. We declare __slots__.
66 # __slots__ properly disallow arbitrary element assignment.
69 __slots__ = () variable in class:Mapping
117 __slots__ = () variable in class:MutableMapping
181 # __slots__.
190 __slots__ = ['_message_listener', '_values'] variable in class:BaseContainer
235 __slots__ variable in class:RepeatedScalarFieldContainer
348 __slots__ = ['_message_descriptor'] variable in class:RepeatedCompositeFieldContainer
439 __slots__ = ['_key_checker', '_value_checker', '_values', '_message_listener'] variable in class:ScalarMap
522 __slots__ = ['_key_checker', '_values', '_message_listener', variable in class:MessageMap
[all...]
/external/libmojo/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__
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Dnode.py32 __slots__ = ['rdatasets'] variable in class:Node
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
H A Dnsbase.py30 __slots__ = ['target'] variable in class:NSBase
H A Dtxtbase.py29 __slots__ = ['strings'] variable in class:TXTBase

Completed in 316 milliseconds

123