Searched refs:union_sd (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 172 StructDef *union_sd, in Print() argument 179 assert(union_sd); in Print() 180 if (!GenStruct(*union_sd, in Print() 239 int indent, StructDef *union_sd, in GenFieldOffset() argument 252 return Print(val, fd.value.type, indent, union_sd, opts, _text); in GenFieldOffset() 263 StructDef *union_sd = nullptr; in GenStruct() local 299 union_sd, opts, _text)) { in GenStruct() 308 union_sd = enum_val->struct_def; in GenStruct()
|