OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCollection
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sfntly/
font_factory.h
130
static bool
IsCollection
(PushbackInputStream* pbis);
131
static bool
IsCollection
(ReadableFontData* wfd);
font_factory.cc
44
if (
IsCollection
(pbis)) {
58
if (
IsCollection
(wfd)) {
72
if (
IsCollection
(pbis)) {
87
if (
IsCollection
(wfd)) {
196
bool FontFactory::
IsCollection
(PushbackInputStream* pbis) {
203
bool FontFactory::
IsCollection
(ReadableFontData* rfd) {
/external/v8/tools/clang/blink_gc_plugin/
CheckGCRootsVisitor.cpp
39
if (!(*it)->
IsCollection
())
Edge.h
103
virtual bool
IsCollection
() { return false; }
252
bool
IsCollection
() { return true; }
Completed in 90 milliseconds