Home
last modified time | relevance | path

Searched refs:error_code_t (Results 1 – 2 of 2) sorted by relevance

/external/executorch/runtime/core/
Derror.h24 typedef uint32_t error_code_t; typedef
29 enum class Error : error_code_t {
103 using ::executorch::runtime::error_code_t;
/external/executorch/extension/android/jni/
Djni_layer.cpp353 static_cast<error_code_t>(result.error())); in execute_method()