Home
last modified time | relevance | path

Searched refs:Tell (Results 1 – 25 of 6403) sorted by relevance

12345678910>>...257

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Drechead.cxx30 sal_uInt64 nDataPos = rStream.Tell(); in ScMultipleReadHeader()
56 nEndPos = rStream.Tell(); in ScMultipleReadHeader()
75 sal_uInt64 nPos = rStream.Tell(); in EndEntry()
89 sal_uInt64 nPos = rStream.Tell(); in StartEntry()
99 sal_uInt64 nReadEnd = rStream.Tell(); in BytesLeft()
114 nDataPos = rStream.Tell(); in ScMultipleWriteHeader()
120 sal_uInt64 nDataEnd = rStream.Tell(); in ~ScMultipleWriteHeader()
123 rStream.WriteUInt32( aMemStream.Tell() ); in ~ScMultipleWriteHeader()
129 sal_uInt64 nPos = rStream.Tell(); in ~ScMultipleWriteHeader()
138 sal_uInt64 nPos = rStream.Tell(); in EndEntry()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drechead.cxx30 sal_uLong nDataPos = rStream.Tell(); in ScMultipleReadHeader()
56 nEndPos = rStream.Tell(); in ScMultipleReadHeader()
75 sal_uLong nPos = rStream.Tell(); in EndEntry()
89 sal_uLong nPos = rStream.Tell(); in StartEntry()
99 sal_uLong nReadEnd = rStream.Tell(); in BytesLeft()
114 nDataPos = rStream.Tell(); in ScMultipleWriteHeader()
120 sal_uLong nDataEnd = rStream.Tell(); in ~ScMultipleWriteHeader()
123 rStream.WriteUInt32( aMemStream.Tell() ); in ~ScMultipleWriteHeader()
129 sal_uLong nPos = rStream.Tell(); in ~ScMultipleWriteHeader()
138 sal_uLong nPos = rStream.Tell(); in EndEntry()
[all …]
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dtotem.fish7 complete -c totem -l play -d 'Tell any running totem instance: Play'
8 complete -c totem -l pause -d 'Tell any running totem instance: Pause'
9 complete -c totem -l next -d 'Tell any running totem instance: Skip to next'
10 complete -c totem -l previous -d 'Tell any running totem instance: Skip to previous'
11 complete -c totem -l seek-fwd -d 'Tell any running totem instance: Seek forwards 15 sec'
12 complete -c totem -l seek-bwd -d 'Tell any running totem instance: Seek backwards 15 sec'
13 complete -c totem -l volume-up -d 'Tell any running totem instance: Raise volume by 8%'
14 complete -c totem -l volume-down -d 'Tell any running totem instance: Lower volume by 8%'
15 complete -c totem -l fullscreen -d 'Tell any running totem instance: Toggle fullscreen'
16 complete -c totem -l quit -d 'Tell any running totem instance: Quit'
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8toolbar.cxx117 nOffSet = rS.Tell(); in Read()
224 nOffSet = rS.Tell(); in Read()
372 nOffSet = rS.Tell(); in Read()
398 nOffSet = rS.Tell(); in Read()
488 nOffSet = rS.Tell(); in Read()
617 nOffSet = rS.Tell(); in Read()
629 nOffSet = rS.Tell(); in Read()
725 nOffSet = rS.Tell(); in Read()
746 nOffSet = rS.Tell(); in Read()
758 nOffSet = rS.Tell(); in Read()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8toolbar.cxx115 nOffSet = rS.Tell(); in Read()
226 nOffSet = rS.Tell(); in Read()
374 nOffSet = rS.Tell(); in Read()
400 nOffSet = rS.Tell(); in Read()
494 nOffSet = rS.Tell(); in Read()
623 nOffSet = rS.Tell(); in Read()
635 nOffSet = rS.Tell(); in Read()
731 nOffSet = rS.Tell(); in Read()
752 nOffSet = rS.Tell(); in Read()
764 nOffSet = rS.Tell(); in Read()
[all …]
/dports/security/py-pyaff4/pyaff4-0.26.post6/pyaff4/
H A Dstream_test.py27 self.assertEquals(0, stream.Tell())
31 self.assertEquals(11, stream.Tell())
34 self.assertEquals(0, stream.Tell())
39 self.assertEquals(11, stream.Tell())
42 self.assertEquals(6, stream.Tell())
48 self.assertEquals(6, stream.Tell())
52 self.assertEquals(0, stream.Tell())
56 self.assertEquals(17, stream.Tell())
64 self.assertEquals(31, stream.Tell())
/dports/science/conduit/conduit-0.8.0/src/thirdparty_builtin/rapidjson/include/rapidjson/
H A Dreader.h513 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
521 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
572 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
580 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
615 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
628 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
641 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
717 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
795 size_t Tell() { return is.Tell(); } in Tell() function
878 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src_libhashdb/rapidjson/
H A Dreader.h509 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
517 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
568 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
576 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
611 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
624 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
637 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
713 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
791 size_t Tell() { return is.Tell(); } in Tell() function
874 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/rapidjson/include/rapidjson/
H A Dreader.h509 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
517 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
568 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
576 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
611 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
624 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
637 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
713 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
791 size_t Tell() { return is.Tell(); } in Tell() function
874 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/src/rapidjson/
H A Dreader.h509 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
517 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
568 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
576 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
611 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
624 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
637 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
713 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
791 size_t Tell() { return is.Tell(); } in Tell() function
874 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/objects/
H A Dbasobj.cxx46 sal_uLong nPos = rOutStm.Tell(); in Back2Delimiter()
52 && rOutStm.Tell() != 1 ) in Back2Delimiter()
75 sal_uInt32 nTokPos = rInStm.Tell(); in ReadNameSvIdl()
98 while( nBeginPos != rInStm.Tell() ) in DoReadContextSvIdl()
100 nBeginPos = rInStm.Tell(); in DoReadContextSvIdl()
112 sal_uInt32 nTokPos = rInStm.Tell(); in ReadSvIdl()
117 while( nBeginPos != rInStm.Tell() ) in ReadSvIdl()
119 nBeginPos = rInStm.Tell(); in ReadSvIdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/objects/
H A Dbasobj.cxx46 sal_uLong nPos = rOutStm.Tell(); in Back2Delimiter()
52 && rOutStm.Tell() != 1 ) in Back2Delimiter()
75 sal_uInt32 nTokPos = rInStm.Tell(); in ReadNameSvIdl()
98 while( nBeginPos != rInStm.Tell() ) in DoReadContextSvIdl()
100 nBeginPos = rInStm.Tell(); in DoReadContextSvIdl()
112 sal_uInt32 nTokPos = rInStm.Tell(); in ReadSvIdl()
117 while( nBeginPos != rInStm.Tell() ) in ReadSvIdl()
119 nBeginPos = rInStm.Tell(); in ReadSvIdl()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/libs/rapidjson/
H A Dreader.h472 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
479 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
522 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
529 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
558 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
571 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
584 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
660 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
738 size_t Tell() { return is.Tell(); } in Tell() function
821 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/third_party/rapidjson/include/rapidjson/
H A Dreader.h478 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
485 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
528 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
535 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
564 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
577 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
590 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
666 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
742 size_t Tell() { return is.Tell(); } in Tell() function
825 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/jsonwrapp/rapidjson10/
H A Dreader.h472 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
479 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
522 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
529 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
558 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
571 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
584 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
660 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
738 size_t Tell() { return is.Tell(); } in Tell() function
821 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/misc/jsonwrapp/rapidjson10/
H A Dreader.h472 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
479 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
522 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
529 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseArray()
558 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseNull()
571 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseTrue()
584 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseFalse()
660 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, s.Tell());
738 size_t Tell() { return is.Tell(); } in Tell() function
821 RAPIDJSON_PARSE_ERROR(kParseErrorValueInvalid, s.Tell()); in ParseNumber()
[all …]
/dports/chinese/opencc/OpenCC-ver.1.0.5/deps/rapidjson-0.11/
H A Dreader.h240 RAPIDJSON_PARSE_ERROR("Text only contains white space(s)", stream.Tell()); in Parse()
338 RAPIDJSON_PARSE_ERROR("Invalid value", stream.Tell() - 1); in ParseNull()
349 RAPIDJSON_PARSE_ERROR("Invalid value", stream.Tell()); in ParseTrue()
360 RAPIDJSON_PARSE_ERROR("Invalid value", stream.Tell() - 1); in ParseFalse()
379 RAPIDJSON_PARSE_ERROR("Incorrect hex digit after \\u escape", s.Tell() - 1); in ParseHex4()
451 RAPIDJSON_PARSE_ERROR("Unknown escape character", stream.Tell() - 1); in ParseString()
525 RAPIDJSON_PARSE_ERROR("Expect a value here.", stream.Tell()); in ParseNumber()
560 RAPIDJSON_PARSE_ERROR("Number too big to store in double", stream.Tell()); in ParseNumber()
581 RAPIDJSON_PARSE_ERROR("At least one digit in fraction part", stream.Tell()); in ParseNumber()
616 RAPIDJSON_PARSE_ERROR("Number too big to store in double", stream.Tell()); in ParseNumber()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_buffered_reader.cpp81 vsi_l_offset Tell() override;
132 static_cast<int>(poBaseHandle->Tell()))))), in VSIBufferedReaderHandle()
134 nBufferSize(static_cast<int>(poBaseHandle->Tell())), in VSIBufferedReaderHandle()
178 nCurOffset = m_poBaseHandle->Tell(); in Seek()
194 vsi_l_offset VSIBufferedReaderHandle::Tell() in Tell() function in VSIBufferedReaderHandle
211 nCurOffset = m_poBaseHandle->Tell(); in SeekBaseTo()
280 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
298 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
299 CPLAssert(m_poBaseHandle->Tell() == nCurOffset); in Read()
331 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_buffered_reader.cpp81 vsi_l_offset Tell() override;
132 static_cast<int>(poBaseHandle->Tell()))))), in VSIBufferedReaderHandle()
134 nBufferSize(static_cast<int>(poBaseHandle->Tell())), in VSIBufferedReaderHandle()
178 nCurOffset = m_poBaseHandle->Tell(); in Seek()
194 vsi_l_offset VSIBufferedReaderHandle::Tell() in Tell() function in VSIBufferedReaderHandle
211 nCurOffset = m_poBaseHandle->Tell(); in SeekBaseTo()
280 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
298 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
299 CPLAssert(m_poBaseHandle->Tell() == nCurOffset); in Read()
331 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_buffered_reader.cpp81 vsi_l_offset Tell() override;
132 static_cast<int>(poBaseHandle->Tell()))))), in VSIBufferedReaderHandle()
134 nBufferSize(static_cast<int>(poBaseHandle->Tell())), in VSIBufferedReaderHandle()
178 nCurOffset = m_poBaseHandle->Tell(); in Seek()
194 vsi_l_offset VSIBufferedReaderHandle::Tell() in Tell() function in VSIBufferedReaderHandle
211 nCurOffset = m_poBaseHandle->Tell(); in SeekBaseTo()
280 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
298 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
299 CPLAssert(m_poBaseHandle->Tell() == nCurOffset); in Read()
331 CPLAssert(m_poBaseHandle->Tell() == nBufferOffset + nBufferSize); in Read()
[all …]
/dports/devel/sdl2pp/libSDL2pp-0.16.1/tests/
H A Dtest_rwops.cc24 EXPECT_TRUE(rw.Tell() == 0); in BEGIN_TEST()
35 EXPECT_TRUE(rw.Tell() == 0); in BEGIN_TEST()
37 EXPECT_TRUE(rw.Tell() == 1); in BEGIN_TEST()
39 EXPECT_TRUE(rw.Tell() == 2); in BEGIN_TEST()
41 EXPECT_TRUE(rw.Tell() == 3); in BEGIN_TEST()
53 EXPECT_TRUE(rw.Tell() == 4); in BEGIN_TEST()
65 EXPECT_TRUE(rw.Tell() == 4); in BEGIN_TEST()
102 EXPECT_TRUE(rw.Tell() == 8); in BEGIN_TEST()
145 EXPECT_TRUE(rw.Tell() == 4);
252 EXPECT_TRUE(rw.Tell() == 0);
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/include/cereal/external/rapidjson/
H A Dreader.h245 RAPIDJSON_PARSE_ERROR("Text only contains white space(s)", stream.Tell()); in Parse()
346 RAPIDJSON_PARSE_ERROR("Invalid value", stream.Tell() - 1); in ParseNaNNull_()
358 RAPIDJSON_PARSE_ERROR("Invalid value", stream.Tell() - 1); in ParseInfinity()
369 RAPIDJSON_PARSE_ERROR("Invalid value", stream.Tell()); in ParseTrue()
380 RAPIDJSON_PARSE_ERROR("Invalid value", stream.Tell() - 1); in ParseFalse()
399 RAPIDJSON_PARSE_ERROR("Incorrect hex digit after \\u escape", s.Tell() - 1); in ParseHex4()
503 RAPIDJSON_PARSE_ERROR("Unknown escape character", stream.Tell() - 1); in ParseString()
578 RAPIDJSON_PARSE_ERROR("Expect a value here.", stream.Tell()); in ParseNumber()
613 RAPIDJSON_PARSE_ERROR("Number too big to store in double", stream.Tell()); in ParseNumber()
634 RAPIDJSON_PARSE_ERROR("At least one digit in fraction part", stream.Tell()); in ParseNumber()
[all …]
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dmxffile.cpp287 UInt64 FileEnd = Tell(); in ReadRIP()
293 UInt64 Location = Tell(); in ReadRIP()
302 UInt64 RIPStart = Tell(); in ReadRIP()
591 Position PreSkip = Tell(); in BuildRIP()
619 UInt64 Pos = Tell(); in BuildRIP()
632 U = Tell() / KAGSize; in BuildRIP()
641 PreSkip = Tell(); in BuildRIP()
665 PreSkip = Tell(); in BuildRIP()
686 if( Tell() != NextPos) in BuildRIP()
720 Location = Tell(); in BuildRIP()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/test/unittest/
H A Distreamwrappertest.cpp38 EXPECT_EQ(0u, is.Tell()); in TestStringStream()
41 EXPECT_EQ(0u, is.Tell()); in TestStringStream()
45 EXPECT_EQ(0u, is.Tell()); in TestStringStream()
52 EXPECT_EQ(0u, is.Tell()); in TestStringStream()
57 EXPECT_EQ(static_cast<size_t>(i), is.Tell()); in TestStringStream()
62 EXPECT_EQ(3u, is.Tell()); in TestStringStream()
75 EXPECT_EQ(0u, is.Tell()); in TestStringStream()
78 EXPECT_EQ(static_cast<size_t>(i), is.Tell()); in TestStringStream()
83 EXPECT_EQ(5u, is.Tell()); in TestStringStream()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/thirdparty/rapidjson-1.1.0/test/unittest/
H A Distreamwrappertest.cpp38 EXPECT_EQ(0, is.Tell()); in TestStringStream()
41 EXPECT_EQ(0, is.Tell()); in TestStringStream()
45 EXPECT_EQ(0, is.Tell()); in TestStringStream()
52 EXPECT_EQ(0, is.Tell()); in TestStringStream()
57 EXPECT_EQ(static_cast<size_t>(i), is.Tell()); in TestStringStream()
62 EXPECT_EQ(3, is.Tell()); in TestStringStream()
75 EXPECT_EQ(0, is.Tell()); in TestStringStream()
78 EXPECT_EQ(static_cast<size_t>(i), is.Tell()); in TestStringStream()
83 EXPECT_EQ(5, is.Tell()); in TestStringStream()

12345678910>>...257