Searched refs:VerifyLOCA (Results 1 – 3 of 3) sorted by relevance
40 static bool VerifyLOCA(Table* table) { in VerifyLOCA() function56 bool VerifyLOCA(Table* original, Table* target) { in VerifyLOCA() function57 EXPECT_TRUE(VerifyLOCA(original)); in VerifyLOCA()58 EXPECT_TRUE(VerifyLOCA(target)); in VerifyLOCA()
27 bool VerifyLOCA(Table* original, Table* target);
81 EXPECT_TRUE(VerifyLOCA(original_table, serialized_table)); in TestSerialization()