MCPcopy Create free account
hub / github.com/creatale/node-dv / DeSerializeSkip

Method DeSerializeSkip

deps/tesseract/ccutil/genericvector.h:603–610  ·  view source on GitHub ↗

Skips the next element of the serialization.

Source from the content-addressed store, hash-verified

601 }
602 // Skips the next element of the serialization.
603 static bool DeSerializeSkip(bool swap, TFile* fp) {
604 inT8 non_null;
605 if (fp->FRead(&non_null, sizeof(non_null), 1) != 1) return false;
606 if (non_null) {
607 if (!T::SkipDeSerialize(swap, fp)) return false;
608 }
609 return true;
610 }
611
612 // Sorts the items pointed to by the members of this vector using
613 // t::operator<().

Callers

nothing calls this directly

Calls 1

FReadMethod · 0.80

Tested by

no test coverage detected