Searched refs:GetCount (Results 1 – 6 of 6) sorted by relevance
60 int (*GetCount)(void); member
105 total_sensors += SDL_sensor_drivers[i]->GetCount(); in SDL_NumSensors()131 num_sensors = SDL_sensor_drivers[i]->GetCount(); in SDL_GetDriverAndSensorIndex()
96 int (*GetCount)(void); member
257 total_joysticks += SDL_joystick_drivers[i]->GetCount(); in SDL_NumJoysticks()283 num_joysticks = SDL_joystick_drivers[i]->GetCount(); in SDL_GetDriverAndJoystickIndex()
163 HRESULT (STDMETHODCALLTYPE *GetCount)(ITfCandidateListUIElement *, UINT *);
991 pcandlist->lpVtbl->GetCount(pcandlist, &count); in UILess_GetCandidateList()
Completed in 13 milliseconds