Home
last modified time | relevance | path

Searched defs:enum_types (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/apitools/apitools/gen/
Dextended_descriptor.py129 enum_types = messages.MessageField( variable in ExtendedMessageDescriptor
155 enum_types = messages.MessageField( variable in ExtendedFileDescriptor
471 def _PrintEnums(proto_printer, enum_types): argument
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Ddescriptor.py237 enum_types = messages.MessageField(EnumDescriptor, 4, repeated=True) variable in MessageDescriptor
254 enum_types = messages.MessageField(EnumDescriptor, 5, repeated=True) variable in FileDescriptor
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dmimetypes.py259 def enum_types(mimedb): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dmimetypes.py259 def enum_types(mimedb): function
/aosp_15_r20/external/python/cpython2/Lib/
Dmimetypes.py241 def enum_types(mimedb): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dmimetypes.py259 def enum_types(mimedb): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dmimetypes.py259 def enum_types(mimedb): function
/aosp_15_r20/external/python/cpython3/Lib/
Dmimetypes.py259 def enum_types(mimedb): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dmimetypes.py259 def enum_types(mimedb): function
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor.py301 enum_types=None, argument
320 nested_types, enum_types, extensions, options=None, argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py301 enum_types=None, argument
320 nested_types, enum_types, extensions, options=None, argument
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff.cpp106 AbiElementMap<const repr::EnumTypeIR *> enum_types; in ExtractUserDefinedTypes() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/proto/
H A Dabi_dump.proto191 repeated EnumType enum_types = 2; field