Home
last modified time | relevance | path

Searched defs:ErrorCheck (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/codegen/
Derror.rs20 pub struct ErrorCheck<'a> { struct
25 impl<'a> ErrorCheck<'a> { implementation
34 impl<'a> ToTokens for ErrorCheck<'a> { implementation
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLVarDeclarations.cpp96 void VarDeclaration::ErrorCheck(const Context& context, in ErrorCheck() function in SkSL::VarDeclaration
/aosp_15_r20/external/leveldb/benchmarks/
H A Ddb_bench_sqlite3.cc100 inline static void ErrorCheck(int status) { in ErrorCheck() function
/aosp_15_r20/external/vboot_reference/utility/
H A Dtpmc.c111 static uint8_t ErrorCheck(uint32_t result, const char* cmd) { in ErrorCheck() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go1124 ErrorCheck func(*Link, *LSym) member