Home
last modified time | relevance | path

Searched defs:message__ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/
H A Derror.h118 #define ET_CHECK_OR_RETURN_ERROR(cond__, error__, message__, ...) \ argument
182 #define ET_INTERNAL_CHECK_OK_OR_RETURN_ERROR_2(error__, message__, ...) \ argument
H A Dresult.h245 #define ET_INTERNAL_UNWRAP_2(result__, message__, ...) \ argument
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dtracing_schema.h122 auto message__ = fbb->CreateString(message.data(), message.size()); in Create() local
H A Dtracing_schema_generated.h310 auto message__ = message ? _fbb.CreateString(message) : 0; variable