Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Dalgorithm_test.cpp95 expected_.clear(); in stripComments()
101 expected_ += line; in stripComments()
106 expected_ += log; in stripComments()
108 expected_ += '\n'; in stripComments()
110 return expected_.c_str(); in stripComments()
128 std::string expected_; member
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h1384 : expected_(expected),
1396 : expected_(expected),
1417 if (value == expected_) {
1481 const FloatType expected_;
1511 const FloatType expected_;
2098 UniversalPrint(expected_, os);
2102 UniversalPrint(expected_, os);
2113 if (lhs_stl_container == expected_)
2123 if (internal::ArrayAwareFind(expected_.begin(), expected_.end(), *it) ==
2124 expected_.end()) {
[all …]