Searched defs:get_pos (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ | ||
H A D | replace_with_range.pass.cpp | 645 auto get_pos = [](auto& c, auto index) { return std::ranges::next(c.begin(), index); }; test_string_replace_with_range() local |
/llvm-project/libc/test/src/__support/File/ | ||
H A D | file_test.cpp | 54 size_t get_pos() const { return pos; } get_pos() function in StringFile |