Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Domap_internal.h120 typedef std::vector<EndpointIndex> EndpointIndexMap; typedef
132 EndpointIndexMap endpoint_index_map;
Domap.cc412 EndpointIndexMap& eim = image_map->endpoint_index_map; in BuildEndpointIndexMap()
439 EndpointIndexMap::iterator it1 = std::lower_bound( in BuildEndpointIndexMap()
444 EndpointIndexMap::iterator it2 = std::lower_bound( in BuildEndpointIndexMap()
608 const EndpointIndexMap& eim = image_map.endpoint_index_map; in MapAddressRange()
610 EndpointIndexMap::const_iterator it1 = std::lower_bound( in MapAddressRange()
Domap_unittest.cc196 EndpointIndexMap endpoint_index_map; in TEST_F()