Home
last modified time | relevance | path

Searched defs:GetTypeAsString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/filter/
H A Dfilter_source_stream_unittest.cc36 std::string GetTypeAsString() const override { return type_string_; } in GetTypeAsString() function in net::__anon2008e0e00111::TestFilterSourceStreamBase
229 std::string GetTypeAsString() const override { return ""; } in GetTypeAsString() function in net::__anon2008e0e00111::ErrorFilterSourceStream
H A Dgzip_source_stream.cc74 std::string GzipSourceStream::GetTypeAsString() const { in GetTypeAsString() function in net::GzipSourceStream
H A Dzstd_source_stream.cc123 std::string GetTypeAsString() const override { return kZstd; } in GetTypeAsString() function in net::__anon170898e00111::ZstdSourceStream
H A Dbrotli_source_stream.cc92 std::string GetTypeAsString() const override { return kBrotli; } in GetTypeAsString() function in net::__anon1f8db0e70111::BrotliSourceStream