Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues.cpp814 std::vector<T*> ToPointerVec(std::vector<T>& src) { in ToPointerVec() function
824 std::vector<const T*> ToPointerVec(const std::vector<T>& src) { in ToPointerVec() function
852 std::vector<const Entry*> sorted_a = ToPointerVec(entries); in Equals()
855 std::vector<const Entry*> sorted_b = ToPointerVec(other->entries); in Equals()
897 std::vector<Entry*> this_sorted = ToPointerVec(entries); in MergeWith()
900 std::vector<Entry*> other_sorted = ToPointerVec(other->entries); in MergeWith()