Searched refs:alignmentCheck (Results 1 – 1 of 1) sorted by relevance
44 public Options(int maxDepth, int maxTables, bool stringEndCheck, bool alignmentCheck) in Options() argument49 alignment_check = alignmentCheck; in Options()70 public bool alignmentCheck property in Google.FlatBuffers.Options173 verifier_options.alignmentCheck = value; in SetAlignmentCheck()297 return (((element & (align - 1)) == 0) || (!options.alignmentCheck)); in CheckAlignment()