Searched refs:mLinePrefix (Results 1 – 2 of 2) sorted by relevance
70 mLinePrefix.push_back(prefix); in pushLinePrefix()74 mLinePrefix.pop_back(); in popLinePrefix()125 const std::string& prefix = base::Join(mLinePrefix, ""); in operator <<()164 for (const std::string& prefix : mLinePrefix) { in printBlock()
191 std::vector<std::string> mLinePrefix; member