Searched defs:convertTo (Results 1 – 9 of 9) sorted by relevance
/external/parameter-framework/upstream/utility/ |
D | convert.hpp | 118 static inline bool convertTo(const std::string &str, T &result) in convertTo() function 197 static inline bool convertTo(const std::string &str, T &result) in convertTo() function 220 inline bool convertTo<unsigned char>(const std::string &str, unsigned char &result) in convertTo() function 230 inline bool convertTo<signed char>(const std::string &str, signed char &result) in convertTo() function 250 inline bool convertTo<float>(const std::string &str, float &result) in convertTo() function 279 inline bool convertTo<double>(const std::string &str, double &result) in convertTo() function 310 inline bool convertTo<bool>(const std::string &str, bool &result) in convertTo() function
|
/external/parameter-framework/upstream/parameter/ |
D | EnumParameterType.cpp | 101 if (not convertTo(strValue, iParsedUserValue)) { in toBlackboard() local
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 416 template <typename T> Matcher<T> convertTo() const { in convertTo() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Intermediate.cpp | 799 TIntermTyped* TIntermediate::createConversion(TBasicType convertTo, TIntermTyped* node) const in createConversion() 875 TIntermTyped* TIntermediate::addConversion(TBasicType convertTo, TIntermTyped* node) const in addConversion()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 799 TIntermTyped* TIntermediate::createConversion(TBasicType convertTo, TIntermTyped* node) const in createConversion() 875 TIntermTyped* TIntermediate::addConversion(TBasicType convertTo, TIntermTyped* node) const in addConversion()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 469 template <typename T> Matcher<T> convertTo() const { in convertTo() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 911 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo() function in SystemZDAGToDAGISel
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 943 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo() function in SystemZDAGToDAGISel
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 947 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo() function in SystemZDAGToDAGISel
|