Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Ded25519.rs200 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
/external/perfetto/src/trace_processor/prelude/functions/
Dcreate_function.cc187 auto extract_string = [](sqlite3_value* value) -> base::StringView { in Run() local
190 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()
Dcreate_view_function.cc440 auto extract_string = [](sqlite3_value* value) -> const char* { in Run() local
443 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()