Searched refs:CreateVectorOfSortedNativeStructs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flatbuffer_builder.h | 937 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 D | flatbuffer_builder.h | 937 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 D | flatbuffers.h | 1824 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 D | flatbuffers.h | 1913 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs( 1915 return CreateVectorOfSortedNativeStructs<T, S>(data(*v), v->size()); 1942 Offset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v,
|