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

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

Completed in 77 milliseconds