Searched refs:extract_string (Results 1 – 3 of 3) sorted by relevance
200 let tc_id = extract_string(test_case[0]); in run_rfc_test_vectors()220 test_helper::string_to_hex(extract_string(line).as_str()) in extract_hex()223 fn extract_string(line: &str) -> String { in extract_string() function
187 auto extract_string = [](sqlite3_value* value) -> base::StringView { in Run() local190 base::StringView prototype_str = extract_string(prototype_value); in Run()191 base::StringView return_type_str = extract_string(return_type_value); in Run()192 std::string sql_defn_str = extract_string(sql_defn_value).ToStdString(); in Run()
440 auto extract_string = [](sqlite3_value* value) -> const char* { in Run() local443 const char* prototype_str = extract_string(prototype_value); in Run()444 const char* return_prototype_str = extract_string(return_prototype_value); in Run()445 const char* sql_defn_str = extract_string(sql_defn_value); in Run()