Home | History | Annotate | Download | only in locale.id

Lines Matching refs:id

12 // class locale::id
15 // id();
16 // void operator=(const id&) = delete;
17 // id(const id&) = delete;
25 std::locale::id id0;
26 std::locale::id id2;
27 std::locale::id id1;
31 long id = id0.__get();
32 assert(id0.__get() == id+0);
33 assert(id0.__get() == id+0);
34 assert(id0.__get() == id+0);
35 assert(id1.__get() == id+1);
36 assert(id1.__get() == id+1);
37 assert(id1.__get() == id+1);
38 assert(id2.__get() == id+2);
39 assert(id2.__get() == id+2);
40 assert(id2.__get() == id+2);
41 assert(id0.__get() == id+0);
42 assert(id0.__get() == id+0);
43 assert(id0.__get() == id+0);
44 assert(id1.__get() == id+1);
45 assert(id1.__get() == id+1);
46 assert(id1.__get() == id+1);
47 assert(id2.__get() == id+2);
48 assert(id2.__get() == id+2);
49 assert(id2.__get() == id+2);