Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc62 get_gcc_empty_string_storage() _NOEXCEPT in get_gcc_empty_string_storage() function in __anoned80d8170111::__libcpp_nmstr
93 if (str_ != get_gcc_empty_string_storage()) in __libcpp_nmstr()
104 if (str_ != get_gcc_empty_string_storage()) in operator =()
108 if (p != get_gcc_empty_string_storage()) in operator =()
121 if (str_ != get_gcc_empty_string_storage()) in ~__libcpp_nmstr()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__refstring68 get_gcc_empty_string_storage() _NOEXCEPT
77 return str_ != get_gcc_empty_string_storage();