Searched refs:CreateVectorOfSortedStructs (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flatbuffer_builder.h | 923 Offset<Vector<const T *>> CreateVectorOfSortedStructs( in CreateVectorOfSortedStructs() function 925 return CreateVectorOfSortedStructs(data(*v), v->size()); in CreateVectorOfSortedStructs() 951 Offset<Vector<const T *>> CreateVectorOfSortedStructs(T *v, size_t len) { in CreateVectorOfSortedStructs() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | flatbuffer_builder.h | 923 Offset<Vector<const T *>> CreateVectorOfSortedStructs( in CreateVectorOfSortedStructs() function 925 return CreateVectorOfSortedStructs(data(*v), v->size()); in CreateVectorOfSortedStructs() 951 Offset<Vector<const T *>> CreateVectorOfSortedStructs(T *v, size_t len) { in CreateVectorOfSortedStructs() function
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | flatbuffers.h | 1811 Offset<Vector<const T *>> CreateVectorOfSortedStructs(std::vector<T> *v) { 1812 return CreateVectorOfSortedStructs(data(*v), v->size()); 1838 Offset<Vector<const T *>> CreateVectorOfSortedStructs(T *v, size_t len) { 1859 return CreateVectorOfSortedStructs<T>(vv, len);
|
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/ |
H A D | flatbuffers.h | 1900 Offset<Vector<const T *>> CreateVectorOfSortedStructs(std::vector<T> *v) { 1901 return CreateVectorOfSortedStructs(data(*v), v->size()); 1927 Offset<Vector<const T *>> CreateVectorOfSortedStructs(T *v, size_t len) { 1948 return CreateVectorOfSortedStructs<T>(vv, len);
|
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_utils_grammar_rules/gen/utils/grammar/ |
D | rules_generated.h | 476 …auto unary_rules__ = unary_rules ? _fbb.CreateVectorOfSortedStructs<libtextclassifier3::grammar::R…
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | test.cpp | 181 auto vecofstructs = builder.CreateVectorOfSortedStructs(&abilities); in CreateFlatBufferTest()
|
H A D | monster_test_generated.h | 2207 …auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame…
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/ |
H A D | monster_test_suffix.h | 2207 …auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame…
|
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/ |
H A D | monster_test_generated.h | 2342 …auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame…
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/ |
H A D | monster_test_generated.hpp | 2207 …auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame…
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ |
H A D | monster_test_suffix.hpp | 2207 …auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame…
|