Searched refs:geoAddressList002 (Results 1 – 3 of 3) sorted by relevance
109 std::list<std::shared_ptr<GeoAddress>> geoAddressList002; variable110 locatorImpl->GetAddressByLocationName(request002, geoAddressList002);
349 std::list<std::shared_ptr<GeoAddress>> geoAddressList002; variable361 …T_EQ(ERRCODE_NOT_SUPPORTED, locatorImpl_->GetAddressByCoordinateV9(request002, geoAddressList002));362 EXPECT_EQ(true, geoAddressList002.empty());
1490 std::list<std::shared_ptr<GeoAddress>> geoAddressList002; variable1501 locatorImpl->GetAddressByCoordinate(request002, geoAddressList002);1502 EXPECT_EQ(true, geoAddressList002.empty());