Searched defs:print_map (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dmap_unittest.cc97 bool PrintMap(const MapWrapper& print_map, bool supress) { argument
98 const int elements_to_print = print_map.Size();
100 MapItem* item = print_map.First();
105 item = print_map.Next(item);
112 bool ReversePrintMap(const MapWrapper& print_map, bool supress) { argument
113 const int elements_to_print = print_map.Size();
115 MapItem* item = print_map.Last();
120 item = print_map.Previous(item);

Completed in 106 milliseconds