Lines Matching defs:computed_location
1811 MessageLocation computed_location;
1813 if (location == nullptr && ComputeLocation(&computed_location)) {
1814 location = &computed_location;
2458 MessageLocation computed_location;
2460 (ComputeLocationFromException(&computed_location, exception) ||
2461 ComputeLocationFromSimpleStackTrace(&computed_location, exception) ||
2462 ComputeLocation(&computed_location))) {
2463 location = &computed_location;
2480 MessageLocation computed_location;
2481 if (ComputeLocationFromException(&computed_location, exception) ||
2482 ComputeLocationFromDetailedStackTrace(&computed_location, exception)) {
2483 location = &computed_location;