Home
last modified time | relevance | path

Searched refs:GetSwitches (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dcommand_line.h166 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches() function
Dcommand_line_unittest.cc399 CommandLine::SwitchMap switch_map = initial->GetSwitches(); in TEST()
/external/libbrillo/brillo/
Dflag_helper.cc207 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues()
/external/opencv3/3rdparty/include/dshow/
Damvideo.h90 virtual HRESULT STDMETHODCALLTYPE GetSwitches(
157 HRESULT (STDMETHODCALLTYPE *GetSwitches)(
233 #define IDirectDrawVideo_GetSwitches(This,pSwitches) (This)->lpVtbl->GetSwitches(This,pSwitches)