Home | History | Annotate | Download | only in base

Lines Matching full:result_

42     result_.append(a);
47 result_.append(*a);
56 result_.append(*a);
57 result_.append(*b);
62 result_.append(a);
63 result_.append(*b);
67 const std::string& result() const { return result_; }
75 std::string result_;