Home
last modified time | relevance | path

Searched refs:Rewind (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/v8/src/utils/
Dscoped-list.h42 ~ScopedList() { Rewind(); } in ~ScopedList()
44 void Rewind() { in Rewind() function
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dpacket.h25 void Rewind();
Dpacket.cc23 void Packet::Rewind() { read_index_ = 0; } in Rewind() function in v8::internal::wasm::gdb_server::Packet
/third_party/node/deps/v8/src/base/
Dthreaded-list.h223 void Rewind(Iterator reset_point) { in Rewind() function
235 from_list->Rewind(from_location); in MoveTail()
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc1084 scanner_.Rewind(); in ExpressionStatement()
1088 scanner_.Rewind(); in ExpressionStatement()
1577 scanner_.Rewind(); in AssignmentExpression()
1689 scanner_.Rewind(); in MultiplicativeExpression()
1707 scanner_.Rewind(); in MultiplicativeExpression()
1728 scanner_.Rewind(); in MultiplicativeExpression()
1874 scanner_.Rewind(); in ShiftExpression()
2039 scanner_.Rewind(); in BitwiseORExpression()
2434 scanner_.Rewind(); in PeekCall()
2437 scanner_.Rewind(); in PeekCall()
[all …]
Dasm-scanner.h44 void Rewind();
Dasm-scanner.cc157 void AsmJsScanner::Rewind() { in Rewind() function in v8::internal::AsmJsScanner
/third_party/node/deps/v8/src/zone/
Dzone-chunk-list.h83 void Rewind(const size_t limit = 0);
358 void ZoneChunkList<T>::Rewind(const size_t limit) { in Rewind() function
Dzone-list.h152 V8_INLINE void Rewind(int pos);
Dzone-list-inl.h123 void ZoneList<T>::Rewind(int pos) { in Rewind() function
/third_party/vixl/src/
Dcode-buffer-vixl.h90 void Rewind(ptrdiff_t offset) { in Rewind() function
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIDeckControl.h184 virtual HRESULT Rewind (/* in */ bool viewTape, /* out */ BMDDeckControlError *error) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIDeckControl.h184 virtual HRESULT Rewind (/* in */ bool viewTape, /* out */ BMDDeckControlError *error) = 0;
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c138 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) { in Rewind() function
279 Rewind(mem, CHUNK_HEADER_SIZE); in StoreFrame()
475 Rewind(mem, CHUNK_HEADER_SIZE); in ParseVP8XChunks()
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc440 ranges->Rewind(0); in AddUnicodeCaseEquivalents()
747 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms()
815 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms()
1497 character_ranges->Rewind(num_canonical); in RationalizeConsecutiveAtoms()
1544 ranges->Rewind(n); in RationalizeConsecutiveAtoms()
/third_party/node/deps/v8/src/codegen/
Dsafepoint-table.cc296 entries_.Rewind(remaining); in RemoveDuplicates()
/third_party/skia/include/private/
DSkPathRef.h297 static void Rewind(sk_sp<SkPathRef>* pathRef);
/third_party/python/Doc/library/
Dsunau.rst163 Rewind the file pointer to the beginning of the audio stream.
Dwave.rst115 Rewind the file pointer to the beginning of the audio stream.
Daifc.rst121 Rewind the read pointer. The next :meth:`readframes` will start from the
/third_party/skia/src/core/
DSkPathRef.cpp224 void SkPathRef::Rewind(sk_sp<SkPathRef>* pathRef) { in Rewind() function in SkPathRef
/third_party/node/deps/v8/src/ast/
Dscopes.cc930 outer_closure->locals_.Rewind(top_local_); in Reparent()
2882 rare_data->unresolved_private_names.Rewind(tail); in ResetUnresolvedPrivateNameTail()
2911 rare_data->unresolved_private_names.Rewind(tail); in MigrateUnresolvedPrivateNameTail()
/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc261 children_buffer_.Rewind(); in FinalizeChildren()
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h3131 virtual HRESULT STDMETHODCALLTYPE Rewind(
3286 HRESULT ( STDMETHODCALLTYPE *Rewind )(
3443 ( (This)->lpVtbl -> Rewind(This,viewTape,error) )
12720 virtual HRESULT STDMETHODCALLTYPE Rewind(
12875 HRESULT ( STDMETHODCALLTYPE *Rewind )(
13032 ( (This)->lpVtbl -> Rewind(This,viewTape,error) )
13328 virtual HRESULT STDMETHODCALLTYPE Rewind(
13474 HRESULT ( STDMETHODCALLTYPE *Rewind )(
13628 ( (This)->lpVtbl -> Rewind(This,viewTape,error) )
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1385 code_relative_fixup_positions_.Rewind(0); in FixupCodeRelativePositions()

12