Lines Matching refs:is_struct
88 if (objectdef.is_struct()) { in GetAnyValueS()
251 if (subobjectdef && subobjectdef->is_struct()) continue; in ResizeTable()
272 if (elemobjectdef && elemobjectdef->is_struct()) break; in ResizeTable()
400 if (!subobjectdef.is_struct()) { in CopyTable()
434 if (!elemobjectdef->is_struct()) { in CopyTable()
447 if (elemobjectdef && elemobjectdef->is_struct()) in CopyTable()
463 auto start = objectdef.is_struct() ? fbb.StartStruct(objectdef.minalign()) in CopyTable()
473 if (subobjectdef.is_struct()) { in CopyTable()
493 if (objectdef.is_struct()) { in CopyTable()
537 if (elem_obj->is_struct()) { in VerifyUnion()
590 if (obj->is_struct()) { in VerifyVector()
675 if (child_obj->is_struct()) { in VerifyObject()