Searched refs:str_str (Results 1 - 3 of 3) sorted by relevance
/third_party/elfio/c_wrapper/ |
H A D | elfio_c_wrapper.cpp | 456 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 D | elfio_c_wrapper.cpp | 457 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 D | operators_unittest.cc | 174 const char str_str[] = "\"hi\""; in TEST() local 175 Token str(Location(), Token::STRING, str_str); in TEST() local
|
Completed in 3 milliseconds