Home
last modified time | relevance | path

Searched defs:Field2 (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs200 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/
Dbenchmark_message1_proto3.pb.go55Field2 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/
Dbenchmark_message2.pb.go58 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/
Dbenchmark_message1_proto2.pb.go55 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/
DSemaChecking.cpp10537 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/
DASTImporter.cpp951 FieldDecl *Field1, FieldDecl *Field2) { in IsStructurallyEquivalent()
1194 RecordDecl::field_iterator Field2 = D2->field_begin(), in IsStructurallyEquivalent() local