/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | gen_emulated_builtin_function_tables.py | 80 def enum_type(arg): function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor 152 public function setEnumType($enum_type)
|
D | FileDescriptor.php | 40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
|
D | Descriptor.php | 45 private $enum_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
|
D | DescriptorProto.php | 39 private $enum_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
|
D | FileDescriptorProto.php | 60 private $enum_type; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 195 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull() 208 const google::protobuf::Enum* enum_type, int32 value) { in FindEnumValueByNumberOrNull() 221 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
|
D | type_info.cc | 98 std::unique_ptr<google::protobuf::Enum> enum_type( in GetEnumByTypeUrl() local
|
D | datapiece.cc | 274 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum()
|
D | default_value_objectwriter.cc | 419 const google::protobuf::Enum* enum_type = in FindEnumDefault() local
|
D | proto_writer.cc | 597 const google::protobuf::Enum* enum_type, in WriteEnum()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | mviewwidget.c | 138 enum_value_to_nick (GType enum_type, guint value) in enum_value_to_nick() 293 combo_box_from_enum (GType enum_type) in combo_box_from_enum()
|
D | main.cpp | 245 enum_value_to_nick (GType enum_type, guint value) in enum_value_to_nick()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | enum_type_wrapper.py | 48 def __init__(self, enum_type): argument
|
D | type_checkers.py | 188 def __init__(self, enum_type): argument
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 93 Enum* enum_type) override { in ResolveEnumType() 282 Enum* enum_type) { in ConvertEnumDescriptor()
|
/third_party/protobuf/benchmarks/util/ |
D | schema_proto2_to_proto3_util.h | 94 void ScrubEnum(EnumDescriptorProto *enum_type) { in ScrubEnum()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | xml_consistency.py | 68 def get_enum_value_names(reg, enum_type): argument
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.proto | 76 repeated EnumDescriptorProto enum_type = 5; field 101 repeated EnumDescriptorProto enum_type = 4; field
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1969 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, in ParseEnumDefinition() 1989 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, in ParseEnumBlock() 2010 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 537 default_value, message_type, enum_type, containing_type, argument 549 default_value, message_type, enum_type, containing_type, argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | message.c | 355 VALUE enum_type = field_type_class(self->descriptor->layout, f); in Message_method_missing() local
|