Home
last modified time | relevance | path

Searched refs:Pred (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvarany/
Dwait_pred.pass.cpp33 class Pred class
37 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
48 cv.wait(lk, Pred(test2)); in f()
Dwait_for_pred.pass.cpp25 class Pred class
29 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
55 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2)); in f()
Dwait_until_pred.pass.cpp43 class Pred class
47 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
72 bool r = cv.wait_until(lk, t, Pred(test2)); in f()
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
Dwait_pred.pass.cpp29 class Pred class
33 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
44 cv.wait(lk, Pred(test2)); in f()
Dwait_for_pred.pass.cpp26 class Pred class
30 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
52 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2)); in f()
Dwait_until_pred.pass.cpp43 class Pred class
47 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
68 bool r = cv.wait_until(lk, t, Pred(test2)); in f()
/ndk/sources/cxx-stl/llvm-libc++/include/ext/
Dhash_set21 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
30 typedef Pred key_equal;
93 template <class Value, class Hash, class Pred, class Alloc>
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
95 hash_set<Value, Hash, Pred, Alloc>& y);
97 template <class Value, class Hash, class Pred, class Alloc>
99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x,
100 const hash_set<Value, Hash, Pred, Alloc>& y);
102 template <class Value, class Hash, class Pred, class Alloc>
104 operator!=(const hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
Dhash_map21 template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
30 typedef Pred key_equal;
96 template <class Key, class T, class Hash, class Pred, class Alloc>
97 void swap(hash_map<Key, T, Hash, Pred, Alloc>& x,
98 hash_map<Key, T, Hash, Pred, Alloc>& y);
100 template <class Key, class T, class Hash, class Pred, class Alloc>
102 operator==(const hash_map<Key, T, Hash, Pred, Alloc>& x,
103 const hash_map<Key, T, Hash, Pred, Alloc>& y);
105 template <class Key, class T, class Hash, class Pred, class Alloc>
107 operator!=(const hash_map<Key, T, Hash, Pred, Alloc>& x,
[all …]
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.copy/
Dcopy_if.pass.cpp23 struct Pred struct
38 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred()); in test() argument
/ndk/sources/cxx-stl/llvm-libc++/include/
Dunordered_set23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 typedef Pred key_equal;
147 template <class Value, class Hash, class Pred, class Alloc>
148 void swap(unordered_set<Value, Hash, Pred, Alloc>& x,
149 unordered_set<Value, Hash, Pred, Alloc>& y)
152 template <class Value, class Hash, class Pred, class Alloc>
154 operator==(const unordered_set<Value, Hash, Pred, Alloc>& x,
155 const unordered_set<Value, Hash, Pred, Alloc>& y);
157 template <class Value, class Hash, class Pred, class Alloc>
159 operator!=(const unordered_set<Value, Hash, Pred, Alloc>& x,
[all …]
Dunordered_map23 template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 typedef Pred key_equal;
156 template <class Key, class T, class Hash, class Pred, class Alloc>
157 void swap(unordered_map<Key, T, Hash, Pred, Alloc>& x,
158 unordered_map<Key, T, Hash, Pred, Alloc>& y)
161 template <class Key, class T, class Hash, class Pred, class Alloc>
163 operator==(const unordered_map<Key, T, Hash, Pred, Alloc>& x,
164 const unordered_map<Key, T, Hash, Pred, Alloc>& y);
166 template <class Key, class T, class Hash, class Pred, class Alloc>
168 operator!=(const unordered_map<Key, T, Hash, Pred, Alloc>& x,
[all …]
Dlist134 template <class Pred> void remove_if(Pred pred);
/ndk/sources/host-tools/sed-4.2.1/po/
Dsl.po501 msgstr "Predčasni zaključek regularnega izraza"