Home
last modified time | relevance | path

Searched defs:getAsDouble (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp77 void getAsDouble(double &value) const { mayFailCall(&EH::getAsDouble, value); } in getAsDouble() function in parameterFramework::ElementHandle
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp309 bool ElementHandle::getAsDouble(double &value, string &error) const in getAsDouble() function in ElementHandle
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringRef.cpp584 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp896 TEST(StringRefTest, getAsDouble) { in TEST() argument