Lines Matching defs:true
137 WireBytesRef string = consume_string(decoder, true, "section name");
380 return true;
390 return true;
395 bool verify_functions = true) {
592 return true;
791 import->module_name = consume_string(this, true, "module name");
792 import->field_name = consume_string(this, true, "field name");
805 true, // imported
819 table->imported = true;
849 module_->globals.push_back({kWasmVoid, false, {}, {0}, true, false});
978 exp->name = consume_string(this, true, "field name");
992 func->exported = true;
994 func->declared = true;
1000 if (table) table->exported = true;
1010 module_->mem_export = true;
1017 global->exported = true;
1040 // Return true if a < b.
1138 return true;
1161 return true;
1244 WireBytesRef url = wasm::consume_string(&inner, true, "module name");
1256 wasm::consume_string(&inner, true, "external symbol file");
1474 return true;
1477 ModuleResult FinishDecoding(bool verify_functions = true) {
1500 bool verify_functions = true) {
1524 section_iter.advance(true);
1623 module->has_memory = true;
1624 return true;
1781 *has_shared_memory = true;
1786 "true");
1797 *is_memory64 = true;
1825 *has_max = true;
1855 return true;
1907 module_->functions[index].declared = true;
2186 *is_active = true;
2196 *is_active = true;
2217 func->declared = true;
2471 section_iter.advance(true);
2477 return true;