Home
last modified time | relevance | path

Searched refs:kDecodeInProgress (Results 1 – 25 of 68) sorted by relevance

123

/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/
Drandom_decoder_test_base_test.cc96 return DecodeStatus::kDecodeInProgress; in TEST_F()
129 return DecodeStatus::kDecodeInProgress; in TEST_F()
136 return DecodeStatus::kDecodeInProgress; in TEST_F()
139 EXPECT_EQ(DecodeStatus::kDecodeInProgress, in TEST_F()
153 return DecodeStatus::kDecodeInProgress; in TEST_F()
162 return DecodeStatus::kDecodeInProgress; in TEST_F()
186 return DecodeStatus::kDecodeInProgress; in TEST_F()
226 return DecodeStatus::kDecodeInProgress; in TEST_F()
272 return DecodeStatus::kDecodeInProgress; in TEST_F()
Dpayload_decoder_base_test_util.cc60 if (status != DecodeStatus::kDecodeInProgress) { in StartDecoding()
71 if (status != DecodeStatus::kDecodeInProgress) { in ResumeDecoding()
Drandom_decoder_test_base.cc30 DecodeStatus status = DecodeStatus::kDecodeInProgress; in DecodeSegments()
62 case DecodeStatus::kDecodeInProgress: in DecodeSegments()
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/
Drandom_decoder_test_base_test.cc96 return DecodeStatus::kDecodeInProgress; in TEST_F()
129 return DecodeStatus::kDecodeInProgress; in TEST_F()
136 return DecodeStatus::kDecodeInProgress; in TEST_F()
139 EXPECT_EQ(DecodeStatus::kDecodeInProgress, in TEST_F()
153 return DecodeStatus::kDecodeInProgress; in TEST_F()
162 return DecodeStatus::kDecodeInProgress; in TEST_F()
186 return DecodeStatus::kDecodeInProgress; in TEST_F()
226 return DecodeStatus::kDecodeInProgress; in TEST_F()
272 return DecodeStatus::kDecodeInProgress; in TEST_F()
Dpayload_decoder_base_test_util.cc60 if (status != DecodeStatus::kDecodeInProgress) { in StartDecoding()
71 if (status != DecodeStatus::kDecodeInProgress) { in ResumeDecoding()
Drandom_decoder_test_base.cc30 DecodeStatus status = DecodeStatus::kDecodeInProgress; in DecodeSegments()
62 case DecodeStatus::kDecodeInProgress: in DecodeSegments()
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_block_decoder.cc26 case DecodeStatus::kDecodeInProgress: in Decode()
28 return DecodeStatus::kDecodeInProgress; in Decode()
42 case DecodeStatus::kDecodeInProgress: in Decode()
45 return DecodeStatus::kDecodeInProgress; in Decode()
Dhpack_string_decoder.h130 *status = DecodeStatus::kDecodeInProgress; in StartDecodingLength()
191 return DecodeStatus::kDecodeInProgress; in DecodeString()
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_block_decoder.cc26 case DecodeStatus::kDecodeInProgress: in Decode()
28 return DecodeStatus::kDecodeInProgress; in Decode()
42 case DecodeStatus::kDecodeInProgress: in Decode()
45 return DecodeStatus::kDecodeInProgress; in Decode()
Dhpack_string_decoder.h130 *status = DecodeStatus::kDecodeInProgress; in StartDecodingLength()
191 return DecodeStatus::kDecodeInProgress; in DecodeString()
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/
Dhttp2_frame_decoder.cc60 return DecodeStatus::kDecodeInProgress; in DecodeFrame()
66 return DecodeStatus::kDecodeInProgress; in DecodeFrame()
172 } else if (status == DecodeStatus::kDecodeInProgress) { in StartDecodingPayload()
246 } else if (status == DecodeStatus::kDecodeInProgress) { in ResumeDecodingPayload()
455 return DecodeStatus::kDecodeInProgress; in DiscardPayload()
Ddecode_status.h22 kDecodeInProgress, enumerator
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/
Dhttp2_frame_decoder.cc60 return DecodeStatus::kDecodeInProgress; in DecodeFrame()
66 return DecodeStatus::kDecodeInProgress; in DecodeFrame()
172 } else if (status == DecodeStatus::kDecodeInProgress) { in StartDecodingPayload()
246 } else if (status == DecodeStatus::kDecodeInProgress) { in ResumeDecodingPayload()
455 return DecodeStatus::kDecodeInProgress; in DiscardPayload()
Ddecode_status.h22 kDecodeInProgress, enumerator
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/varint/
Dhpack_varint_decoder.cc56 return DecodeStatus::kDecodeInProgress; in Resume()
87 return DecodeStatus::kDecodeInProgress; in Resume()
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/varint/
Dhpack_varint_decoder.cc56 return DecodeStatus::kDecodeInProgress; in Resume()
87 return DecodeStatus::kDecodeInProgress; in Resume()
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
Dgoaway_payload_decoder.cc86 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload()
108 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
Dpriority_update_payload_decoder.cc89 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload()
110 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
Ddata_payload_decoder.cc113 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
124 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
Dpush_promise_payload_decoder.cc132 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
143 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
Ddata_payload_decoder.cc113 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
124 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
Dpriority_update_payload_decoder.cc89 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload()
110 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
Dgoaway_payload_decoder.cc86 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload()
108 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
Dpush_promise_payload_decoder.cc132 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
143 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
/external/pigweed/pw_protobuf/
Ddecoder.cc249 state_ = kDecodeInProgress; in Decode()
253 while (state_ == kDecodeInProgress) { in Decode()
277 if (state_ != kDecodeInProgress) { in Decode()

123