Searched refs:GetSizePrefixedRootTable (Results 1 – 5 of 5) sorted by relevance
171 inline const v1::RootTable *GetSizePrefixedRootTable(const void *buf) { in GetSizePrefixedRootTable() function214 return std::unique_ptr<v1::RootTableT>(GetSizePrefixedRootTable(buf)->UnPack(res));
195 inline const v2::RootTable *GetSizePrefixedRootTable(const void *buf) { in GetSizePrefixedRootTable() function238 return std::unique_ptr<v2::RootTableT>(GetSizePrefixedRootTable(buf)->UnPack(res));
78 is_size_prefixed ? GetSizePrefixedRootTable(data) : GetRootTable(data); in AccessBuffer()
367 GetSizePrefixedRootTable(builder.GetBufferPointer()); in Offset64SizePrefix()
607 inline const RootTable *GetSizePrefixedRootTable(const void *buf) { in GetSizePrefixedRootTable() function650 return std::unique_ptr<RootTableT>(GetSizePrefixedRootTable(buf)->UnPack(res));