Lines Matching refs:friend
41 friend bool operator==(const locale_t& __left, const locale_t& __right) {
45 friend bool operator==(const locale_t& __left, int __right) {
49 friend bool operator==(const locale_t& __left, long long __right) {
53 friend bool operator==(const locale_t& __left, std::nullptr_t) {
57 friend bool operator==(int __left, const locale_t& __right) {
61 friend bool operator==(std::nullptr_t, const locale_t& __right) {
65 friend bool operator!=(const locale_t& __left, const locale_t& __right) {
69 friend bool operator!=(const locale_t& __left, int __right) {
73 friend bool operator!=(const locale_t& __left, long long __right) {
77 friend bool operator!=(const locale_t& __left, std::nullptr_t __right) {
81 friend bool operator!=(int __left, const locale_t& __right) {
85 friend bool operator!=(std::nullptr_t __left, const locale_t& __right) {