/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | random_decoder_test_base_test.cc | 96 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()
|
D | payload_decoder_base_test_util.cc | 60 if (status != DecodeStatus::kDecodeInProgress) { in StartDecoding() 71 if (status != DecodeStatus::kDecodeInProgress) { in ResumeDecoding()
|
D | random_decoder_test_base.cc | 30 DecodeStatus status = DecodeStatus::kDecodeInProgress; in DecodeSegments() 62 case DecodeStatus::kDecodeInProgress: in DecodeSegments()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | random_decoder_test_base_test.cc | 96 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()
|
D | payload_decoder_base_test_util.cc | 60 if (status != DecodeStatus::kDecodeInProgress) { in StartDecoding() 71 if (status != DecodeStatus::kDecodeInProgress) { in ResumeDecoding()
|
D | random_decoder_test_base.cc | 30 DecodeStatus status = DecodeStatus::kDecodeInProgress; in DecodeSegments() 62 case DecodeStatus::kDecodeInProgress: in DecodeSegments()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/decoder/ |
D | hpack_block_decoder.cc | 26 case DecodeStatus::kDecodeInProgress: in Decode() 28 return DecodeStatus::kDecodeInProgress; in Decode() 42 case DecodeStatus::kDecodeInProgress: in Decode() 45 return DecodeStatus::kDecodeInProgress; in Decode()
|
D | hpack_string_decoder.h | 130 *status = DecodeStatus::kDecodeInProgress; in StartDecodingLength() 191 return DecodeStatus::kDecodeInProgress; in DecodeString()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/decoder/ |
D | hpack_block_decoder.cc | 26 case DecodeStatus::kDecodeInProgress: in Decode() 28 return DecodeStatus::kDecodeInProgress; in Decode() 42 case DecodeStatus::kDecodeInProgress: in Decode() 45 return DecodeStatus::kDecodeInProgress; in Decode()
|
D | hpack_string_decoder.h | 130 *status = DecodeStatus::kDecodeInProgress; in StartDecodingLength() 191 return DecodeStatus::kDecodeInProgress; in DecodeString()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/ |
D | http2_frame_decoder.cc | 60 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()
|
D | decode_status.h | 22 kDecodeInProgress, enumerator
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/ |
D | http2_frame_decoder.cc | 60 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()
|
D | decode_status.h | 22 kDecodeInProgress, enumerator
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/varint/ |
D | hpack_varint_decoder.cc | 56 return DecodeStatus::kDecodeInProgress; in Resume() 87 return DecodeStatus::kDecodeInProgress; in Resume()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/varint/ |
D | hpack_varint_decoder.cc | 56 return DecodeStatus::kDecodeInProgress; in Resume() 87 return DecodeStatus::kDecodeInProgress; in Resume()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ |
D | goaway_payload_decoder.cc | 86 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload() 108 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
D | priority_update_payload_decoder.cc | 89 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload() 110 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
D | data_payload_decoder.cc | 113 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload() 124 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
D | push_promise_payload_decoder.cc | 132 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload() 143 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ |
D | data_payload_decoder.cc | 113 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload() 124 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
D | priority_update_payload_decoder.cc | 89 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload() 110 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
D | goaway_payload_decoder.cc | 86 QUICHE_DCHECK((status == DecodeStatus::kDecodeInProgress && in ResumeDecodingPayload() 108 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
D | push_promise_payload_decoder.cc | 132 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload() 143 return DecodeStatus::kDecodeInProgress; in ResumeDecodingPayload()
|
/external/pigweed/pw_protobuf/ |
D | decoder.cc | 249 state_ = kDecodeInProgress; in Decode() 253 while (state_ == kDecodeInProgress) { in Decode() 277 if (state_ != kDecodeInProgress) { in Decode()
|