Searched refs:heapprofd_config_ (Results 1 – 2 of 2) sorted by relevance
64 (heapprofd_config_ == other.heapprofd_config_) && in operator ==()109 heapprofd_config_.FromProto(proto.heapprofd_config()); in FromProto()166 heapprofd_config_.ToProto(proto->mutable_heapprofd_config()); in ToProto()
126 const HeapprofdConfig& heapprofd_config() const { return heapprofd_config_; } in heapprofd_config()127 HeapprofdConfig* mutable_heapprofd_config() { return &heapprofd_config_; } in mutable_heapprofd_config()167 HeapprofdConfig heapprofd_config_ = {}; variable