Lines Matching defs:str
29 def Substitute(self, name: str, expression: 'Expression') -> 'Expression':
115 def __init__(self, operator: str, lhs: Union[int, float, Expression],
123 other_str: str,
198 def Substitute(self, name: str, expression: Expression) -> Expression:
246 def Substitute(self, name: str, expression: Expression) -> Expression:
259 fn: str,
296 def Substitute(self, name: str, expression: Expression) -> Expression:
306 def _FixEscapes(s: str) -> str:
314 def __init__(self, name: str, legacy_name: str = ''):
331 def Substitute(self, name: str, expression: Expression) -> Expression:
338 def __init__(self, value: Union[float, str]): argument
358 def Substitute(self, name: str, expression: Expression) -> Expression:
365 def __init__(self, value: str):
380 def Substitute(self, name: str, expression: Expression) -> Expression:
429 name: str,
430 description: str,
432 scale_unit: str,
490 def __init__(self, name: str, metric_list: List[Union[Metric,
531 def ParsePerfJson(orig: str) -> Expression:
574 def RewriteMetricsInTermsOfOthers(metrics: List[Tuple[str, str, Expression]]