Home
last modified time | relevance | path

Searched refs:Clone (Results 1 – 1 of 1) sorted by relevance

/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp717 static std::shared_ptr<Impl> Clone(const std::shared_ptr<Impl> &);
726 std::shared_ptr<C2FieldUtils::Info::Impl> C2FieldUtils::Info::Impl::Clone(const std::shared_ptr<Imp… in Clone() function in C2FieldUtils::Info::Impl
735 res.parent = Clone(res.parent); in clone()
1063 : C2FieldUtils::Iterator::Impl(C2FieldUtils::Info::Impl::Clone(info)) { in C2FieldUtilsCousinsIterator()