Searched refs:ExpectString (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/ |
H A D | hpack_encoder_test.cc | 185 ExpectString(&expected_, value); in ExpectIndexedLiteral() 190 ExpectString(&expected_, name); in ExpectIndexedLiteral() 191 ExpectString(&expected_, value); in ExpectIndexedLiteral() 197 ExpectString(&expected_, name); in ExpectNonIndexedLiteral() 198 ExpectString(&expected_, value); in ExpectNonIndexedLiteral() 204 ExpectString(&expected_, value); in ExpectNonIndexedLiteralWithNameIndex() 206 void ExpectString(HpackOutputStream* stream, absl::string_view str) { in ExpectString() function in spdy::__anond7cba6990111::HpackEncoderTest
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | MatchVerifier.h | 290 ExpectString = Str; in expectString() 300 if (Print.str() != ExpectString) { in verify() 303 Msg << "Expected pretty print <" << ExpectString << ">, found <" in verify() 310 std::string ExpectString;
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | wtf_types_unittest.cc | 85 void ExpectString(const WTF::String& expected_string, in ExpectString() function 207 base::Bind(&ExpectString, strs[i], loop.QuitClosure())); in TEST_F()
|