/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumValueOptions.php | 16 class EnumValueOptions extends \Google\Protobuf\Internal\Message class
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1995 type EnumValueOptions struct { struct 2000 Deprecated *bool `protobuf:"varint,1,opt,name=deprecated,def=0" json:"deprecated,omitempty"` 2002 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` 2003 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2004 proto.XXX_InternalExtensions `json:"-"` 2005 XXX_unrecognized []byte `json:"-"` 2006 XXX_sizecache int32 `json:"-"` 2009 func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} } 2010 func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) } 2011 func (*EnumValueOptions) ProtoMessage() {} [all …]
|
D | descriptor.proto | 629 message EnumValueOptions { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 435 message EnumValueOptions { message
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 435 message EnumValueOptions { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 435 message EnumValueOptions { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 6224 internal sealed partial class EnumValueOptions : pb::IExtendableMessage<EnumValueOptions> { class 6243 public EnumValueOptions() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions 6250 public EnumValueOptions(EnumValueOptions other) : this() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions 6412 public TValue GetExtension<TValue>(pb::Extension<EnumValueOptions, TValue> extension) { in GetExtension() 6415 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<EnumValueOptions, TVa… in GetExtension() 6418 …bc::RepeatedField<TValue> GetOrRegisterExtension<TValue>(pb::RepeatedExtension<EnumValueOptions, T… in GetOrRegisterExtension() 6421 …public void SetExtension<TValue>(pb::Extension<EnumValueOptions, TValue> extension, TValue value) { in SetExtension() 6424 public bool HasExtension<TValue>(pb::Extension<EnumValueOptions, TValue> extension) { in HasExtension() 6427 public void ClearExtension<TValue>(pb::Extension<EnumValueOptions, TValue> extension) { in ClearExtension() 6430 public void ClearExtension<TValue>(pb::RepeatedExtension<EnumValueOptions, TValue> extension) { in ClearExtension()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 511 message EnumValueOptions { message
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 577 message EnumValueOptions { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 631 message EnumValueOptions { message
|
D | descriptor.h | 106 class EnumValueOptions; variable
|
D | descriptor.pb.cc | 11566 EnumValueOptions::EnumValueOptions() in EnumValueOptions() function in EnumValueOptions 11571 EnumValueOptions::EnumValueOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in EnumValueOptions() function in EnumValueOptions 11580 EnumValueOptions::EnumValueOptions(const EnumValueOptions& from) in EnumValueOptions() function in EnumValueOptions
|
D | descriptor.pb.h | 80 class EnumValueOptions; variable 4707 EnumValueOptions(EnumValueOptions&& from) noexcept in EnumValueOptions() function
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 618 message EnumValueOptions { message
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 3350 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument
|