Home
last modified time | relevance | path

Searched refs:GetCount (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/benchmark/napi/ref/
Daddon.c15 GetCount(napi_env env, napi_callback_info info) { in GetCount() function
68 { "count", NULL, NULL, GetCount, SetCount, NULL, napi_enumerable, NULL }, in NAPI_MODULE_INIT()
/third_party/benchmark/test/
Dfilter_test.cc32 size_t GetCount() const { return count_; } in GetCount() function in __anon09da87840111::TestReporter
99 const size_t reports_count = test_reporter.GetCount(); in main()
/third_party/cef/libcef/common/
Dtracker.h66 inline int GetCount() { return object_count_; } in GetCount() function
/third_party/cef/tests/cefclient/browser/
Dviews_style.cc103 for (int i = 0; i < menu_model->GetCount(); ++i) { in ApplyTo()
Dclient_handler.cc321 if (model->GetCount() > 0) in OnBeforeContextMenu()
1193 if (model->GetCount() > 0) in BuildTestMenu()
Dviews_window.cc100 file_menu->SetAcceleratorAt(file_menu->GetCount() - 1, 'X', false, false, in AddFileMenuItems()
/third_party/cef/libcef/browser/
Dmenu_manager.cc158 if (model_->GetCount() > 0) { in CreateContextMenu()
185 if (model_->GetCount() == 0 && !custom_menu) { in CreateContextMenu()
Dsimple_menu_model_impl.h51 int GetCount() override;
Dmenu_model_impl.h70 int GetCount() override;
Dmenu_model_impl.cc42 int GetItemCount() const override { return impl_->GetCount(); } in GetItemCount()
266 int CefMenuModelImpl::GetCount() { in GetCount() function in CefMenuModelImpl
Dsimple_menu_model_impl.cc92 int CefSimpleMenuModelImpl::GetCount() { in GetCount() function in CefSimpleMenuModelImpl
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h39 int GetCount() override;
Dmenu_model_ctocpp.cc75 NO_SANITIZE("cfi-icall") int CefMenuModelCToCpp::GetCount() { in GetCount() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h78 virtual int GetCount() = 0;
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_msctf.h163 HRESULT (STDMETHODCALLTYPE *GetCount)(ITfCandidateListUIElement *, UINT *);
DSDL_windowskeyboard.c996 pcandlist->lpVtbl->GetCount(pcandlist, &count); in UILess_GetCandidateList()
/third_party/boost/boost/range/
Datl.hpp231 return x.GetData() + x.GetCount(); // no 'GetSize()' in end()
Dmfc.hpp513 if (x.GetCount() == 0) in begin()
/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.cpp81 if (fIndex >= fStrings->GetCount()) { in next()
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp116 if (fIndex >= fStrings->GetCount()) { in next()
/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc76 int GetCount() { return count_; } in GetCount() function in google::protobuf::Notifier
189 EXPECT_EQ(2, notifier.GetCount()); in TEST()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp799 hr = attr->GetCount (&count); in _gst_mf_dump_attributes()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c335 HR_FAILED_GOTO (hr, IMMDeviceCollection::GetCount, err); in gst_wasapi_util_get_devices()
/third_party/mesa3d/src/microsoft/compiler/
Ddxcapi.h284 virtual UINT32 STDMETHODCALLTYPE GetCount() = 0;
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc86 int _retval = CefMenuModelCppToC::Get(self)->GetCount(); in menu_model_get_count()

12