Home
last modified time | relevance | path

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 Dhpack_encoder_test.cc185 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 DMatchVerifier.h290 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 Dwtf_types_unittest.cc85 void ExpectString(const WTF::String& expected_string, in ExpectString() function
207 base::Bind(&ExpectString, strs[i], loop.QuitClosure())); in TEST_F()