/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvarany/ |
D | wait_pred.pass.cpp | 33 class Pred class 37 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred 48 cv.wait(lk, Pred(test2)); in f()
|
D | wait_for_pred.pass.cpp | 25 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()
|
D | wait_until_pred.pass.cpp | 43 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/ |
D | wait_pred.pass.cpp | 29 class Pred class 33 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred 44 cv.wait(lk, Pred(test2)); in f()
|
D | wait_for_pred.pass.cpp | 26 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()
|
D | wait_until_pred.pass.cpp | 43 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/ |
D | hash_set | 21 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 …]
|
D | hash_map | 21 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/ |
D | copy_if.pass.cpp | 23 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/ |
D | unordered_set | 23 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 …]
|
D | unordered_map | 23 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 …]
|
D | list | 134 template <class Pred> void remove_if(Pred pred);
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | sl.po | 501 msgstr "Predčasni zaključek regularnega izraza"
|