Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc44 if (IsCollection(pbis)) { in LoadFonts()
58 if (IsCollection(wfd)) { in LoadFonts()
72 if (IsCollection(pbis)) { in LoadFontsForBuilding()
87 if (IsCollection(wfd)) { in LoadFontsForBuilding()
196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection() function in sfntly::FontFactory
203 bool FontFactory::IsCollection(ReadableFontData* rfd) { in IsCollection() function in sfntly::FontFactory
Dfont_factory.h130 static bool IsCollection(PushbackInputStream* pbis);
131 static bool IsCollection(ReadableFontData* wfd);
/external/v8/tools/clang/blink_gc_plugin/
DCheckGCRootsVisitor.cpp39 if (!(*it)->IsCollection()) in VisitValue()
DEdge.h107 virtual bool IsCollection() { return false; } in IsCollection() function
256 bool IsCollection() { return true; } in IsCollection() function