Home
last modified time | relevance | path

Searched defs:__s1 (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp7265 strpbrk(char* __s1, const char* __s2) in strpbrk()
7273 strstr(char* __s1, const char* __s2) in strstr()
14085 wcspbrk(wchar_t* __s1, const wchar_t* __s2) in wcspbrk()
14093 wcsstr(wchar_t* __s1, const wchar_t* __s2) in wcsstr()
16302 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) in compare()
16337 move(char_type* __s1, const char_type* __s2, std::size_t __n) in move()
16346 copy(char_type* __s1, const char_type* __s2, std::size_t __n) in copy()
25062 operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()()