Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DPartialClasses.cs48 internal partial class FieldOptions class
DDescriptor.cs3372 internal sealed partial class FieldOptions : pb::IMessage<FieldOptions> { class
3384 public FieldOptions() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions
3390 public FieldOptions(FieldOptions other) : this() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1717 type FieldOptions struct { struct
1722 …buf:"varint,1,opt,name=ctype,enum=google.protobuf.FieldOptions_CType,def=0" json:"ctype,omitempty"`
1728 Packed *bool `protobuf:"varint,2,opt,name=packed" json:"packed,omitempty"`
1740 …:"varint,6,opt,name=jstype,enum=google.protobuf.FieldOptions_JSType,def=0" json:"jstype,omitempty"`
1769 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"`
1774 Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
1776 Weak *bool `protobuf:"varint,10,opt,name=weak,def=0" json:"weak,omitempty"`
1778 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
1779 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1780 proto.XXX_InternalExtensions `json:"-"`
[all …]
Ddescriptor.proto507 message FieldOptions { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1654 type FieldOptions struct { struct
1659 …buf:"varint,1,opt,name=ctype,enum=google.protobuf.FieldOptions_CType,def=0" json:"ctype,omitempty"`
1665 Packed *bool `protobuf:"varint,2,opt,name=packed" json:"packed,omitempty"`
1677 …:"varint,6,opt,name=jstype,enum=google.protobuf.FieldOptions_JSType,def=0" json:"jstype,omitempty"`
1706 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"`
1711 Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
1713 Weak *bool `protobuf:"varint,10,opt,name=weak,def=0" json:"weak,omitempty"`
1715 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
1716 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1717 proto.XXX_InternalExtensions `json:"-"`
[all …]
Ddescriptor.proto496 message FieldOptions { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto422 message FieldOptions { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto451 message FieldOptions { message
Ddescriptor.h97 class FieldOptions; variable
Ddescriptor.pb.cc9938 FieldOptions::FieldOptions() in FieldOptions() function in google::protobuf::FieldOptions
9947 FieldOptions::FieldOptions(const FieldOptions& from) in FieldOptions() function in google::protobuf::FieldOptions
Ddescriptor_unittest.cc2333 TEST_F(MiscTest, FieldOptions) { in TEST_F() argument
Ddescriptor.pb.h49 class FieldOptions; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto457 message FieldOptions { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto496 message FieldOptions { message
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc469 TEST_F(ParseMessageTest, FieldOptions) { in TEST_F() argument
2861 TEST_F(SourceInfoTest, FieldOptions) { in TEST_F() argument