Home
last modified time | relevance | path

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

/openthread-latest/src/include/common/
Dcode_utils.hpp161 static inline void IgnoreError(otError aError) { OT_UNUSED_VARIABLE(aError); } in IgnoreError() function
/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp442 static void IgnoreError(otError aError) { (void)(aError); } in IgnoreError() function in ot::Spinel::MultiFrameBuffer