Home
last modified time | relevance | path

Searched defs:SetDouble (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/tracing/
Dtraced_value.cc121 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in node::tracing::TracedValue
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.cc323 NO_SANITIZE("cfi-icall") bool CefValueCToCpp::SetDouble(double value) { in SetDouble() function in CefValueCToCpp
Dlist_value_ctocpp.cc434 bool CefListValueCToCpp::SetDouble(size_t index, double value) { in SetDouble() function in CefListValueCToCpp
Ddictionary_value_ctocpp.cc556 bool CefDictionaryValueCToCpp::SetDouble(const CefString& key, double value) { in SetDouble() function in CefDictionaryValueCToCpp
/third_party/cef/libcef/common/
Dvalues_impl.cc308 bool CefValueImpl::SetDouble(double value) { in SetDouble() function in CefValueImpl
908 bool CefDictionaryValueImpl::SetDouble(const CefString& key, double value) { in SetDouble() function in CefDictionaryValueImpl
1309 bool CefListValueImpl::SetDouble(size_t index, double value) { in SetDouble() function in CefListValueImpl
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc217 bool SetDouble(double val) override { return (val == TEST_DOUBLE_VAL); } in SetDouble() function in CefTranslatorTestImpl
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.cc186 NO_SANITIZE("cfi-icall") bool CefTranslatorTestCToCpp::SetDouble(double val) { in SetDouble() function in CefTranslatorTestCToCpp