Lines Matching refs:Optional
28 from typing import Any, Dict, List, Optional, Union
34 def _is_null(p: Optional[ct._Pointer]) -> bool:
262 def __init__(self, native_lib_path: Optional[str] = None):
307 self.meta_info: Optional[Dict[str, str]] = None
308 self.current_sample: Optional[SampleStruct] = None
309 self.record_cmd: Optional[str] = None
434 def GetNextSample(self) -> Optional[SampleStruct]:
443 def GetCurrentSample(self) -> Optional[SampleStruct]:
461 def GetTracingDataOfCurrentSample(self) -> Optional[Dict[str, Any]]:
588 self.meta_info: Optional[self.report_sample_pb2.MetaInfo] = None
692 def GetNextSample(self) -> Optional[ProtoSample]:
741 def GetCurrentSample(self) -> Optional[ProtoSample]: