Searched refs:GetPosition (Results 1 - 25 of 61) sorted by relevance

123

/external/pdfium/core/fxcrt/
H A Dfxcrt_stream.cpp17 FX_FILESIZE IFX_SeekableReadStream::GetPosition() { function in class:IFX_SeekableReadStream
H A Dfx_stream.h60 virtual FX_FILESIZE GetPosition() = 0;
83 FX_FILESIZE GetPosition() override;
103 FX_FILESIZE GetPosition() override = 0;
136 FX_FILESIZE GetPosition() override = 0;
H A Dfxcrt_posix.h25 FX_FILESIZE GetPosition() const override;
H A Dfxcrt_windows.h23 FX_FILESIZE GetPosition() const override;
H A Dextension.h25 virtual FX_FILESIZE GetPosition() const = 0;
H A Dfx_xml_parser.cpp78 FX_FILESIZE GetPosition() override;
103 FX_FILESIZE CXML_DataBufAcc::GetPosition() { function in class:__anon16457::CXML_DataBufAcc
141 FX_FILESIZE GetPosition() override;
174 FX_FILESIZE CXML_DataStmAcc::GetPosition() { function in class:__anon16457::CXML_DataStmAcc
H A Dfxcrt_posix.cpp73 FX_FILESIZE CFXCRT_FileAccess_Posix::GetPosition() const { function in class:CFXCRT_FileAccess_Posix
/external/libbrillo/brillo/streams/
H A Dmemory_stream_unittest.cc120 EXPECT_EQ(0, stream_->GetPosition());
129 EXPECT_EQ(2, stream_->GetPosition());
133 EXPECT_EQ(4, stream_->GetPosition());
136 EXPECT_EQ(198, stream_->GetPosition());
140 EXPECT_EQ(kSizeMax, stream_->GetPosition());
153 EXPECT_EQ(5, stream_->GetPosition());
162 EXPECT_EQ(105, stream_->GetPosition());
171 EXPECT_EQ(105, stream_->GetPosition());
184 EXPECT_EQ(5, stream_->GetPosition());
192 EXPECT_EQ(105, stream_->GetPosition());
[all...]
H A Dmock_stream.h29 MOCK_CONST_METHOD0(GetPosition, uint64_t());
H A Dinput_stream_set.h73 uint64_t GetPosition() const override { return 0; }
H A Dtls_stream.h47 uint64_t GetPosition() const override { return 0; }
H A Dfile_stream.h108 uint64_t GetPosition() const override;
H A Dmemory_stream.cc106 uint64_t pos = GetPosition();
111 uint64_t MemoryStream::GetPosition() const { function in class:brillo::MemoryStream
H A Dfile_stream_unittest.cc67 EXPECT_EQ(0, stream->GetPosition());
73 EXPECT_EQ(in_buffer.size(), stream->GetPosition());
80 EXPECT_EQ(0, stream->GetPosition());
87 EXPECT_EQ(out_buffer.size(), stream->GetPosition());
105 EXPECT_EQ(21, stream->GetPosition());
734 EXPECT_EQ(0u, stream->GetPosition());
760 EXPECT_EQ(0u, stream->GetPosition());
789 EXPECT_EQ(0u, stream->GetPosition());
823 EXPECT_EQ(0u, stream->GetPosition());
845 EXPECT_EQ(0u, stream->GetPosition());
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widetextread.cpp40 return GetPosition();
43 int32_t CXFA_WideTextRead::GetPosition() { function in class:CXFA_WideTextRead
H A Dcxfa_widetextread.h22 int32_t GetPosition() override;
/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlparser.h37 virtual void GetPosition(unsigned long * line, unsigned long * column,
77 virtual void GetPosition(unsigned long * line, unsigned long * column,
/external/pdfium/xfa/fde/css/
H A Dcfde_csstextbuf.cpp55 if (pTxtStream->GetPosition() != iStreamOffset)
/external/webrtc/webrtc/base/
H A Dmultipart.h62 bool GetPosition(size_t* position) const override;
H A Dstream.h119 // be tempted to use GetSize() and GetPosition() to deduce the result of
172 virtual bool GetPosition(size_t* position) const;
287 bool GetPosition(size_t* position) const override;
395 bool GetPosition(size_t* position) const override;
441 bool GetPosition(size_t* position) const override;
613 bool GetPosition(size_t* position) const override;
/external/webrtc/webrtc/p2p/base/
H A Dpseudotcp_unittest.cc254 recv_stream_.GetPosition(&received);
281 recv_stream_.GetPosition(&position);
291 send_stream_.GetPosition(&position);
366 recv_stream_.GetPosition(&position);
400 recv_stream_.GetPosition(&position);
410 send_stream_.GetPosition(&position);
516 recv_stream_.GetPosition(&position);
521 recv_stream_.GetPosition(&position);
538 send_stream_.GetPosition(&position);
572 send_stream_.GetPosition(
[all...]
/external/pdfium/xfa/fgas/crt/
H A Dfgas_stream.cpp28 virtual int32_t GetPosition() = 0;
59 int32_t GetPosition() override;
83 int32_t GetPosition() override;
110 int32_t GetPosition() override { return m_iPosition; }
141 int32_t GetPosition() override { return m_iPosition; }
171 int32_t GetPosition() override { return m_iPosition; }
214 int32_t GetPosition() override;
252 int32_t GetPosition() override;
466 int32_t CFGAS_FileStreamImp::GetPosition() { function in class:CFGAS_FileStreamImp
835 int32_t CFGAS_BufferStreamImp::GetPosition() { function in class:CFGAS_BufferStreamImp
985 int32_t CFGAS_TextStream::GetPosition() { function in class:CFGAS_TextStream
1270 int32_t CFGAS_Stream::GetPosition() { function in class:CFGAS_Stream
[all...]
H A Dfgas_stream.h51 virtual int32_t GetPosition() = 0;
/external/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc52 symbols_.find(label.GetLabel()->GetLocation() + label.GetPosition());
/external/v8/src/
H A Dmessages.cc442 DCHECK_LE(0, GetPosition());
443 if (HasScript()) return Script::GetLineNumber(GetScript(), GetPosition()) + 1;
448 DCHECK_LE(0, GetPosition());
450 return Script::GetColumnNumber(GetScript(), GetPosition()) + 1;
628 int JSStackFrame::GetPosition() const { return code_->SourcePosition(offset_); } function in class:v8::internal::JSStackFrame
687 Handle<Object> pos(Smi::FromInt(GetPosition()), isolate_);
694 int WasmStackFrame::GetPosition() const { function in class:v8::internal::WasmStackFrame
745 int AsmJsWasmStackFrame::GetPosition() const { function in class:v8::internal::AsmJsWasmStackFrame
757 DCHECK_LE(0, GetPosition());
761 return Script::GetLineNumber(script, GetPosition())
[all...]

Completed in 1434 milliseconds

123