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

/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h1603 template<typename P> P GetPointer(voffset_t field) { function in class:flatbuffers::Table
1610 template<typename P> P GetPointer(voffset_t field) const { function in class:flatbuffers::Table
1611 return const_cast<Table *>(this)->GetPointer<P>(field);

Completed in 79 milliseconds