Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/
Dcmap_test.cc86 class CMapTests : public :: testing::TestWithParam<CMapTestCase> { class
88 CMapTests() : encoder1_(NULL), encoder2_(NULL), successful_setup_(false) { in CMapTests() function in sfntly::CMapTests
117 void CMapTests::CommonSetUp(FontArray* font_array) { in CommonSetUp()
136 void CMapTests::TearDown() { in TearDown()
143 void CMapTests::CompareCMaps() { in CompareCMaps()
166 TEST_P(CMapTests, GlyphsBetweenCMapsFingerprint) { in TEST_P() argument
176 TEST_P(CMapTests, GlyphsBetweenCMapsNoFingerprint) { in TEST_P() argument
185 TEST_P(CMapTests, GlyphsBetweenCMapsUsingByteVector) { in TEST_P() argument
204 INSTANTIATE_TEST_CASE_P(CMapTests,
205 CMapTests,