OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_array
(Results
1 - 4
of
4
) 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/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
285
Type
static_array
[StaticSize];
member in struct:hb_prealloced_array_t
295
array =
static_array
;
296
allocated = ARRAY_LENGTH (
static_array
);
305
if (array ==
static_array
) {
383
if (array !=
static_array
)
/external/harfbuzz_ng/src/
hb-private.hh
282
Type
static_array
[StaticSize];
member in struct:hb_prealloced_array_t
292
array =
static_array
;
293
allocated = ARRAY_LENGTH (
static_array
);
302
if (array ==
static_array
) {
372
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 197 milliseconds