MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / IsStruct

Function IsStruct

native/thirdpart/flatbuffers/idl.h:470–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470inline bool IsStruct(const Type &type) {
471 return type.base_type == BASE_TYPE_STRUCT && type.struct_def->fixed;
472}
473
474inline bool IsUnion(const Type &type) {
475 return type.enum_def != nullptr && type.enum_def->is_union;

Callers 5

ParseFieldMethod · 0.85
ParseArrayMethod · 0.85
ParseRootMethod · 0.85
InlineSizeFunction · 0.85
InlineAlignmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected