Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpStringBuffer.h59 operator std::string_view() const { return mString; } in string_view() function
/frameworks/av/media/utils/include/mediautils/
DFixedString.h126 operator std::string_view() const { in string_view() function
/frameworks/native/libs/ftl/
Dfunction_test.cpp106 int on_string(int*, std::string_view) { return 1; } in TEST()
/frameworks/base/tools/aapt2/
DResourceTable.cpp73 const std::pair<std::string_view, std::optional<U>>& rhs) { in less_than_struct_with_name_and_id()
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp467 Control openMountForHealth(std::string_view) { in openMountForHealth()