Home
last modified time | relevance | path

Searched defs:SetLong (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc240 bool SetLong(long val) override { return (val == TEST_LONG_VAL); } in SetLong() function in CefTranslatorTestImpl
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.cc202 NO_SANITIZE("cfi-icall") bool CefTranslatorTestCToCpp::SetLong(long val) { in SetLong() function in CefTranslatorTestCToCpp