/external/protobuf/python/google/protobuf/internal/ |
D | containers.py | 50 __slots__ = ['_message_listener', '_values'] variable in BaseContainer 95 __slots__ = ['_type_checker'] variable in RepeatedScalarFieldContainer 192 __slots__ = ['_message_descriptor'] variable in RepeatedCompositeFieldContainer
|
D | cpp_message.py | 107 __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/ |
D | containers.py | 50 __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/ |
D | local.py | 44 __slots__ = ('__storage__', '__lock__') variable in Local 120 __slots__ = ('__local', '__dict__', '__name__') variable in LocalProxy
|
D | sessions.py | 110 __slots__ = ('container', 'new', 'modified') variable in SessionDict
|
/external/nanopb-c/generator/google/protobuf/ |
D | message.py | 66 __slots__ = [] variable in Message
|
/external/protobuf/python/google/protobuf/ |
D | message.py | 66 __slots__ = [] variable in Message
|
/external/skia/platform_tools/android/gyp_gen/ |
D | vars_dict_lib.py | 106 __slots__ = () variable in VarsDict
|
/external/chromium-trace/trace-viewer/third_party/six/ |
D | test_six.py | 778 __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
|
D | CHANGES | 38 - 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/ |
D | intset.py | 26 __slots__ = ["_neg"] variable in _Infinity 84 __slots__ = ["_ranges","_min","_max","_hash"] variable in IntSet
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
D | cookies.py | 241 __slots__ = ('name', 'value') variable in Morsel
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otBase.py | 122 __slots__ = ('data', 'offset', 'pos', 'globalState', 'localState') variable in OTTableReader
|