Searched refs:SetLogBufferForTest (Results 1 – 3 of 3) sorted by relevance
20 void SetLogBufferForTest(std::vector<std::string>* messages);
27 SetLogBufferForTest(&log_messages); in SetUp()33 SetLogBufferForTest(nullptr); in TearDown()
123 void SetLogBufferForTest(std::vector<std::string>* messages) { in SetLogBufferForTest() function