Home
last modified time | relevance | path

Searched refs:__slots__ (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dcontainers.py50 __slots__ = ['_message_listener', '_values'] variable in BaseContainer
95 __slots__ = ['_type_checker'] variable in RepeatedScalarFieldContainer
192 __slots__ = ['_message_descriptor'] variable in RepeatedCompositeFieldContainer
Dcpp_message.py107 __slots__ = ['_message', '_cfield_descriptor', '_cmsg'] variable in RepeatedScalarContainer
190 __slots__ = ['_message', '_subclass', '_cfield_descriptor', '_cmsg'] variable in RepeatedCompositeContainer
/external/nanopb-c/generator/google/protobuf/internal/
Dcontainers.py50 __slots__ = ['_message_listener', '_values'] variable in BaseContainer
95 __slots__ = ['_type_checker'] variable in RepeatedScalarFieldContainer
192 __slots__ = ['_message_descriptor'] variable in RepeatedCompositeFieldContainer
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dlocal.py44 __slots__ = ('__storage__', '__lock__') variable in Local
120 __slots__ = ('__local', '__dict__', '__name__') variable in LocalProxy
Dsessions.py110 __slots__ = ('container', 'new', 'modified') variable in SessionDict
/external/nanopb-c/generator/google/protobuf/
Dmessage.py66 __slots__ = [] variable in Message
/external/protobuf/python/google/protobuf/
Dmessage.py66 __slots__ = [] variable in Message
/external/skia/platform_tools/android/gyp_gen/
Dvars_dict_lib.py106 __slots__ = () variable in VarsDict
/external/chromium-trace/trace-viewer/third_party/six/
Dtest_six.py778 __slots__ = ["a", "b"] variable in test_add_metaclass.MySlots
781 assert MySlots.__slots__ == ["a", "b"]
788 __slots__ = "ab" variable in test_add_metaclass.MyStringSlots
790 assert MyStringSlots.__slots__ == "ab"
797 __slots__ = "__weakref__", variable in test_add_metaclass.MySlotsWeakref
DCHANGES38 - Issue #88: Fix add_metaclass when the class has `__slots__` containing
136 - Issue #47: Fix add_metaclass on classes with a string for the __slots__
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dintset.py26 __slots__ = ["_neg"] variable in _Infinity
84 __slots__ = ["_ranges","_min","_max","_hash"] variable in IntSet
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dcookies.py241 __slots__ = ('name', 'value') variable in Morsel
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py122 __slots__ = ('data', 'offset', 'pos', 'globalState', 'localState') variable in OTTableReader