Home
last modified time | relevance | path

Searched defs:AddEnumValue (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs232 internal void AddEnumValue(EnumValueDescriptor enumValue) in AddEnumValue() method in Google.Protobuf.Reflection.DescriptorPool
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc2275 void Reflection::AddEnumValue(Message* message, const FieldDescriptor* field, in AddEnumValue() function in google::protobuf::Reflection
Ddescriptor_unittest.cc209 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, in AddEnumValue() function