Searched refs:gnu_obj (Results 1 – 3 of 3) sorted by relevance
26 class gnu_obj class30 gnu_obj(int arg = 0): i(arg) { } in gnu_obj() function in gnu_obj31 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; } in operator ==()32 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; } in operator <()62 std::pair<const char*, gnu_obj> p_sg_1("enlightenment", gnu_obj(5)); in test01()63 std::pair<const char*, gnu_obj> p_sg_2 = std::make_pair("enlightenment", in test01()64 gnu_obj(5)); in test01()68 std::pair<gnu_t<long>, gnu_obj> p_st_1(gnu_t<long>(false), gnu_obj(5)); in test01()69 std::pair<gnu_t<long>, gnu_obj> p_st_2 = std::make_pair(gnu_t<long>(false), in test01()70 gnu_obj(5)); in test01()[all …]
25 class gnu_obj class29 gnu_obj(int arg = 0): i(arg) { } in gnu_obj() function in gnu_obj30 bool operator==(const gnu_obj& rhs) const { return i == rhs.i; } in operator ==()31 bool operator!=(const gnu_obj& rhs) const { return i != rhs.i; } in operator !=()32 bool operator<(const gnu_obj& rhs) const { return i < rhs.i; } in operator <()47 template struct std::not_equal_to<gnu_obj>;
158 class gnu_obj class161 class gnu_ctype2: public std::ctype<gnu_obj>