Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
H A Dcxx.cc353 const_iterator liter = this->begin(), lend = this->end(), riter = rhs.begin(), variable
355 while (liter != lend && riter != rend && *liter == *riter) {
356 ++liter, ++riter;
360 } else if (riter == rend) {
363 return *liter <= *riter;
/third_party/libfuse/example/
H A Dcxxopts.hpp1162 auto riter = m_results.find(iter->second); in count() local
1164 return riter->second.count(); in count()
1177 auto riter = m_results.find(iter->second); in operator []() local
1179 return riter->second; in operator []()

Completed in 5 milliseconds