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