Home | History | Annotate | Download | only in tests

Lines Matching defs:tvec3

1403   auto tvec3 = map["bar3"].AsFixedTypedVector();
1404 TEST_EQ(tvec3.size(), 3);
1405 TEST_EQ(tvec3[2].AsInt8(), 3);