OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VerifyLOCA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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));
/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));
Completed in 53 milliseconds