Home
last modified time | relevance | path

Searched refs:GetEnumValue (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h44 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
60 return ThisABI < Other.GetEnumValue();
/third_party/protobuf/src/google/protobuf/
Dmap_field.cc337 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
434 reflection->SetEnumValue(new_entry, val_des, map_val.GetEnumValue()); in SyncRepeatedFieldWithMapNoLock()
Dpreserve_unknown_enum_test.cc227 EXPECT_EQ(42, r->GetEnumValue(message, singular_field)); in TEST()
Dgenerated_message_reflection.cc1333 int value = GetEnumValue(message, field); in GetEnum()
1337 int Reflection::GetEnumValue(const Message& message, in GetEnumValue() function in google::protobuf::Reflection
1339 USAGE_CHECK_ALL(GetEnumValue, SINGULAR, ENUM); in GetEnumValue()
Dmap_field.h646 int GetEnumValue() const {
Dmessage.h517 int GetEnumValue(const Message& message, const FieldDescriptor* field) const;
Dtext_format.cc2200 reflection->SetEnumValue(message, field_desc, value.GetEnumValue()); in CopyValue()
2393 : reflection->GetEnumValue(message, field); in PrintFieldValue()
Dmap_test_util.h1471 iter.GetValueRef().GetEnumValue()); in ExpectMapFieldsSetViaReflectionIterator()
Dmap_test.cc2812 EXPECT_EQ(0, sub_message->GetReflection()->GetEnumValue(*sub_message, in TEST()
/third_party/flatbuffers/src/
Didl_gen_rust.cpp609 std::string GetEnumValue(const EnumDef &enum_def, in GetEnumValue() function in flatbuffers::rust::RustGenerator
689 code_ += " " + GetEnumValue(enum_def, ev) + ","; in GenEnum()
948 GetEnumValue(*field.value.type.enum_def, *ev)); in GetDefaultValue()
1498 WrapInNameSpace(def.defined_namespace, GetEnumValue(def, ev))); in ForAllUnionVariantsBesidesNone()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc221 return PyInt_FromLong(value.GetEnumValue()); in MapValueRefToPython()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp393 switch (static_cast<MipsTargetMachine &>(TM).getABI().GetEnumValue()) { in getCurrentABIString()