Home
last modified time | relevance | path

Searched refs:const_iterator_pair (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/incident_report/
Dgeneric_message.h62 typedef pair<const_iterator,const_iterator> const_iterator_pair; typedef
64 const_iterator_pair find(int fieldId) const;
Dgeneric_message.cpp65 GenericMessage::const_iterator_pair
Dmain.cpp233 GenericMessage::const_iterator_pair it = message->find(fieldId); in print_message()
241 for (GenericMessage::const_iterator_pair it = message->find(fieldId); in print_message()