OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsSignedIntegerArray
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/upstream/test/functional-tests/include/
ElementHandle.hpp
96
void
getAsSignedIntegerArray
(std::vector<int32_t> &value) const
98
mayFailCall(&EH::
getAsSignedIntegerArray
, value);
/external/parameter-framework/upstream/parameter/include/
ElementHandle.h
208
bool
getAsSignedIntegerArray
(std::vector<int32_t> &value, std::string &error) const;
/external/parameter-framework/upstream/parameter/
ElementHandle.cpp
298
bool ElementHandle::
getAsSignedIntegerArray
(std::vector<int32_t> &value, string &error) const
/external/parameter-framework/upstream/test/functional-tests/
Handle.cpp
658
CHECK_NOTHROW(intArray.
getAsSignedIntegerArray
(back));
Completed in 301 milliseconds