Home
last modified time | relevance | path

Searched defs:VerifyString (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dverifier.h133 bool VerifyString(const String *const str) const { in VerifyString() function
/third_party/flatbuffers/net/FlatBuffers/
DFlatBufferVerify.cs509 public bool VerifyString(uint tablePos, short vOffset, bool required) in VerifyString() method in Google.FlatBuffers.Verifier