Home
last modified time | relevance | path

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

/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1795 type FieldOptions struct { struct
1796 state protoimpl.MessageState
1797 sizeCache protoimpl.SizeCache
1798 unknownFields protoimpl.UnknownFields
1799 extensionFields protoimpl.ExtensionFields
1805 …buf:"varint,1,opt,name=ctype,enum=google.protobuf.FieldOptions_CType,def=0" json:"ctype,omitempty"`
1811 Packed *bool `protobuf:"varint,2,opt,name=packed" json:"packed,omitempty"`
1823 …:"varint,6,opt,name=jstype,enum=google.protobuf.FieldOptions_JSType,def=0" json:"jstype,omitempty"`
1852 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"`
1857 Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
[all …]
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php16 class FieldOptions extends \Google\Protobuf\Internal\Message class
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5298 internal sealed partial class FieldOptions : pb::IExtendableMessage<FieldOptions> { class
5317 public FieldOptions() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions
5324 public FieldOptions(FieldOptions other) : this() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions
5749 public TValue GetExtension<TValue>(pb::Extension<FieldOptions, TValue> extension) { in GetExtension()
5752 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<FieldOptions, TValue>… in GetExtension()
5755 … pbc::RepeatedField<TValue> GetOrRegisterExtension<TValue>(pb::RepeatedExtension<FieldOptions, TVa… in GetOrRegisterExtension()
5758 public void SetExtension<TValue>(pb::Extension<FieldOptions, TValue> extension, TValue value) { in SetExtension()
5761 public bool HasExtension<TValue>(pb::Extension<FieldOptions, TValue> extension) { in HasExtension()
5764 public void ClearExtension<TValue>(pb::Extension<FieldOptions, TValue> extension) { in ClearExtension()
5767 public void ClearExtension<TValue>(pb::RepeatedExtension<FieldOptions, TValue> extension) { in ClearExtension()
/external/rust/crates/protobuf/src/
Ddescriptor.rs2427 pub fn get_options(&self) -> &FieldOptions { in get_options()
2439 pub fn set_options(&mut self, v: FieldOptions) { in set_options()
2445 pub fn mut_options(&mut self) -> &mut FieldOptions { in mut_options()
2453 pub fn take_options(&mut self) -> FieldOptions { in take_options()
6123 pub struct FieldOptions { struct
6125 ctype: ::std::option::Option<FieldOptions_CType>, argument
6127 jstype: ::std::option::Option<FieldOptions_JSType>, argument
6139 impl<'a> ::std::default::Default for &'a FieldOptions { argument
6145 impl FieldOptions { impl
6290 impl crate::Message for FieldOptions { implementation
[all …]
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto340 message FieldOptions { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto340 message FieldOptions { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto340 message FieldOptions { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto422 message FieldOptions { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto457 message FieldOptions { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto509 message FieldOptions { message
Ddescriptor.h103 class FieldOptions; variable
Ddescriptor.pb.cc10232 FieldOptions::FieldOptions() in FieldOptions() function in FieldOptions
10237 FieldOptions::FieldOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in FieldOptions() function in FieldOptions
10246 FieldOptions::FieldOptions(const FieldOptions& from) in FieldOptions() function in FieldOptions
Ddescriptor.pb.h89 class FieldOptions; variable
4066 FieldOptions(FieldOptions&& from) noexcept in FieldOptions() function
Ddescriptor_unittest.cc2615 TEST_F(MiscTest, FieldOptions) { in TEST_F() argument
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto496 message FieldOptions { message
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto519 message FieldOptions { message
Ddescriptor.proto529 message FieldOptions { message
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc549 TEST_F(ParseMessageTest, FieldOptions) { in TEST_F() argument
3311 TEST_F(SourceInfoTest, FieldOptions) { in TEST_F() argument