Home
last modified time | relevance | path

Searched refs:raw_string (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/RPC/
H A Drpc_server.h178 !cur_section.raw_string.empty(); in handle_printf()
207 !cur_section.raw_string.empty(); in handle_printf()
220 writer.write(cur_section.raw_string); in handle_printf()
274 !cur_section.raw_string.empty(); in handle_printf()
291 writer.write(cur_section.raw_string); in handle_printf()
/freebsd/contrib/lutok/
H A Dstate.cpp874 const char *raw_string = lua_tostring(_pimpl->lua_state, index); in to_string() local
878 return std::string(raw_string); in to_string()