Searched defs:GetCount (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderECB.cpp30 int32_t CBC_QRCoderECB::GetCount() { function in class:CBC_QRCoderECB
H A DBC_QRFinderPattern.cpp47 int32_t CBC_QRFinderPattern::GetCount() { function in class:CBC_QRFinderPattern
/external/libweave/src/commands/
H A Dcommand_queue.h47 size_t GetCount() const { return map_.size(); } function in class:weave::final
/external/google-breakpad/src/processor/
H A Dstatic_range_map.h82 inline int GetCount() const { return map_.size(); } function in class:google_breakpad::StaticRangeMap
H A Drange_map-inl.h184 if (index >= GetCount()) {
185 BPLOG(ERROR) << "Index out of range: " << index << "/" << GetCount();
206 int RangeMap<AddressType, EntryType>::GetCount() const { function in class:google_breakpad::RangeMap
/external/skia/tests/
H A DSmallAllocatorTest.cpp22 static int GetCount() { return kCount; } function in class:CountingClass
36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1));
39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0);
H A DLayerRasterizerTest.cpp34 static int GetCount() { return gCount; } function in class:DummyRasterizer
53 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 1);
58 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 0);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas106 function GetCount: Integer; function
222 function THashList<TKey, TValue>.GetCount: Integer;
316 Result := GetItem(GetCount - 1);
323 I := GetCount - 1;
/external/google-benchmark/test/
H A Dfilter_test.cc30 size_t GetCount() const { function in class:__anon6049::TestReporter
83 const size_t count = test_reporter.GetCount();
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set.h119 int GetCount() { function in class:google_breakpad::CpuSet
/external/libchrome/base/metrics/
H A Dsample_map.cc26 Count SampleMap::GetCount(Sample value) const { function in class:base::SampleMap
H A Dsample_vector.cc50 Count SampleVector::GetCount(Sample value) const { function in class:base::SampleVector
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixVersion.h18 int32_t GetCount() { return m_count; } function in class:ECB
/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h133 size_t GetCount() const { function in class:google_breakpad::NonAllocatingMap
/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.cc125 size_t TraceEventMemoryOverhead::GetCount(const char* object_type) const { function in class:base::trace_event::TraceEventMemoryOverhead
/external/lzma/CPP/Windows/Control/
H A DComboBox.h23 int GetCount() { return (int)SendMessage(CB_GETCOUNT, 0, 0); } function in class:NWindows::NControl::CComboBox
/external/libchrome/base/strings/
H A Dsafe_sprintf.cc139 // caller can now stop adding more data, as GetCount() has reached its
149 inline ssize_t GetCount() const { function in class:base::strings::__anon9086::Buffer
158 // needed so that GetCount() can return the number of bytes that should
652 return buffer.GetCount();
682 return buffer.GetCount();
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
H A DLinkList.h279 // GetCount: Returns the number of items in the list.
280 DWORD GetCount() const { return m_count; } function in class:List
284 return (GetCount() == 0);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp345 int CFX_CMapByteStringToPtr::GetCount() const { function in class:CFX_CMapByteStringToPtr
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_utils.h155 int GetCount() const { return CFX_MapPtrToPtr::GetCount(); } function in class:CXFA_PtrSetTemplate
/external/opencv/cvaux/src/
H A D_cvfacedetection.h108 inline long GetCount();
118 inline long FaceTemplate::GetCount() function in class:FaceTemplate
121 }//inline long FaceTemplate::GetCount()
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h270 FX_DWORD GetCount() const { return m_Objects.GetSize(); } function in class:CPDF_Array
427 size_t GetCount() const { return m_Map.size(); } function in class:CPDF_Dictionary
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp94 FX_DWORD dwCount = pNames->GetCount() / 2;
118 for (FX_DWORD i = 0; i < pKids->GetCount(); i++) {
142 int nCount = pNames->GetCount() / 2;
157 for (FX_DWORD i = 0; i < pKids->GetCount(); i++) {
176 return pNames->GetCount() / 2;
183 for (FX_DWORD i = 0; i < pKids->GetCount(); i++) {
192 int CPDF_NameTree::GetCount() const { function in class:CPDF_NameTree
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp113 for (int32_t i = 0, sz = m_pList->GetCount(); i < sz; i++) {
165 for (int32_t i = 0, sz = m_pList->GetCount(); i < sz; i++) {
484 int32_t CPWL_ListBox::GetCount() const { function in class:CPWL_ListBox
486 return m_pList->GetCount();
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp154 int32_t CFX_List::GetCount() const { function in class:CFX_List
370 int32_t CPLST_Select::GetCount() const { function in class:CPLST_Select
523 if (nItemIndex >= 0 && nItemIndex < GetCount()) {
559 OnVK(GetCount() - 1, bShift, bCtrl);
567 OnVK(GetCount() - 1, bShift, bCtrl);
595 ReArrange(GetCount() - 1);
674 for (int32_t i = 0, sz = m_aSelItems.GetCount(); i < sz; i++) {

Completed in 782 milliseconds

12