Home
last modified time | relevance | path

Searched refs:mLinePrefix (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/host_utils/
DFormatter.cpp70 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()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h191 std::vector<std::string> mLinePrefix; member