Home
last modified time | relevance | path

Searched refs:ignore_result (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/flags/
DCommandLineFlags.cpp14 template <typename T> static void ignore_result(const T&) {} in ignore_result() function
312 ignore_result(strtod(argv[i + 1], &end)); in Parse()
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.cpp14 template <typename T> static void ignore_result(const T&) {} in ignore_result() function
312 ignore_result(strtod(argv[i + 1], &end)); in Parse()
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h310 inline void ignore_result(const T&) { in ignore_result() function
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc1076 const bool ignore_result = is_external && request.url.IsStandard() && in OnRequestComplete() local
1082 if (state->handler_ && !ignore_result) { in OnRequestComplete()
/third_party/chromium/patch/
D0003-ohos-1115.patch1179 + ignore_result(HANDLE_EINTR(write(STDERR_FILENO, output, strlen(output))));