Home
last modified time | relevance | path

Searched refs:NamePart (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs164 …eflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOpt… in DescriptorReflection()
4799 …FieldCodec<global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart> _repeated_name_c…
4800 …Codec.ForMessage(18, global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser);
4801 …erpretedOption.Types.NamePart> name_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.U…
4803 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart> N…
5049 internal sealed partial class NamePart : pb::IMessage<NamePart> { class in Google.Protobuf.Reflection.UninterpretedOption.Types
5050 …rivate static readonly pb::MessageParser<NamePart> _parser = new pb::MessageParser<NamePart>(() =>…
5052 public static pb::MessageParser<NamePart> Parser { get { return _parser; } }
5065 public NamePart() { in NamePart() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
5072 public NamePart(NamePart other) : this() { in NamePart() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1226 UninterpretedOption::NamePart* name = uninterpreted_option->add_name(); in ParseOptionNamePart()
1233 part_location, UninterpretedOption::NamePart::kNamePartFieldNumber); in ParseOptionNamePart()
1252 part_location, UninterpretedOption::NamePart::kNamePartFieldNumber); in ParseOptionNamePart()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto484 message NamePart { message
488 repeated NamePart name = 2;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto484 message NamePart { message
488 repeated NamePart name = 2;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto637 message NamePart { message
641 repeated NamePart name = 2;
Ddescriptor.pb.h3254 typedef UninterpretedOption_NamePart NamePart; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h7302 class NamePart : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7304 NamePart(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7309 static NamePart get() {
7311 return NamePart(m, &m);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h7010 namespace NamePart {