Searched refs:CreateVectorOfSortedNativeStructs (Results 1 – 2 of 2) sorted by relevance
937 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs( in CreateVectorOfSortedNativeStructs() function939 return CreateVectorOfSortedNativeStructs<T, S>(data(*v), v->size()); in CreateVectorOfSortedNativeStructs()966 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v, in CreateVectorOfSortedNativeStructs() function
1824 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(1826 return CreateVectorOfSortedNativeStructs<T, S>(data(*v), v->size());1853 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v,