Searched refs:VerifyNAME (Results 1 - 3 of 3) sorted by last modified time

/external/sfntly/cpp/src/test/
H A Dserialization_test.cc85 EXPECT_TRUE(VerifyNAME(original_table, serialized_table));
H A Dserialization_test.h29 bool VerifyNAME(Table* original, Table* target);
H A Dverify_name.cc40 static bool VerifyNAME(Table* table) { function in namespace:sfntly
62 bool VerifyNAME(Table* original, Table* target) { function in namespace:sfntly
63 EXPECT_TRUE(VerifyNAME(original));
64 EXPECT_TRUE(VerifyNAME(target));

Completed in 295 milliseconds