Lines Matching refs:Any
29 from typing import Any, Callable, Dict, Iterator, List, Optional, Set, Tuple, Union
96 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
136 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
226 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
263 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
314 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
393 def gen_sample_info(self) -> Dict[str, Any]:
813 def gen_record_info(self) -> Dict[str, Any]:
860 def _gen_function_map(self) -> Dict[int, Any]:
861 func_map: Dict[int, Any] = {}
879 def _gen_sample_info(self) -> List[Dict[str, Any]]:
883 def _gen_source_files(self) -> List[Dict[str, Any]]:
941 def write_record_data(self, record_data: Dict[str, Any]): argument