Searched refs:STACK_ARRAY (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32.h54 wchar_t* ws = STACK_ARRAY(wchar_t, len16);
66 char* ns = STACK_ARRAY(char, len8);
H A Durlencode.cc140 char* buf = STACK_ARRAY(char, needed_length);
160 char* buf = STACK_ARRAY(char, needed_length);
H A Dwin32.cc382 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);
H A Dtestutils.h485 char* buffer = STACK_ARRAY(char, buffer_size);
495 char* buffer = STACK_ARRAY(char, buffer_size);
H A Dstringutils.h41 #define STACK_ARRAY(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE))) macro
H A Dhttpcommon.cc228 char* buffer = STACK_ARRAY(char, kMaxLength);

Completed in 1491 milliseconds