Searched refs:maps_ptr_ (Results 1 – 2 of 2) sorted by relevance
368 maps_ptr_.reset(new LocalMaps()); in Init()370 maps_ptr_.reset(new RemoteMaps(pid_)); in Init()372 if (!maps_ptr_->Parse()) { in Init()375 maps_ = maps_ptr_.get(); in Init()
152 std::unique_ptr<Maps> maps_ptr_; variable