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

Function Verify

native/thirdpart/flatbuffers/reflection_generated.h:175–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 return GetField<uint16_t>(VT_FIXED_LENGTH, 0);
174 }
175 bool Verify(flatbuffers::Verifier &verifier) const {
176 return VerifyTableStart(verifier) &&
177 VerifyField<int8_t>(verifier, VT_BASE_TYPE) &&
178 VerifyField<int8_t>(verifier, VT_ELEMENT) &&
179 VerifyField<int32_t>(verifier, VT_INDEX) &&
180 VerifyField<uint16_t>(verifier, VT_FIXED_LENGTH) &&
181 verifier.EndTable();
182 }
183};
184
185struct TypeBuilder {

Callers

nothing calls this directly

Calls 15

VerifyTableStartFunction · 0.85
keyFunction · 0.85
VerifyOffsetFunction · 0.85
nameFunction · 0.85
objectFunction · 0.85
union_typeFunction · 0.85
documentationFunction · 0.85
valuesFunction · 0.85
underlying_typeFunction · 0.85
attributesFunction · 0.85
fieldsFunction · 0.85
requestFunction · 0.85

Tested by

no test coverage detected