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

  /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs 194 EnumValueDescriptor value = enumType.FindValueByName("FOREIGN_FOO");
200 Assert.Null(enumType.FindValueByName("NO_SUCH_VALUE"));
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 111 public EnumValueDescriptor FindValueByName(string name)
  /external/protobuf/src/google/protobuf/
preserve_unknown_enum_test.cc 254 repeated_field->enum_type()->FindValueByName("BAR");
descriptor_unittest.cc     [all...]
descriptor.h     [all...]
text_format.cc 712 enum_value = enum_type->FindValueByName(value);
    [all...]
generated_message_reflection.cc 64 const EnumValueDescriptor* d = descriptor->FindValueByName(name);
    [all...]
descriptor.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 612 const EnumValueDescriptor* FindValueByName(const string& name) const;
679 // for its type, then use EnumDescriptor::FindValueByName() or
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 612 const EnumValueDescriptor* FindValueByName(const string& name) const;
679 // for its type, then use EnumDescriptor::FindValueByName() or
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 612 const EnumValueDescriptor* FindValueByName(const string& name) const;
679 // for its type, then use EnumDescriptor::FindValueByName() or
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 612 const EnumValueDescriptor* FindValueByName(const string& name) const;
679 // for its type, then use EnumDescriptor::FindValueByName() or
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc     [all...]
message.cc 938 enum_descriptor->FindValueByName(string(enum_label, size));
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 870 milliseconds