Home
last modified time | relevance | path

Searched refs:get_last_error_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Ddatabase.hpp200 std::error_code get_last_error_code() const noexcept;
H A Ddatabase.cpp198 std::error_code Database::get_last_error_code() const noexcept { in get_last_error_code() function in executorchcoreml::sqlite::Database
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/test/
H A DDatabaseTests.mm129 XCTAssertEqual(database->get_last_error_code().value(), SQLITE_CONSTRAINT);