Searched defs:EnumValueOptions (Results 1 – 8 of 8) sorted by relevance
435 message EnumValueOptions { message
570 message EnumValueOptions { message
99 class EnumValueOptions; variable
11548 EnumValueOptions::EnumValueOptions() in EnumValueOptions() function in google::protobuf::EnumValueOptions11557 EnumValueOptions::EnumValueOptions(const EnumValueOptions& from) in EnumValueOptions() function in google::protobuf::EnumValueOptions
47 class EnumValueOptions; variable
4313 internal sealed partial class EnumValueOptions : pb::IMessage<EnumValueOptions> { class4329 public EnumValueOptions() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions4336 public EnumValueOptions(EnumValueOptions other) : this() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions
2901 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument