Searched defs:string_view (Results 1 – 4 of 4) sorted by relevance
240 virtual keymaster_error_t SetVerifiedBootInfo(std::string_view /*verified_boot_state*/, in SetVerifiedBootInfo()
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
91 std::function<void(std::string_view, uint64_t)> store_val) { in ReadMemInfo()