Home
last modified time | relevance | path

Searched defs:Field1 (Results 1 – 14 of 14) sorted by relevance

/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs156 public string Field1 { property in Benchmarks.Proto3.GoogleMessage1
1804 public int Field1 { property in Benchmarks.Proto3.GoogleMessage1SubMessage
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs156 public string Field1 { property in Benchmarks.Proto3.GoogleMessage1
1804 public int Field1 { property in Benchmarks.Proto3.GoogleMessage1SubMessage
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs156 public string Field1 { property in Benchmarks.Proto3.GoogleMessage1
1804 public int Field1 { property in Benchmarks.Proto3.GoogleMessage1SubMessage
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/
Dbenchmark_message1_proto3.pb.go50Field1 string `protobuf:"bytes,1,opt,name=field1,proto3" json:"field1,omitemp… member
417 Field1 int32 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"` member
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message2/
Dbenchmark_message2.pb.go52 Field1 *string `protobuf:"bytes,1,opt,name=field1" json:"field1,omitempty"` member
350 Field1 *float32 `protobuf:"fixed32,1,opt,name=field1" json:"field1,omitempty"` member
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/
Dbenchmark_message1_proto2.pb.go50 Field1 *string `protobuf:"bytes,1,req,name=field1" json:"field1,omitempty"` member
445 Field1 *int32 `protobuf:"varint,1,opt,name=field1,def=0" json:"field1,omitempty"` member
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs315 public string Field1 { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
DUnittest.cs27348 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
27677 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1
27879 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group2
31214 public int Field1 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs315 public string Field1 { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
DUnittest.cs27348 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
27677 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1
27879 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group2
31214 public int Field1 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs315 public string Field1 { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
DUnittest.cs27348 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
27677 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1
27879 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes Field1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group2
31214 public int Field1 { property in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
/external/clang/lib/Sema/
DSemaChecking.cpp10537 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible()
10589 Field1 = RD1->field_begin(), in isLayoutCompatibleStruct() local
10610 for (auto *Field1 : RD1->fields()) { in isLayoutCompatibleUnion() local
/external/clang/lib/AST/
DASTImporter.cpp951 FieldDecl *Field1, FieldDecl *Field2) { in IsStructurallyEquivalent()
1196 for (RecordDecl::field_iterator Field1 = D1->field_begin(), in IsStructurallyEquivalent() local