OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_AUTO_ARRAY_PREALLOCED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
390
#define
HB_AUTO_ARRAY_PREALLOCED
16
392
struct hb_auto_array_t : hb_prealloced_array_t <Type,
HB_AUTO_ARRAY_PREALLOCED
>
394
hb_auto_array_t (void) { hb_prealloced_array_t<Type,
HB_AUTO_ARRAY_PREALLOCED
>::init (); }
395
~hb_auto_array_t (void) { hb_prealloced_array_t<Type,
HB_AUTO_ARRAY_PREALLOCED
>::finish (); }
/external/harfbuzz_ng/src/
hb-private.hh
379
#define
HB_AUTO_ARRAY_PREALLOCED
64
381
struct hb_auto_array_t : hb_prealloced_array_t <Type,
HB_AUTO_ARRAY_PREALLOCED
>
383
hb_auto_array_t (void) { hb_prealloced_array_t<Type,
HB_AUTO_ARRAY_PREALLOCED
>::init (); }
384
~hb_auto_array_t (void) { hb_prealloced_array_t<Type,
HB_AUTO_ARRAY_PREALLOCED
>::finish (); }
Completed in 50 milliseconds