Home
last modified time | relevance | path

Searched refs:expected_ref (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp90 Reference expected_ref; in TEST() local
91 expected_ref.name = test::ParseNameOrDie("android:layout/main"); in TEST()
92 expected_ref.id = ResourceId(0x01020000); in TEST()
95 util::make_unique<Reference>(expected_ref), context->GetDiagnostics())); in TEST()
150 EXPECT_THAT(*actual_ref, Eq(expected_ref)); in TEST()