Home
last modified time | relevance | path

Searched defs:Field2 (Results 1 – 3 of 3) 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/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