Home
last modified time | relevance | path

Searched defs:stringView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h66 CStrWrapper(std::string_view stringView) : mStringView(stringView) {} in CStrWrapper()
96 inline CStrWrapper c_str(std::string_view stringView) { in c_str()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h933 inline c10::string_view PythonArgs::stringView(int i) { in stringView() function