Home
last modified time | relevance | path

Searched defs:to_double (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/variant2/benchmark/
Dbenchmark1.cpp62 inline double to_double( double const& v ) in to_double() function
74 template<class... T> double to_double( boost::variant2::variant<T...> const& v ) in to_double() function
88 template<class... T> double to_double( boost::variant<T...> const& v ) in to_double() function
102 template<class... T> double to_double( std::variant<T...> const& v ) in to_double() function
/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c272 static bool to_double(zval *php_val, double *dbl) { in to_double() function
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc681 double to_double; in GetDouble() member