Home
last modified time | relevance | path

Searched refs:STACK_ARRAY (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32.h52 wchar_t* ws = STACK_ARRAY(wchar_t, len16); in ToUtf16()
64 char* ns = STACK_ARRAY(char, len8); in ToUtf8()
Durlencode.cc140 char* buf = STACK_ARRAY(char, needed_length); in InternalUrlDecodeString()
160 char* buf = STACK_ARRAY(char, needed_length); in InternalUrlEncodeString()
Dwin32.cc382 wchar_t* wfilename = STACK_ARRAY(wchar_t, wlen); in Utf8ToWindowsFilename()
396 wchar_t* full_filename = STACK_ARRAY(wchar_t, full_len + 6); in Utf8ToWindowsFilename()
442 char* buf = STACK_ARRAY(char, size); in GetCurrentProcessIntegrityLevel()
Dstringencode.cc480 char* buffer = STACK_ARRAY(char, kBufferSize); in hex_encode_with_delimiter()
542 char* buffer = STACK_ARRAY(char, maxlen + 1); in transform()
551 char * buffer = STACK_ARRAY(char, maxlen); in s_transform()
Dtestutils.h487 char* buffer = STACK_ARRAY(char, buffer_size); in CmpHelperMemEq()
497 char* buffer = STACK_ARRAY(char, buffer_size); in CmpHelperMemEq()
Dstringutils.h41 #define STACK_ARRAY(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE))) macro
Dhttpcommon.cc230 char* buffer = STACK_ARRAY(char, kMaxLength); in EscapeAttribute()