Home
last modified time | relevance | path

Searched defs:UninterpretedOption (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2799 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption> UninterpretedOpt… property in Google.Protobuf.Reflection.FileOptions
3244 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption> UninterpretedOpt… property in Google.Protobuf.Reflection.MessageOptions
3534 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption> UninterpretedOpt… property in Google.Protobuf.Reflection.FieldOptions
3791 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption> UninterpretedOpt… property in Google.Protobuf.Reflection.EnumOptions
3938 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption> UninterpretedOpt… property in Google.Protobuf.Reflection.EnumValueOptions
4069 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption> UninterpretedOpt… property in Google.Protobuf.Reflection.ServiceOptions
4200 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption> UninterpretedOpt… property in Google.Protobuf.Reflection.MethodOptions
4288 internal sealed partial class UninterpretedOption : pb::IMessage<UninterpretedOption> { class
4300 public UninterpretedOption() { in UninterpretedOption() method in Google.Protobuf.Reflection.UninterpretedOption
4306 public UninterpretedOption(UninterpretedOption other) : this() { in UninterpretedOption() method in Google.Protobuf.Reflection.UninterpretedOption
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1321 class UninterpretedOption(_message.Message): class
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto478 message UninterpretedOption { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto621 message UninterpretedOption { message
Ddescriptor.h103 class UninterpretedOption; variable
Ddescriptor.pb.cc12463 UninterpretedOption::UninterpretedOption() in UninterpretedOption() function in google::protobuf::UninterpretedOption
12472 UninterpretedOption::UninterpretedOption(const UninterpretedOption& from) in UninterpretedOption() function in google::protobuf::UninterpretedOption
Ddescriptor.pb.h63 class UninterpretedOption; variable