Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android_mapper.cpp59 [&](const auto& get_error, const auto& get_metadata) { in GetMetadata()
/third_party/gn/src/base/
Dlogging.h790 unsigned long get_error() const { return last_error_; } in get_error() function
/third_party/python/Lib/test/
Dtest_configparser.py585 def get_error(self, cf, exc, section, option): member in BasicTestCase
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2332 fn get_error(&self, ret: c_int) -> ErrorCode { in get_error() method