Searched refs:str_char (Results 1 – 3 of 3) sorted by relevance
526 const char* str_char = in get_section_contents() local532 buffer.append(str_char); in get_section_contents()538 reinterpret_cast<const uint16_t*>(str_char); in get_section_contents()543 buffer.append(str_char, strlen_16 * 2); in get_section_contents()549 reinterpret_cast<const uint32_t*>(str_char); in get_section_contents()554 buffer.append(str_char, strlen_32 * 4); in get_section_contents()
199 static int str_char (lua_State *L) { in str_char() function1862 {"char", str_char},