Searched refs:validate_utf8 (Results 1 – 1 of 1) sorted by relevance
94 bool validate_utf8(Decoder* decoder, WireBytesRef string) { in validate_utf8() function125 WireBytesRef consume_string(Decoder& decoder, bool validate_utf8, in consume_string() argument133 if (decoder.ok() && validate_utf8 && in consume_string()821 if (inner.ok() && validate_utf8(&inner, name)) module_->name = name; in DecodeNameSection()1659 if (decoder.ok() && validate_utf8(&decoder, name)) { in DecodeFunctionNames()