Home | History | Annotate | Download | only in parameter

Lines Matching defs:access

51     // Handle access
94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/,
100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/,
107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/,
113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/,
120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/,
126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/,
133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/,
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/,
146 // String Access
147 bool CBaseParameter::access(string &strValue, bool bSet,
175 bool CBaseParameter::access(std::vector<string> & /*astrValues*/, bool /*bSet*/,
178 // Generic string array access to scalar parameter must have been filtered out before
184 // Parameter Access
194 return access(strValue, bSet, parameterAccessContext);