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

/external/google-breakpad/src/processor/
H A Drange_map_unittest.cc169 bool retrieved = range_map->RetrieveRange(address, &object, local
173 bool observed_result = retrieved && object->id() == range_test->id;
187 // If a range was successfully retrieved, check that the returned
241 // If a range was successfully retrieved, check that the returned
H A Dstatic_range_map_unittest.cc249 bool retrieved = range_map->RetrieveRange(address, id, local
253 bool observed_result = retrieved && *id == range_test->id;
258 // If a range was successfully retrieved, check that the returned
298 // If a range was successfully retrieved, check that the returned

Completed in 106 milliseconds