Searched refs:out_type (Results 1 – 3 of 3) sorted by relevance
21 bool ExtractResourceName(StringPiece str, StringPiece* out_package, StringPiece* out_type, in ExtractResourceName() argument24 *out_type = ""; in ExtractResourceName()34 if (out_type->size() == 0 && *current == '/') { in ExtractResourceName()36 *out_type = StringPiece(start, current - start); in ExtractResourceName()48 !(has_type_separator && out_type->empty()); in ExtractResourceName()
28 bool ExtractResourceName(StringPiece str, StringPiece* out_package, StringPiece* out_type,
286 out_type = _get_semantic_player_type(outs[0], intr.get('sem-player-types'))287 if out_type == "FpRegister":289 elif out_type != "SimdRegister":290 assert out_type == "Register"298 out_type = _get_c_type(outs[0])299 if out_type in ('Float32', 'Float64'):302 raise Exception('Type %s is not supported' % (out_type))