Searched refs:ElementCopier (Results 1 – 2 of 2) sorted by relevance
31 template <typename T, typename ElementCopier>36 int64 cost_per_unit, ElementCopier copier, in ConcatCPUImpl()
383 struct ElementCopier { struct1466 internal::ElementCopier<Element>()(to, from, array_size);1472 void ElementCopier<Element, HasTrivialCopy>::operator()(Element* to,1479 struct ElementCopier<Element, true> {