/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 65 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 …]
|
D | MethodDescriptor.cs | 79 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()
|
D | EnumValueDescriptor.cs | 53 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor 63 public int Number { get { return Proto.Number; } }
|
D | FileDescriptor.cs | 50 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;
|
D | MessageDescriptor.cs | 70 Proto = proto; in MessageDescriptor() 118 public override string Name => Proto.Name; 120 internal DescriptorProto Proto { get; } property in Google.Protobuf.Reflection.MessageDescriptor
|
D | ServiceDescriptor.cs | 61 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
|
D | EnumDescriptor.cs | 68 internal EnumDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumDescriptor
|
/frameworks/base/core/proto/ |
D | README.md | 13 * 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/ |
D | DescriptorsTest.cs | 54 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/ |
D | wire_format_unittest.cc | 868 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/ |
D | asciidoc.tmpl | 29 {{Macro "AsciiDoc.Write" "Code" (Macro "AsciiDoc.Proto" $f) "File" $filename}} 111 {{define "AsciiDoc.Proto"}}
|
/frameworks/base/core/proto/android/app/ |
D | window_configuration.proto | 25 /** Proto representation for WindowConfiguration.java class. */
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.h | 93 ir::Proto* Encode(DexBuilder* dex) const; 494 ir::Proto* GetOrEncodeProto(Prototype prototype); 528 std::map<Prototype, ir::Proto*> proto_map_;
|
D | dex_builder.cc | 232 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/ |
D | event_log_tags.proto | 24 // Proto representation of event.logtags.
|
/frameworks/base/core/proto/android/view/ |
D | remote_animation_target.proto | 28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | struct.proto | 31 // Proto to test proto3 struct.
|
D | anys.proto | 31 // Proto to test Proto3 Any serialization.
|
D | timestamp_duration.proto | 31 // Proto to test proto3 Timestamp and Duration.
|
D | oneofs.proto | 31 // Proto to test oneofs.
|
D | maps.proto | 31 // Proto to test proto3 maps.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ |
D | Rakefile | 81 # Proto for tests.
|
/frameworks/base/core/proto/android/content/ |
D | package_item_info.proto | 35 // Proto of android.content.pm.ApplicationInfo which extends PackageItemInfo
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | README.md | 126 Objective C Generator Proto File Options
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 132 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:
|