Searched defs:Field2 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 200 public int Field2 { property in Benchmarks.Proto3.GoogleMessage1 1383 public int Field2 { property in Benchmarks.Proto3.GoogleMessage1SubMessage
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/ |
D | benchmark_message1_proto3.pb.go | 55 …Field2 int32 `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitem… member 418 Field2 int32 `protobuf:"varint,2,opt,name=field2,proto3" json:"field2,omitempty"` member
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message2/ |
D | benchmark_message2.pb.go | 58 Field2 []byte `protobuf:"bytes,2,opt,name=field2" json:"field2,omitempty"` member 351 Field2 *float32 `protobuf:"fixed32,2,opt,name=field2" json:"field2,omitempty"` member
|
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/ |
D | benchmark_message1_proto2.pb.go | 55 Field2 *int32 `protobuf:"varint,2,req,name=field2" json:"field2,omitempty"` member 446 Field2 *int32 `protobuf:"varint,2,opt,name=field2,def=0" json:"field2,omitempty"` member
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10537 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible() 10587 RecordDecl::field_iterator Field2 = RD2->field_begin(), in isLayoutCompatibleStruct() local 10607 for (auto *Field2 : RD2->fields()) in isLayoutCompatibleUnion() local
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 951 FieldDecl *Field1, FieldDecl *Field2) { in IsStructurallyEquivalent() 1194 RecordDecl::field_iterator Field2 = D2->field_begin(), in IsStructurallyEquivalent() local
|