Home
last modified time | relevance | path

Searched refs:MUST_USE_RESULT (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_util.h117 MUST_USE_RESULT bool is_ok() const { return ok; } in is_ok()
118 MUST_USE_RESULT bool is_err() const { return !ok; } in is_err()
126 MUST_USE_RESULT CSPRNGResult CSPRNG(void* buffer, size_t length);
H A Dcrypto_util.cc63 MUST_USE_RESULT CSPRNGResult CSPRNG(void* buffer, size_t length) { in CSPRNG()
/third_party/node/src/
H A Dutil.h49 #define MUST_USE_RESULT __attribute__((warn_unused_result)) macro
51 #define MUST_USE_RESULT macro
580 inline MUST_USE_RESULT OnScopeLeaveImpl<Fn> OnScopeLeave(Fn&& fn) { in OnScopeLeave()
H A Dnode_buffer.cc207 inline MUST_USE_RESULT Maybe<bool> ParseArrayIndex(Environment* env, in ParseArrayIndex()

Completed in 6 milliseconds