Searched refs:itLast (Results 1 – 2 of 2) sorted by relevance
987 ObjectValues::const_iterator itLast = value_.map_->end(); in size() local988 --itLast; in size()989 return (*itLast).first.index()+1; in size()
991 ObjectValues::const_iterator itLast = value_.map_->end(); in size() local992 --itLast; in size()993 return (*itLast).first.index()+1; in size()