Searched defs:string_view (Results 1 – 4 of 4) sorted by relevance
208 typedef std::string_view string_view; typedef215 typedef std::experimental::string_view string_view; typedef222 typedef absl::string_view string_view; typedef
200 static void client_socket_thread(std::string_view) { in client_socket_thread()245 void server_socket_thread(std::function<unique_fd(std::string_view, std::string*)> listen_func, in server_socket_thread()
86 std::function<void(std::string_view, uint64_t)> store_val) { in ReadMemInfo()
545 operator const std::string_view() const { in string_view() function