Searched defs:the_answer (Results 1 – 6 of 6) sorted by relevance
| /external/rust/crates/rusqlite/src/ |
| D | backup.rs | 339 let the_answer: i64 = dst.query_row("SELECT x FROM foo", [], |r| r.get(0))?; in test_backup() localVariable 349 let the_answer: i64 = dst.query_row("SELECT SUM(x) FROM foo", [], |r| r.get(0))?; in test_backup() localVariable 371 let the_answer: i64 = dst.query_row("SELECT x FROM foo", [], |r| r.get(0))?; in test_backup_temp() localVariable 382 let the_answer: i64 = dst.query_row("SELECT SUM(x) FROM foo", [], |r| r.get(0))?; in test_backup_temp() localVariable 409 let the_answer: i64 = dst.query_row("SELECT x FROM foo", [], |r| r.get(0))?; in test_backup_attached() localVariable 424 let the_answer: i64 = dst.query_row("SELECT SUM(x) FROM foo", [], |r| r.get(0))?; in test_backup_attached() localVariable
|
| D | unlock_notify.rs | 112 let the_answer: Result<i64> = db1.query_row("SELECT x FROM foo", [], |r| r.get(0)); in test_unlock_notify() localVariable
|
| D | lib.rs | 1281 let the_answer: Result<i64> = db.query_row("SELECT x FROM foo", [], |r| r.get(0)); in test_persistence() localVariable 1339 let the_answer: Result<i64> = db.query_row("SELECT x FROM foo", [], |r| r.get(0)); in test_invalid_unicode_file_names() localVariable
|
| /external/python/pybind11/tests/test_embed/ |
| D | test_interpreter.py | 9 def the_answer(self): member in DerivedWidget
|
| D | test_interpreter.cpp | 33 int the_answer() const override { PYBIND11_OVERRIDE_PURE(int, Widget, the_answer); } in the_answer() function in PyWidget
|
| /external/flatbuffers/samples/ |
| D | sample_flexbuffers.rs | 159 let the_answer = Reader::get_root(builder.view()).unwrap(); in main() localVariable
|