Home
last modified time | relevance | path

Searched defs:EnumValueOptions (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumValueOptions.php16 class EnumValueOptions extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1995 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 …]
Ddescriptor.proto629 message EnumValueOptions { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto435 message EnumValueOptions { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto435 message EnumValueOptions { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto435 message EnumValueOptions { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6224 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/
Ddescriptor.proto511 message EnumValueOptions { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto577 message EnumValueOptions { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto631 message EnumValueOptions { message
Ddescriptor.h106 class EnumValueOptions; variable
Ddescriptor.pb.cc11566 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
Ddescriptor.pb.h80 class EnumValueOptions; variable
4707 EnumValueOptions(EnumValueOptions&& from) noexcept in EnumValueOptions() function
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto618 message EnumValueOptions { message
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3350 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument