Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/base/
Dattributes.h427 #define ABSL_MUST_USE_RESULT [[nodiscard]] macro
429 #define ABSL_MUST_USE_RESULT __attribute__((warn_unused_result)) macro
431 #define ABSL_MUST_USE_RESULT macro
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dattributes.h422 #define ABSL_MUST_USE_RESULT [[nodiscard]] macro
424 #define ABSL_MUST_USE_RESULT __attribute__((warn_unused_result)) macro
426 #define ABSL_MUST_USE_RESULT macro