Searched defs:FindValueByName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1209 EnumDescriptor::FindValueByName(const string& key) const { function in class:google::protobuf::EnumDescriptor
3876 // We can't just use field->enum_type()->FindValueByName() here
4716 enum_value = enum_type->FindValueByName(value_name);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1116 EnumDescriptor::FindValueByName(const string& key) const { function in class:google::protobuf::EnumDescriptor
3484 // We can't just use field->enum_type()->FindValueByName() here
4281 enum_value = enum_type->FindValueByName(value_name);

Completed in 159 milliseconds