Searched refs:iterable_out (Results 1 – 1 of 1) sorted by relevance
53 Type TypeOf(const OpDef_ArgDef& arg_def, bool* iterable_out);65 bool* iterable_out);92 Type TypeResolver::TypeOf(const OpDef_ArgDef& arg_def, bool* iterable_out) { in TypeOf() argument93 *iterable_out = false; in TypeOf()105 type = TypesOf(attr_def, iterable_out).first; in TypeOf()113 *iterable_out = true; in TypeOf()122 *iterable_out = true; in TypeOf()129 bool* iterable_out) { in TypesOf() argument131 *iterable_out = false; in TypesOf()135 *iterable_out = true; in TypesOf()[all …]