Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_test_runner.cc156 current_test_name_ = test_name; in RunTest()
305 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedWrite()
317 GOOGLE_LOG(ERROR) << current_test_name_ in TryRead()
321 GOOGLE_LOG(ERROR) << current_test_name_ in TryRead()
336 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedRead()
Dconformance_test.h111 std::string current_test_name_; variable