Home | History | Annotate | Download | only in base

Lines Matching refs:result_

47     result_.append(a);
52 result_.append(*a);
61 result_.append(*a);
62 result_.append(*b);
67 result_.append(a);
68 result_.append(*b);
72 const std::string& result() const { return result_; }
80 std::string result_;