Searched refs:NameSectionKindCode (Results 1 – 4 of 4) sorted by relevance
128 enum NameSectionKindCode : uint8_t { enum
197 native_module_->wire_bytes(), NameSectionKindCode::kTypeCode)); in GetTypeName()206 native_module_->wire_bytes(), NameSectionKindCode::kLocalCode)); in GetLocalName()215 native_module_->wire_bytes(), NameSectionKindCode::kFieldCode)); in GetFieldName()
886 buffer->write_u8(NameSectionKindCode::kFunctionCode); in WriteTo()
1228 if (name_type == NameSectionKindCode::kModuleCode) { in DecodeNameSection()2496 if (name_type != NameSectionKindCode::kFunctionCode) { in DecodeFunctionNames()