Lines Matching refs:INFO
34 LOG(INFO) << "SERVER: heyItsMe cb = " << cb.get(); in heyItsMe()
40 LOG(INFO) << "SERVER: hey"; in hey()
47 LOG(INFO) << "Baz::isJava"; in isJava()
53 LOG(INFO) << "Baz::someBaseMethod"; in someBaseMethod()
59 LOG(INFO) << "Baz::someBoolMethod(" << std::to_string(x) << ")"; in someBoolMethod()
66 LOG(INFO) << "Baz::someBoolArrayMethod(" << toString(x) << ")"; in someBoolArrayMethod()
80 LOG(INFO) << "Baz::someBoolVectorMethod(" << toString(x) << ")"; in someBoolVectorMethod()
94 LOG(INFO) << "Baz::someOtherBaseMethod " in someOtherBaseMethod()
104 LOG(INFO) << "Baz::someMethodWithFooArrays " in someMethodWithFooArrays()
118 LOG(INFO) << "Baz::someMethodWithFooVectors " in someMethodWithFooVectors()
133 LOG(INFO) << "Baz::someMethodWithVectorOfArray " in someMethodWithVectorOfArray()
152 LOG(INFO) << "Baz::someMethodTakingAVectorOfArray " in someMethodTakingAVectorOfArray()
170 LOG(INFO) << "Baz::transpose " << toString(in); in transpose()
185 LOG(INFO) << "Baz::transpose2 " << toString(in); in transpose2()
239 LOG(INFO) << "Baz::doThis(" << param << ")"; in doThis()
245 LOG(INFO) << "Baz::doThatAndReturnSomething(" << param << ")"; in doThatAndReturnSomething()
251 LOG(INFO) << "Baz::doQuiteABit(" in doQuiteABit()
266 LOG(INFO) << "Baz::doSomethingElse(...)"; in doSomethingElse()
282 LOG(INFO) << "doStuffAndReturnAString"; in doStuffAndReturnAString()
293 LOG(INFO) << "mapThisVector"; in mapThisVector()
307 LOG(INFO) << "callMe " << cb.get(); in callMe()
318 LOG(INFO) << "callMeLater " << cb.get(); in callMeLater()
338 LOG(INFO) << "useAnEnum " << (int)zzz; in useAnEnum()
345 LOG(INFO) << "haveSomeStrings(" in haveSomeStrings()
360 LOG(INFO) << "haveAStringVec(" << toString(vector) << ")"; in haveAStringVec()