HomeSort by relevance Sort by last modified time
    Searched refs:FindValueByName (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
descriptor.h 565 const EnumValueDescriptor* FindValueByName(const string& name) const;
621 // for its type, then use EnumDescriptor::FindValueByName() or
    [all...]
text_format.cc 422 = enum_type->FindValueByName(value);
    [all...]
generated_message_reflection.cc 65 const EnumValueDescriptor* d = descriptor->FindValueByName(name);
    [all...]
descriptor.cc     [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 378 vd = ed->FindValueByName(str_value);

Completed in 200 milliseconds