Searched refs:suffix_ (Results 1 – 2 of 2) sorted by relevance
25 : os_(&std::cerr), severity_(severity), location_(location), suffix_(suffix) { in AidlErrorLog()41 (*os_) << suffix_ << std::endl; in ~AidlErrorLog()
63 const std::string suffix_; variable