MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / values

Function values

Libs/flatbuffers/reflection_generated.h:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 return strcmp(name()->c_str(), val);
419 }
420 const flatbuffers::Vector<flatbuffers::Offset<reflection::EnumVal>> *values() const {
421 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::EnumVal>> *>(VT_VALUES);
422 }
423 bool is_union() const {
424 return GetField<uint8_t>(VT_IS_UNION, 0) != 0;
425 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected