HomeSort by relevance Sort by last modified time
    Searched refs:VerifyLOCA (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/test/
verify_loca.cc 40 static bool VerifyLOCA(Table* table) {
56 bool VerifyLOCA(Table* original, Table* target) {
57 EXPECT_TRUE(VerifyLOCA(original));
58 EXPECT_TRUE(VerifyLOCA(target));
serialization_test.h 27 bool VerifyLOCA(Table* original, Table* target);
serialization_test.cc 81 EXPECT_TRUE(VerifyLOCA(original_table, serialized_table));

Completed in 240 milliseconds