Searched refs:getAsDouble (Results 1 – 11 of 11) sorted by relevance
77 void getAsDouble(double &value) const { mayFailCall(&EH::getAsDouble, value); } in getAsDouble() function in parameterFramework::ElementHandle
129 REQUIRE_NOTHROW(handle.getAsDouble(getValueBack));
164 REQUIRE_NOTHROW(handle.getAsDouble(getValueBack));
213 bool getAsDouble(double &value, std::string &error) const;
309 bool ElementHandle::getAsDouble(double &value, string &error) const in getAsDouble() function in ElementHandle
231 - `getAsDouble`
896 TEST(StringRefTest, getAsDouble) { in TEST() argument900 EXPECT_EQ(Entry.ShouldFail, S.getAsDouble(Result, Entry.AllowInexact)); in TEST()
584 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
392 if (Tok.getString().getAsDouble(Val, false)) in ParseInstruction()
569 bool getAsDouble(double &Result, bool AllowInexact = true) const;
1246 primitive.getAsDouble()); in mergeValue()