Home
last modified time | relevance | path

Searched refs:Tuple (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs77 struct Tuple<T> (T, T); structure names
82 data: HashMap<String, HashMap<Tuple<T>, Vec<u8>>>
182 let mut hash_data_map: HashMap<String, HashMap<Tuple<T>, Vec<u8>>> = HashMap::new(); in load_img_hash_data()
190 let mut single_data: HashMap<Tuple<T>, Vec<u8>> = HashMap::new(); in load_img_hash_data()
194 let mut addr_tuple = Tuple(hash_data.addr_star, hash_data.addr_end); in load_img_hash_data()
214 let mut addr_tuple = Tuple(start, end); in check_img_hash()
/base/sensors/miscdevice/utils/tools/haptic_format_converter/converter/
H A Dconverter.py39 from typing import Union, Dict, Any, Tuple namespace
112 def validate_json(data: JsonData, schema: JsonData) -> Tuple[bool, Union[None, jsonschema.exceptions.ValidationError]]:
121 Tuple[bool, Union[None, jsonschema.exceptions.ValidationError]]: Validation result and error if invalid.

Completed in 2 milliseconds