Searched refs:_mutable_to_out_variant_map (Results 1 – 1 of 1) sorted by relevance
44 _mutable_to_out_variant_map: Dict[OpOverload, Optional[OpOverload]] = {} variable161 native_schema.kind() == SchemaKind.mutable and op in _mutable_to_out_variant_map226 _mutable_to_out_variant_map[schema_to_opoverload(mutable_op_schema)] = (251 and op_overload not in _mutable_to_out_variant_map256 if op_overload in _mutable_to_out_variant_map:257 out_var = _mutable_to_out_variant_map[op_overload]