OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_ARRAY
(Results
1 - 11
of
11
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
win32.cc
108
wchar_t* wfilename =
STACK_ARRAY
(wchar_t, wlen);
121
wchar_t* full_filename =
STACK_ARRAY
(wchar_t, full_len + 6);
167
char* buf =
STACK_ARRAY
(char, size);
win32.h
61
wchar_t* ws =
STACK_ARRAY
(wchar_t, len16);
72
char* ns =
STACK_ARRAY
(char, len8);
urlencode.cc
157
char* buf =
STACK_ARRAY
(char, needed_length);
177
char* buf =
STACK_ARRAY
(char, needed_length);
stringutils.h
58
#define
STACK_ARRAY
(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE)))
httpcommon.cc
245
char* buffer =
STACK_ARRAY
(char, kMaxLength);
/external/chromium_org/third_party/libjingle/source/talk/base/
win32.h
71
wchar_t* ws =
STACK_ARRAY
(wchar_t, len16);
83
char* ns =
STACK_ARRAY
(char, len8);
urlencode.cc
157
char* buf =
STACK_ARRAY
(char, needed_length);
177
char* buf =
STACK_ARRAY
(char, needed_length);
win32.cc
399
wchar_t* wfilename =
STACK_ARRAY
(wchar_t, wlen);
413
wchar_t* full_filename =
STACK_ARRAY
(wchar_t, full_len + 6);
459
char* buf =
STACK_ARRAY
(char, size);
stringutils.h
58
#define
STACK_ARRAY
(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE)))
testutils.h
475
char* buffer =
STACK_ARRAY
(char, buffer_size);
485
char* buffer =
STACK_ARRAY
(char, buffer_size);
httpcommon.cc
245
char* buffer =
STACK_ARRAY
(char, kMaxLength);
Completed in 3231 milliseconds