Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/
Dverify_loca.cc40 static bool VerifyLOCA(Table* table) { in VerifyLOCA() function
56 bool VerifyLOCA(Table* original, Table* target) { in VerifyLOCA() function
57 EXPECT_TRUE(VerifyLOCA(original)); in VerifyLOCA()
58 EXPECT_TRUE(VerifyLOCA(target)); in VerifyLOCA()
Dserialization_test.h27 bool VerifyLOCA(Table* original, Table* target);
Dserialization_test.cc81 EXPECT_TRUE(VerifyLOCA(original_table, serialized_table)); in TestSerialization()