Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir/src/
Ddef_path_hash_map.rs22 fn encode_value(v: &DefIndex) -> [u8; 4] { in encode_value() method
/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py407 def _SimpleEncoder(wire_type, encode_value, compute_value_size): argument
448 def _ModifiedEncoder(wire_type, encode_value, compute_value_size, modify_value): argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_ml_nn_v8.c456 encode_value(struct etna_ml_subgraph *subgraph, const struct etna_operation *operation, struct enco… in encode_value() function