Home
last modified time | relevance | path

Searched refs:unionfield (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dreflection.h383 const reflection::Field &unionfield, const Table &table) { in GetUnionType() argument
384 auto enumdef = schema.enums()->Get(unionfield.type()->index()); in GetUnionType()
387 (unionfield.name()->str() + UnionTypeFieldSuffix()).c_str()); in GetUnionType()