OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hb_prealloced_array_t
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
280
struct
hb_prealloced_array_t
struct
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 (); }
403
hb_prealloced_array_t
<item_t, 2> items;
/external/harfbuzz_ng/src/
hb-private.hh
277
struct
hb_prealloced_array_t
struct
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 (); }
392
hb_prealloced_array_t
<item_t, 2> items;
Completed in 44 milliseconds