Searched refs:get_error (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android_mapper.cpp | 59 [&](const auto& get_error, const auto& get_metadata) { in GetMetadata() 60 error = get_error; in GetMetadata()
|
/third_party/python/Lib/test/ |
H A D | test_configparser.py | 579 e = self.get_error(cf, configparser.NoSectionError, "foo", "bar") 582 e = self.get_error(cf, configparser.NoOptionError, "foo", "bar") 585 def get_error(self, cf, exc, section, option): function 906 e = self.get_error(cf, configparser.InterpolationDepthError, "Foo", "bar11") 916 e = self.get_error(cf, configparser.InterpolationMissingOptionError,
|
/third_party/gn/src/base/ |
H A D | logging.h | 790 unsigned long get_error() const { return last_error_; } in get_error() function in logging::LogMessage::SaveLastError
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 2332 fn get_error(&self, ret: c_int) -> ErrorCode { in fmt() functions 3739 let code = self.ssl.get_error(ret); in make_error()
|
Completed in 11 milliseconds