/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | PartialClasses.cs | 48 internal partial class FieldOptions class
|
D | Descriptor.cs | 3372 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/ |
D | descriptor.pb.go | 1717 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 …]
|
D | descriptor.proto | 507 message FieldOptions { message
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1654 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 …]
|
D | descriptor.proto | 496 message FieldOptions { message
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 422 message FieldOptions { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 451 message FieldOptions { message
|
D | descriptor.h | 97 class FieldOptions; variable
|
D | descriptor.pb.cc | 9938 FieldOptions::FieldOptions() in FieldOptions() function in google::protobuf::FieldOptions 9947 FieldOptions::FieldOptions(const FieldOptions& from) in FieldOptions() function in google::protobuf::FieldOptions
|
D | descriptor_unittest.cc | 2333 TEST_F(MiscTest, FieldOptions) { in TEST_F() argument
|
D | descriptor.pb.h | 49 class FieldOptions; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 457 message FieldOptions { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 496 message FieldOptions { message
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 469 TEST_F(ParseMessageTest, FieldOptions) { in TEST_F() argument 2861 TEST_F(SourceInfoTest, FieldOptions) { in TEST_F() argument
|