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.h121 typedef std::vector<EndpointIndex> EndpointIndexMap; typedef
133 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()
630 const EndpointIndexMap& eim = image_map.endpoint_index_map; in MapAddressRange()
632 EndpointIndexMap::const_iterator it1 = std::lower_bound( in MapAddressRange()
Domap_unittest.cc195 EndpointIndexMap endpoint_index_map; in TEST_F()