Home
last modified time | relevance | path

Searched refs:str_str (Results 1 - 3 of 3) sorted by relevance

/third_party/elfio/c_wrapper/
H A 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/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp457 std::string str_str; in elfio_dynamic_get_entry() local
458 bool ret = pdynamic->get_entry( index, *tag, *value, str_str ); in elfio_dynamic_get_entry()
459 strncpy( str, str_str.c_str(), (size_t)str_len - 1 ); in elfio_dynamic_get_entry()
/third_party/gn/src/gn/
H A Doperators_unittest.cc174 const char str_str[] = "\"hi\""; in TEST() local
175 Token str(Location(), Token::STRING, str_str); in TEST() local

Completed in 4 milliseconds