Searched refs:idelim (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp266 typename std::map< char, token_type >::const_iterator idelim; local
267 idelim = m_delims_map.find(ch);
268 if (idelim != m_delims_map.end()) {
271 t = token(m_lineno, (*idelim).second,

Completed in 9 milliseconds