Home
last modified time | relevance | path

Searched refs:GetTotalLength (Results 1 – 25 of 130) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/speech/
H A Dchunked_byte_buffer_unittest.cc26 EXPECT_EQ(0U, buffer.GetTotalLength()); in TEST()
31 EXPECT_EQ(2U, buffer.GetTotalLength()); in TEST()
36 EXPECT_EQ(8U, buffer.GetTotalLength()); in TEST()
41 EXPECT_EQ(14U, buffer.GetTotalLength()); in TEST()
51 EXPECT_EQ(6U, buffer.GetTotalLength()); in TEST()
60 EXPECT_EQ(0U, buffer.GetTotalLength()); in TEST()
65 EXPECT_EQ(5U, buffer.GetTotalLength()); in TEST()
72 EXPECT_EQ(0U, buffer.GetTotalLength()); in TEST()
H A Dchunked_byte_buffer.h52 size_t GetTotalLength() const { return total_bytes_stored_; } in GetTotalLength() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dchunked_byte_buffer_unittest.cc26 EXPECT_EQ(0U, buffer.GetTotalLength()); in TEST()
31 EXPECT_EQ(2U, buffer.GetTotalLength()); in TEST()
36 EXPECT_EQ(8U, buffer.GetTotalLength()); in TEST()
41 EXPECT_EQ(14U, buffer.GetTotalLength()); in TEST()
51 EXPECT_EQ(6U, buffer.GetTotalLength()); in TEST()
60 EXPECT_EQ(0U, buffer.GetTotalLength()); in TEST()
65 EXPECT_EQ(5U, buffer.GetTotalLength()); in TEST()
72 EXPECT_EQ(0U, buffer.GetTotalLength()); in TEST()
H A Dchunked_byte_buffer.h53 size_t GetTotalLength() const { return total_bytes_stored_; } in GetTotalLength() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dhttp_encoder.cc26 QuicByteCount GetTotalLength(QuicByteCount payload_length, HttpFrameType type) { in GetTotalLength() function
83 GetTotalLength(payload_length, HttpFrameType::CANCEL_PUSH); in SerializeCancelPushFrame()
112 GetTotalLength(payload_length, HttpFrameType::SETTINGS); in SerializeSettingsFrame()
166 GetTotalLength(payload_length, HttpFrameType::GOAWAY); in SerializeGoAwayFrame()
187 GetTotalLength(payload_length, HttpFrameType::MAX_PUSH_ID); in SerializeMaxPushIdFrame()
216 QuicByteCount total_length = GetTotalLength( in SerializePriorityUpdateFrame()
241 GetTotalLength(payload_length, HttpFrameType::PRIORITY_UPDATE); in SerializePriorityUpdateFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dhttp_encoder.cc26 QuicByteCount GetTotalLength(QuicByteCount payload_length, HttpFrameType type) { in GetTotalLength() function
83 GetTotalLength(payload_length, HttpFrameType::CANCEL_PUSH); in SerializeCancelPushFrame()
109 GetTotalLength(payload_length, HttpFrameType::SETTINGS); in SerializeSettingsFrame()
164 GetTotalLength(payload_length, HttpFrameType::GOAWAY); in SerializeGoAwayFrame()
185 GetTotalLength(payload_length, HttpFrameType::MAX_PUSH_ID); in SerializeMaxPushIdFrame()
208 GetTotalLength(payload_length, HttpFrameType::PRIORITY_UPDATE); in SerializePriorityUpdateFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_path_element.cc70 return SVGPathQuery(PathByteStream()).GetTotalLength(); in getTotalLength()
80 float computed_length = path_query.GetTotalLength(); in getPointAtLength()
H A Dsvg_path_query.h38 float GetTotalLength() const;
H A Dsvg_path_query.cc106 float SVGPathQuery::GetTotalLength() const { in GetTotalLength() function in blink::SVGPathQuery
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_path_element.cc76 return SVGPathQuery(PathByteStream()).GetTotalLength(); in getTotalLength()
96 float computed_length = path_query.GetTotalLength(); in getPointAtLength()
H A Dsvg_path_query.h38 float GetTotalLength() const;
H A Dsvg_path_query.cc106 float SVGPathQuery::GetTotalLength() const { in GetTotalLength() function in blink::SVGPathQuery
/dports/biology/lamarc/lamarc-2.1.8/src/convParse/
H A Dgc_locus.cpp156 return GetTotalLength(); in GetLength()
193 gcLocus::GetTotalLength() const in GetTotalLength() function in gcLocus
204 return wxString::Format("%d",(int)GetTotalLength()); in GetTotalLengthString()
645 … if(!HasTotalLength() && locusRef.HasTotalLength()) SetTotalLength(locusRef.GetTotalLength()); in LocusMergeLogic()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/core/
H A DProfileJSONWriter.cpp46 size_t ChunkedJSONWriteFunc::GetTotalLength() const { in GetTotalLength() function in mozilla::baseprofiler::ChunkedJSONWriteFunc
58 size_t totalLen = GetTotalLength(); in CopyDataIntoLazilyAllocatedBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/
H A DProfileJSONWriter.cpp41 size_t ChunkedJSONWriteFunc::GetTotalLength() const { in GetTotalLength() function in ChunkedJSONWriteFunc
53 size_t totalLen = GetTotalLength(); in CopyDataIntoLazilyAllocatedBuffer()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGGeometryElement.h184 double distances[] = {0.0, GetTotalLength()}; in GetDistancesFromOriginToEndsOfVisibleSegments()
232 float GetTotalLength();
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGGeometryElement.h184 double distances[] = {0.0, GetTotalLength()}; in GetDistancesFromOriginToEndsOfVisibleSegments()
251 float GetTotalLength();
H A DSVGGeometryElement.cpp234 return GetTotalLength(); in GetTotalLengthForBinding()
284 float SVGGeometryElement::GetTotalLength() { in GetTotalLength() function in mozilla::dom::SVGGeometryElement
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGGeometryElement.h184 double distances[] = {0.0, GetTotalLength()}; in GetDistancesFromOriginToEndsOfVisibleSegments()
232 float GetTotalLength();
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/align/splign/
H A Dcompart_matching.hpp66 virtual Uint8 GetTotalLength(void) { in GetTotalLength() function in ISequenceSource
122 virtual Uint8 GetTotalLength(void) { return m_seqdb->GetTotalLength(); } in GetTotalLength() function in CBlastSequenceSource
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtfiles.h67 uint64_t GetTotalLength() const { return m_total_files_length; } in GetTotalLength() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbalias.hpp550 Uint8 GetTotalLength(const CSeqDBVolSet & volset) const;
1113 Uint8 GetTotalLength(const CSeqDBVolSet & volset) const;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbalias.hpp550 Uint8 GetTotalLength(const CSeqDBVolSet & volset) const;
1113 Uint8 GetTotalLength(const CSeqDBVolSet & volset) const;
/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dseqdb.h103 unsigned GetTotalLength() const;
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dqueue.h39 quint64 GetTotalLength() const;

123456