Home
last modified time | relevance | path

Searched refs:static_array (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh375 Type static_array[StaticSize]; member
385 array = static_array; in push()
386 allocated = ARRAY_LENGTH (static_array); in push()
395 if (array == static_array) { in push()
473 if (array != static_array) in finish()
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp174 template <class... T, T... Values> struct static_array; // expected-error {{must be the last}}
/external/opencv/cxcore/include/
Dcxmisc.h219 #define CV_DIM(static_array) ((int)(sizeof(static_array)/sizeof((static_array)[0]))) argument