HomeSort by relevance Sort by last modified time
    Searched refs:static_array (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 174 template <class... T, T... Values> struct static_array; // expected-error {{must be the last}}
  /external/harfbuzz_ng/src/
hb-private.hh 375 Type static_array[StaticSize]; member in struct:hb_prealloced_array_t
385 array = static_array;
386 allocated = ARRAY_LENGTH (static_array);
395 if (array == static_array) {
473 if (array != static_array)
  /external/opencv/cxcore/include/
cxmisc.h 219 #define CV_DIM(static_array) ((int)(sizeof(static_array)/sizeof((static_array)[0])))
    [all...]

Completed in 69 milliseconds