Home
last modified time | relevance | path

Searched defs:VerifyField (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dtable.h125 bool VerifyField(const Verifier &verifier, voffset_t field, in VerifyField() function
Dverifier.h110 bool VerifyField(const uint8_t *const base, const voffset_t elem_off, in VerifyField() function
/external/flatbuffers/net/FlatBuffers/
DFlatBufferVerify.cs493 …public bool VerifyField(uint tablePos, short offsetId, ulong elementSize, ulong align, bool requir… in VerifyField() method in Google.FlatBuffers.Verifier