Searched defs:VerifyNAME (Results 1 - 1 of 1) sorted by relevance
/external/sfntly/cpp/src/test/ | ||
H A D | verify_name.cc | 40 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 127 milliseconds