Searched defs:string_view (Results 1 – 6 of 6) sorted by relevance
240 virtual keymaster_error_t SetVerifiedBootInfo(std::string_view /*verified_boot_state*/, in SetVerifiedBootInfo()
208 typedef std::string_view string_view; typedef215 typedef std::experimental::string_view string_view; typedef222 typedef absl::string_view string_view; typedef
44 operator std::string_view() const { return static_cast<const std::string&>(*this); } in string_view() function
369 inline String8::operator std::string_view() const in string_view() function
91 std::function<void(std::string_view, uint64_t)> store_val) { in ReadMemInfo()