Home
last modified time | relevance | path

Searched defs:string_view (Results 1 – 4 of 4) sorted by relevance

/system/chre/external/flatbuffers/include/flatbuffers/
Dbase.h208 typedef std::string_view string_view; typedef
215 typedef std::experimental::string_view string_view; typedef
222 typedef absl::string_view string_view; typedef
/system/core/adb/
Dtransport_local.cpp200 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()
/system/memory/libmeminfo/
Dsysmeminfo.cpp86 std::function<void(std::string_view, uint64_t)> store_val) { in ReadMemInfo()
/system/core/logd/
DLogStatistics.h545 operator const std::string_view() const { in string_view() function