Home
last modified time | relevance | path

Searched refs:str_str (Results 1 – 2 of 2) sorted by relevance

/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.cpp456 std::string str_str; in elfio_dynamic_get_entry() local
457 bool ret = pdynamic->get_entry( index, *tag, *value, str_str ); in elfio_dynamic_get_entry()
458 strncpy( str, str_str.c_str(), (size_t)str_len - 1 ); in elfio_dynamic_get_entry()
/third_party/gn/src/gn/
Doperators_unittest.cc176 const char str_str[] = "\"hi\""; in TEST() local
177 Token str(Location(), Token::STRING, str_str); in TEST()