OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_ARRAY
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/base/
win32.h
54
wchar_t* ws =
STACK_ARRAY
(wchar_t, len16);
66
char* ns =
STACK_ARRAY
(char, len8);
urlencode.cc
140
char* buf =
STACK_ARRAY
(char, needed_length);
160
char* buf =
STACK_ARRAY
(char, needed_length);
win32.cc
382
wchar_t* wfilename =
STACK_ARRAY
(wchar_t, wlen);
396
wchar_t* full_filename =
STACK_ARRAY
(wchar_t, full_len + 6);
442
char* buf =
STACK_ARRAY
(char, size);
stringutils.h
41
#define
STACK_ARRAY
(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE)))
testutils.h
485
char* buffer =
STACK_ARRAY
(char, buffer_size);
495
char* buffer =
STACK_ARRAY
(char, buffer_size);
httpcommon.cc
228
char* buffer =
STACK_ARRAY
(char, kMaxLength);
Completed in 435 milliseconds