Home
last modified time | relevance | path

Searched refs:_last_pos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/utils/format/
H A Dformatter.cpp189 find_next_placeholder(_format, _expansion, _last_pos); in init()
191 strip_double_percent(_expansion, _last_pos, placeholder.first); in init()
214 _last_pos(last_pos), in formatter()
229 _last_pos(0), in formatter()
H A Dformatter.hpp90 std::string::size_type _last_pos; member in utils::format::formatter