Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dkeymaster_context.h240 virtual keymaster_error_t SetVerifiedBootInfo(std::string_view /*verified_boot_state*/, in SetVerifiedBootInfo()
/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/unwinding/libunwindstack/include/unwindstack/
DSharedString.h44 operator std::string_view() const { return static_cast<const std::string&>(*this); } in string_view() function
/system/core/libutils/binder/include/utils/
DString8.h369 inline String8::operator std::string_view() const in string_view() function
/system/core/libutils/include/utils/
DString8.h369 inline String8::operator std::string_view() const in string_view() function
/system/memory/libmeminfo/
Dsysmeminfo.cpp91 std::function<void(std::string_view, uint64_t)> store_val) { in ReadMemInfo()