Lines Matching refs:string
31 void AddFuncDebugInfo(const std::string &name);
32 const std::string &GetComment(const std::string &funcName, size_t index) const;
39 comments_ = new ChunkVector<std::string>(chunk_); in FuncDebugInfo()
50 const std::string &Name() const in Name()
55 void SetName(const std::string &n) in SetName()
60 size_t Add(const std::string &str) in Add()
66 const std::string &GetComment(size_t index) in GetComment()
75 static const std::string &EmptyComment() in EmptyComment()
81 static std::string EMPTY_COMMENT;
83 std::string name_;
84 ChunkVector<std::string> *comments_ {nullptr};
87 void AddFuncName(const std::string &name);
90 ChunkMap<std::string, size_t> funcToDInfo_;