Lines Matching defs:vector
700 // use the type vector's capacity to mark the end of the current
949 // It is important to not resize the globals vector from the beginning,
1037 std::vector<WasmExport> sorted_exports(module_->export_table);
1743 uint32_t consume_index(const char* name, std::vector<T>* vector, T** ptr) {
1746 if (index >= vector->size()) {
1748 static_cast<int>(vector->size()),
1749 vector->size() == 1 ? "y" : "ies");
1753 *ptr = &(*vector)[index];
2008 std::vector<ValueType> params;
2012 std::vector<ValueType> returns;
2371 std::vector<AsmJsOffsetFunctionEntries> functions;
2392 std::vector<AsmJsOffsetEntry> func_asm_offsets;
2425 std::vector<CustomSectionOffset> DecodeCustomSections(const byte* start,
2431 std::vector<CustomSectionOffset> result;
2522 std::vector<NameAssoc> names;
2554 std::vector<IndirectNameMapEntry> entries;
2571 std::vector<NameAssoc> names;