Home
last modified time | relevance | path

Searched defs:is_numeric (Results 1 – 8 of 8) sorted by relevance

/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/
Dis_numeric.hpp40 template <class Type> struct is_numeric struct
42 typedef is_numeric type;
50 struct is_numeric<std::complex<Type> > struct
52 typedef is_numeric type;
/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/
Dcounting_iterator.hpp55 struct is_numeric struct
61 struct is_numeric< ::boost::long_long_type> struct
65 struct is_numeric< ::boost::ulong_long_type> struct
71 struct is_numeric<wchar_t> struct
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/opencl/
Dlibrary.hpp27 struct is_numeric struct
29 static bool const value =
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Drational.hpp38 struct is_numeric<boost::rational<Integral> > struct
40 typedef is_numeric type;
/external/javasqlite/src/main/java/SQLite/
DShell.java145 static boolean is_numeric(String str) { in is_numeric() method in Shell
/external/rust/crates/unicode-segmentation/src/
Dtables.rs40 fn is_numeric(c: char) -> bool { in is_numeric() function
/external/libtextclassifier/native/utils/tflite/
Dstring_projection.cc196 bool is_numeric(char c) { return c >= '0' && c <= '9'; } in is_numeric() function
/external/skia/src/utils/
DSkJSON.cpp298 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function