Searched refs:maps_ptr_ (Results 1 – 2 of 2) sorted by relevance
399 maps_ptr_.reset(new LocalMaps()); in Init()401 maps_ptr_.reset(new RemoteMaps(pid_)); in Init()403 if (!maps_ptr_->Parse()) { in Init()408 maps_ = maps_ptr_.get(); in Init()
188 std::unique_ptr<Maps> maps_ptr_; variable