Home
last modified time | relevance | path

Searched refs:Proto (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs65 internal FieldDescriptorProto Proto { get; } property in Google.Protobuf.Reflection.FieldDescriptor
71 Proto = proto; in FieldDescriptor()
85 if (proto.OneofIndex < 0 || proto.OneofIndex >= parent.Proto.OneofDecl.Count) in FieldDescriptor()
100 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToCamelCase(Proto.Name) : Proto.JsonName; in FieldDescriptor()
107 public override string Name => Proto.Name;
180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
185 …IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messageType.Proto.…
195 Proto.Options == null || Proto.Options.Packed;
205 public int FieldNumber => Proto.Number;
258 if (Proto.TypeName != "") in CrossLink()
[all …]
DMethodDescriptor.cs79 internal MethodDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.MethodDescriptor
88 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink()
91 …throw new DescriptorValidationException(this, "\"" + Proto.InputType + "\" is not a message type."… in CrossLink()
95 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
98 …throw new DescriptorValidationException(this, "\"" + Proto.OutputType + "\" is not a message type.… in CrossLink()
DEnumValueDescriptor.cs53 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
63 public int Number { get { return Proto.Number; } }
DFileDescriptor.cs50 Proto = proto; in FileDescriptor()
126 internal FileDescriptorProto Proto { get; } property in Google.Protobuf.Reflection.FileDescriptor
131 public string Name => Proto.Name;
137 public string Package => Proto.Package;
DMessageDescriptor.cs70 Proto = proto; in MessageDescriptor()
118 public override string Name => Proto.Name;
120 internal DescriptorProto Proto { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DServiceDescriptor.cs61 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
DEnumDescriptor.cs68 internal EnumDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumDescriptor
/frameworks/base/core/proto/
DREADME.md13 * Inner messages whose containing messages have the `Proto` suffix do not
14 need to have a `Proto` suffix. E.g:
34 1. If the proto represents the structure of an object, it should have `Proto` as
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs54 Assert.AreEqual("UnittestProto", file.Proto.Options.JavaOuterClassname); in FileDescriptor()
55 Assert.AreEqual("google/protobuf/unittest_proto3.proto", file.Proto.Name); in FileDescriptor()
100 Assert.IsNull(messageType.Proto.Options); in MessageDescriptor()
152 Assert.IsNull(primitiveField.Proto.Options); in FieldDescriptor()
186 Assert.Null(enumType.Proto.Options); in EnumDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_unittest.cc868 template <class Proto>
869 void SetProto3PrimitiveRepeatedFields(Proto* message) { in SetProto3PrimitiveRepeatedFields()
887 template <class Proto>
888 void ExpectProto3PrimitiveRepeatedFieldsSet(const Proto& message) { in ExpectProto3PrimitiveRepeatedFieldsSet()
906 template <class Proto>
907 void TestSerialization(Proto* message, const string& expected) { in TestSerialization()
933 template <class Proto>
934 void TestParsing(Proto* message, const string& compatible_data) { in TestParsing()
/frameworks/native/vulkan/api/templates/
Dasciidoc.tmpl29 {{Macro "AsciiDoc.Write" "Code" (Macro "AsciiDoc.Proto" $f) "File" $filename}}
111 {{define "AsciiDoc.Proto"}}
/frameworks/base/core/proto/android/app/
Dwindow_configuration.proto25 /** Proto representation for WindowConfiguration.java class. */
/frameworks/base/startop/view_compiler/
Ddex_builder.h93 ir::Proto* Encode(DexBuilder* dex) const;
494 ir::Proto* GetOrEncodeProto(Prototype prototype);
528 std::map<Prototype, ir::Proto*> proto_map_;
Ddex_builder.cc232 ir::Proto* Prototype::Encode(DexBuilder* dex) const { in Encode()
233 auto* proto = dex->Alloc<ir::Proto>(); in Encode()
595 ir::Proto* DexBuilder::GetOrEncodeProto(Prototype prototype) { in GetOrEncodeProto()
596 ir::Proto*& ir_proto = proto_map_[prototype]; in GetOrEncodeProto()
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto24 // Proto representation of event.logtags.
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dstruct.proto31 // Proto to test proto3 struct.
Danys.proto31 // Proto to test Proto3 Any serialization.
Dtimestamp_duration.proto31 // Proto to test proto3 Timestamp and Duration.
Doneofs.proto31 // Proto to test oneofs.
Dmaps.proto31 // Proto to test proto3 maps.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/
DRakefile81 # Proto for tests.
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto35 // Proto of android.content.pm.ApplicationInfo which extends PackageItemInfo
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DREADME.md126 Objective C Generator Proto File Options
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md132 Proto messages are natural value types and we will generate messages as structs
248 Proto scalar value fields will map to Swift types in the following way:

12