Searched refs:getAsSignedIntegerArray (Results 1 – 5 of 5) sorted by relevance
99 void getAsSignedIntegerArray(std::vector<int32_t> &value) const in getAsSignedIntegerArray() function in parameterFramework::ElementHandle101 mayFailCall(&EH::getAsSignedIntegerArray, value); in getAsSignedIntegerArray()
208 bool getAsSignedIntegerArray(std::vector<int32_t> &value, std::string &error) const;
298 bool ElementHandle::getAsSignedIntegerArray(std::vector<int32_t> &value, string &error) const in getAsSignedIntegerArray() function in ElementHandle
228 - `getAsSignedIntegerArray`
658 CHECK_NOTHROW(intArray.getAsSignedIntegerArray(back));