Searched defs:string_view (Results 1 – 9 of 9) sorted by relevance
43 int SimulatorRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount()
44 operator std::string_view() const { return static_cast<const std::string&>(*this); } in string_view() function
208 typedef std::string_view string_view; typedef215 typedef std::experimental::string_view string_view; typedef222 typedef absl::string_view string_view; typedef
52 void server_socket_thread(std::function<unique_fd(std::string_view, std::string*)> listen_func, in server_socket_thread()
308 asocket* daemon_service_to_socket(std::string_view) { in daemon_service_to_socket()
189 static void client_socket_thread(std::string_view) { in client_socket_thread()
91 std::function<void(std::string_view, uint64_t)> store_val) { in ReadMemInfo()
71 const std::pair<std::string_view, Maybe<U>>& rhs) { in less_than_struct_with_name_and_id()
467 Control openMountForHealth(std::string_view) { in openMountForHealth()