Home
last modified time | relevance | path

Searched defs:newPosition (Results 1 – 15 of 15) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DLimitedStreams.cpp59 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
133 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
221 STDMETHODIMP CExtentsStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
276 STDMETHODIMP CTailInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
343 STDMETHODIMP CLimitedCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
372 STDMETHODIMP CTailOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DStreamObjects.cpp29 STDMETHODIMP CBufferInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
64 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
278 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DOffsetStream.cpp21 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DFileStreams.cpp259 STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
680 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DCWrappers.cpp141 UInt64 newPosition; in InStreamWrap_Seek() local
/third_party/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.cpp39 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DMultiStream.cpp52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h177 void setPosition(const spv_position_t& newPosition) { in setPosition()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h177 void setPosition(const spv_position_t& newPosition) { in setPosition()
/third_party/spirv-tools/source/
Dtext_handler.h177 void setPosition(const spv_position_t& newPosition) { in setPosition()
/third_party/lzma/CPP/Windows/
DFileIO.cpp254 UInt64 newPosition = 0; in SeekToBegin() local
588 UInt64 newPosition; in SetLength() local
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp940 STDMETHODIMP CInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp226 STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1487 int newPosition = Utf8.encode(value, buffer, position, spaceLeft()); in writeStringNoTag() local
2628 int newPosition = Utf8.encode(value, buffer, position, limit - position); in writeStringNoTag() local
2943 int newPosition = Utf8.encode(value, buffer, position, limit - position); in writeStringNoTag() local
/third_party/typescript/src/services/
Dutilities.ts2144 …const newPosition = getMappedLocation({ fileName, pos: textSpan.start }, sourceMapper, fileExists); constant