Searched refs:type_text (Results 1 – 6 of 6) sorted by relevance
68 case SQLITE_TEXT: return sqlite::type_text; in c_type_to_cxx()339 PRE(column_type(index) == type_text); in column_text()357 PRE(column_type(index) == type_blob || column_type(index) == type_text); in column_bytes()450 if (column_type(column) != sqlite::type_text) in safe_column_text()470 column_type(column) != sqlite::type_text) in safe_column_bytes()
45 type_text, enumerator
164 ATF_REQUIRE(sqlite::type_text == stmt.column_type(4)); in ATF_TEST_CASE_BODY()627 ATF_REQUIRE(sqlite::type_text == stmt.column_type(1)); in ATF_TEST_CASE_BODY()647 ATF_REQUIRE(sqlite::type_text == stmt.column_type(1)); in ATF_TEST_CASE_BODY()664 ATF_REQUIRE(sqlite::type_text == stmt.column_type(1)); in ATF_TEST_CASE_BODY()
148 if (stmt.column_type(id) != sqlite::type_text) in column_bool()193 case sqlite::type_text: in column_optional_string()215 if (stmt.column_type(id) != sqlite::type_text) in column_test_result_type()
109 case sqlite::type_text: in format_cell()
1357 const char *type_text; in ses_process_config() local1457 type_text = (const uint8_t *)(last_buf_type + 1); in ses_process_config()1468 sestype->text = type_text; in ses_process_config()1469 type_text += cur_buf_type->etype_txt_len; in ses_process_config()