Searched defs:SetDouble (Results 1 – 7 of 7) sorted by relevance
121 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in node::tracing::TracedValue
323 NO_SANITIZE("cfi-icall") bool CefValueCToCpp::SetDouble(double value) { in SetDouble() function in CefValueCToCpp
434 bool CefListValueCToCpp::SetDouble(size_t index, double value) { in SetDouble() function in CefListValueCToCpp
556 bool CefDictionaryValueCToCpp::SetDouble(const CefString& key, double value) { in SetDouble() function in CefDictionaryValueCToCpp
308 bool CefValueImpl::SetDouble(double value) { in SetDouble() function in CefValueImpl908 bool CefDictionaryValueImpl::SetDouble(const CefString& key, double value) { in SetDouble() function in CefDictionaryValueImpl1309 bool CefListValueImpl::SetDouble(size_t index, double value) { in SetDouble() function in CefListValueImpl
217 bool SetDouble(double val) override { return (val == TEST_DOUBLE_VAL); } in SetDouble() function in CefTranslatorTestImpl
186 NO_SANITIZE("cfi-icall") bool CefTranslatorTestCToCpp::SetDouble(double val) { in SetDouble() function in CefTranslatorTestCToCpp