Searched defs:convertTo (Results 1 - 7 of 7) sorted by relevance

/external/parameter-framework/upstream/utility/
H A Dconvert.hpp118 static inline bool convertTo(const std::string &str, T &result) function in namespace:details
123 static_assert(ConvertionAllowed<T>::value, "convertTo does not support this conversion");
163 /* We want to override the behaviour of convertTo<T> with that of
164 * convertTo<Via> and then safely cast the result into a T. */
167 if (!convertTo<Via>(str, res)) {
197 static inline bool convertTo(const std::string &str, T &result) function
199 return details::convertTo<T>(str, result);
202 /** Specialization for unsigned char of convertTo template function.
209 * As convertTo is thought as an _numerical_ convertion tool
220 inline bool convertTo<unsigne function
230 inline bool convertTo<signed char>(const std::string &str, signed char &result) function
250 inline bool convertTo<float>(const std::string &str, float &result) function
279 inline bool convertTo<double>(const std::string &str, double &result) function
310 inline bool convertTo<bool>(const std::string &str, bool &result) function
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp286 SDValue convertTo(const SDLoc &DL, EVT VT, SDValue N) const;
911 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, function in class:SystemZDAGToDAGISel
975 SDValue In = convertTo(DL, VT, RISBG.Input);
976 SDValue New = convertTo(
996 convertTo(DL, OpcodeVT, RISBG.Input),
1001 SDValue New = convertTo(
1053 convertTo(DL, MVT::i64, Op0),
1054 convertTo(DL, MVT::i64, RxSBG[I].Input),
1059 SDValue New = convertTo(
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h416 template <typename T> Matcher<T> convertTo() const { function in class:clang::ast_matchers::internal::DynTypedMatcher
421 /// \brief Same as \c convertTo(), but does not check that the underlying
576 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const { function in class:clang::ast_matchers::internal::DynTypedMatcher
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 313 milliseconds