Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc240 const char* const* expected_data, in VerifyResults() argument
252 ASSERT_STREQ(expected_data[i], data[i].c_str()) << "at position " << i; in VerifyResults()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1024 auto expected_data = in GetExtendedCrashInformation() local
1027 if (!expected_data) in GetExtendedCrashInformation()
1030 StructuredData::ObjectSP fetched_data = *expected_data; in GetExtendedCrashInformation()