Searched defs:structs (Results 1 - 1 of 1) sorted by relevance

/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h1194 /// @brief Serialize an array of structs into a FlatBuffer `vector`.
1209 /// @brief Serialize an array of structs into a FlatBuffer `vector`.
1220 T *structs = reinterpret_cast<T *>(buf_.make_space(vector_size * sizeof(T))); local
1222 filler(i, structs);
1223 structs++;
1229 /// @brief Serialize a `std::vector` of structs into a FlatBuffer `vector`.
1231 /// @param[in]] v A const reference to the `std::vector` of structs to
1651 // "structs" are flat structures that do not have an offset table, thus

Completed in 52 milliseconds