Home
last modified time | relevance | path

Searched defs:enum_type (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm-project/lldb/test/API/lang/cpp/enum_types/
Dmain.cpp1 #define DEFINE_UNSIGNED_ENUM(suffix, enum_type) \ argument
9 #define DEFINE_SIGNED_ENUM(suffix, enum_type) \ argument
/external/python/apitools/apitools/gen/
Dextended_descriptor.py243 def PrintEnum(self, enum_type): argument
258 def __PrintEnumCommentLines(self, enum_type): argument
272 def PrintEnum(self, enum_type): argument
374 def __PrintEnumDocstringLines(self, enum_type): argument
382 def PrintEnum(self, enum_type): argument
/external/pigweed/pw_tokenizer/
Dargument_types_test_c.c30 #define CHECK_TYPE(c_type, enum_type) \ argument
Dargument_types_test.cc29 #define CHECK_TYPE(c_type, enum_type) \ argument
/external/angle/src/compiler/translator/
Dgen_emulated_builtin_function_tables.py80 def enum_type(arg): function
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
152 public function setEnumType($enum_type)
DFileDescriptor.php40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
DDescriptor.php45 private $enum_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
DDescriptorProto.php43 private $enum_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto45 repeated EnumDescriptorProto enum_type = 5; field
62 repeated EnumDescriptorProto enum_type = 4; field
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc192 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
205 const google::protobuf::Enum* enum_type, int32 value) { in FindEnumValueByNumberOrNull()
218 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
Dtype_info.cc98 std::unique_ptr<google::protobuf::Enum> enum_type( in GetEnumByTypeUrl() local
Ddatapiece.cc276 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueEnumeration.h24 typedef int64_t enum_type; typedef
/external/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py46 def __init__(self, enum_type): argument
Dtype_checkers.py155 def __init__(self, enum_type): argument
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc94 Enum* enum_type) override { in ResolveEnumType()
283 Enum* enum_type) { in ConvertEnumDescriptor()
/external/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h94 void ScrubEnum(EnumDescriptorProto *enum_type) { in ScrubEnum()
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto71 repeated EnumDescriptorProto enum_type = 5; field
96 repeated EnumDescriptorProto enum_type = 4; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto74 repeated EnumDescriptorProto enum_type = 5; field
99 repeated EnumDescriptorProto enum_type = 4; field
/external/python/apitools/apitools/base/py/
Dencoding_helper.py579 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument
631 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument

123