OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GROWABLE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
font_data.cc
40
if (length ==
GROWABLE_SIZE
) {
41
// When |length| has the special value of
GROWABLE_SIZE
, it means the size
72
(data->bound_length_ ==
GROWABLE_SIZE
)
73
?
GROWABLE_SIZE
: data->bound_length_ - offset);
81
bound_length_ =
GROWABLE_SIZE
;
font_data.h
111
static const int32_t
GROWABLE_SIZE
= INT_MAX;
Completed in 81 milliseconds