Searched refs:STACK_ARRAY (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/base/ |
D | win32.h | 52 wchar_t* ws = STACK_ARRAY(wchar_t, len16); in ToUtf16() 64 char* ns = STACK_ARRAY(char, len8); in ToUtf8()
|
D | urlencode.cc | 140 char* buf = STACK_ARRAY(char, needed_length); in InternalUrlDecodeString() 160 char* buf = STACK_ARRAY(char, needed_length); in InternalUrlEncodeString()
|
D | win32.cc | 382 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()
|
D | stringencode.cc | 480 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()
|
D | testutils.h | 487 char* buffer = STACK_ARRAY(char, buffer_size); in CmpHelperMemEq() 497 char* buffer = STACK_ARRAY(char, buffer_size); in CmpHelperMemEq()
|
D | stringutils.h | 41 #define STACK_ARRAY(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE))) macro
|
D | httpcommon.cc | 230 char* buffer = STACK_ARRAY(char, kMaxLength); in EscapeAttribute()
|