Searched refs:dst_in (Results 1 – 5 of 5) sorted by relevance
95 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() argument98 e->dst()->name() == dst && e->dst_input() == dst_in) in HasEdge()
18 DataType dst_in = dst->input_type(input_index);
1521 char *dst_in; in xstrlcpy() local1523 dst_in = dst; in xstrlcpy()1530 return dst - dst_in; in xstrlcpy()
1441 DataType dst_in = dst->input_type(input_index); in MakeEdge() local1442 if (!TypesCompatible(dst_in, src_out)) { in MakeEdge()1446 " incompatible with expected ", DataTypeString(dst_in), "."); in MakeEdge()
131 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() argument134 e->dst()->name() == dst && e->dst_input() == dst_in) { in HasEdge()