Home
last modified time | relevance | path

Searched defs:prefix_value (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/varint/
H A Dhpack_varint_decoder.cc11 DecodeStatus HpackVarintDecoder::Start(uint8_t prefix_value, in Start()
128 DecodeStatus HpackVarintDecoder::StartForTest(uint8_t prefix_value, in StartForTest()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp405 auto prefix_value = in recurseThroughNestedModules() local
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dscanner.rs1208 let mut prefix_value: *mut yaml_char_t = ptr::null_mut::<yaml_char_t>(); in yaml_parser_scan_tag_directive_value() localVariable