Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflatbuffer_builder.h937 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs( in CreateVectorOfSortedNativeStructs() function
939 return CreateVectorOfSortedNativeStructs<T, S>(data(*v), v->size()); in CreateVectorOfSortedNativeStructs()
966 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v, in CreateVectorOfSortedNativeStructs() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflatbuffer_builder.h937 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs( in CreateVectorOfSortedNativeStructs() function
939 return CreateVectorOfSortedNativeStructs<T, S>(data(*v), v->size()); in CreateVectorOfSortedNativeStructs()
966 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v, in CreateVectorOfSortedNativeStructs() function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflatbuffers.h1824 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(
1826 return CreateVectorOfSortedNativeStructs<T, S>(data(*v), v->size());
1853 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v,
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h1913 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(
1915 return CreateVectorOfSortedNativeStructs<T, S>(data(*v), v->size());
1942 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v,