Home
last modified time | relevance | path

Searched defs:encode_varint (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dbytecode_transformation.py443 def encode_varint(n: int) -> List[int]: function
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Dencode.c155 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Dencode.c155 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/src/
H A Dencoding.rs26 pub fn encode_varint<B>(mut value: u64, buf: &mut B) in encode_varint() function
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c10394 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint() function
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c10723 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint() function
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c10723 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint() function
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c10394 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint() function