Searched defs:getAsDouble (Results 1 – 6 of 6) sorted by relevance
77 void getAsDouble(double &value) const { mayFailCall(&EH::getAsDouble, value); } in getAsDouble() function in parameterFramework::ElementHandle
74 double getAsDouble() const { in getAsDouble() function
309 bool ElementHandle::getAsDouble(double &value, string &error) const in getAsDouble() function in ElementHandle
583 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
589 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
911 TEST(StringRefTest, getAsDouble) { in TEST() argument