Lines Matching refs:ReadVector
205 std::vector<T> ReadVector() {
217 std::vector<T> result = ReadVector<T>(count, std::is_arithmetic<T>{});
221 Debug("ReadVector<%s>() read %s\n", name.c_str(), str.c_str());
273 std::vector<Number> ReadVector(size_t count, std::true_type) {
283 std::vector<T> ReadVector(size_t count, std::false_type) {
474 builtins::CodeCacheInfo result{ReadString(), ReadVector<uint8_t>()};
552 result.native_execution_async_resources = ReadVector<SnapshotIndex>();
687 result.primitive_values = ReadVector<SnapshotIndex>();
688 result.template_values = ReadVector<PropInfo>();
714 result.builtins = ReadVector<std::string>();
715 result.persistent_values = ReadVector<PropInfo>();
716 result.native_objects = ReadVector<PropInfo>();
898 out->code_cache = r.ReadVector<builtins::CodeCacheInfo>();