Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_path.h156 using StringViewType = std::basic_string_view<CharType>; variable
Dfile_path.cc33 using StringViewType = FilePath::StringViewType; typedef