Searched refs:kUnknownSectionCode (Results 1 – 4 of 4) sorted by relevance
62 section_code_(kUnknownSectionCode), in WasmSectionIterator()69 return section_code_ != kUnknownSectionCode && decoder_.more(); in more()114 section_code_ = kUnknownSectionCode; in next()130 if (section_code == kUnknownSectionCode) { in next()137 section_code_ = kUnknownSectionCode; in next()151 section_code = kUnknownSectionCode; in next()156 section_code = kUnknownSectionCode; in next()161 if (section_code_ == kUnknownSectionCode && in next()
44 kUnknownSectionCode = 0, // code for unknown sections enumerator
505 buffer.write_u8(kUnknownSectionCode); in WriteTo()
604 case kUnknownSectionCode: in SectionName()