Searched refs:DEBUG_ALIAS_FOR_CSTR (Results 1 – 3 of 3) sorted by relevance
16 DEBUG_ALIAS_FOR_CSTR(copy1, input->c_str(), 100 /* > input->size() */); in TEST()23 DEBUG_ALIAS_FOR_CSTR(copy2, input->c_str(), 3 /* < input->size() */); in TEST()
38 #define DEBUG_ALIAS_FOR_CSTR(var_name, c_str, char_count) \ macro
838 DEBUG_ALIAS_FOR_CSTR(str_stack, str_newline.c_str(), 1024); in ~LogMessage()