Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4047 CodeLocation code_location, in MakeAndRegisterTestInfo() argument
4054 code_location, fixture_class_id, factory); in MakeAndRegisterTestInfo()
4060 CodeLocation code_location) { in ReportInvalidTestCaseType() argument
4072 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestCaseType()
4073 code_location.line) in ReportInvalidTestCaseType()
Dgtest.h8410 CodeLocation code_location,
8592 static bool Register(const char* prefix, CodeLocation code_location,
8602 FormatFileLocation(code_location.file.c_str(),
8603 code_location.line).c_str());
11489 CodeLocation code_location);
11914 const char* name, CodeLocation code_location)
11915 : test_case_name_(name), code_location_(code_location) {}
12086 CodeLocation code_location) {
12095 ReportInvalidTestCaseType(test_case_name, code_location);
12109 test_case_name, code_location);
[all …]