Searched defs:comp (Results 1 - 25 of 150) sorted by relevance

123456

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsplay-tree.h107 splay_tree_compare_fn comp; variable
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
H A Dstl_queue.h380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_queue.h388 _Compare comp; member in class:priority_queue
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(__s), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
410 : c(std::move(__s)), comp(__x)
411 { std::make_heap(c.begin(), c.end(), comp); }
434 : c(__s), comp(__x)
438 std::make_heap(c.begin(), c.end(), comp);
445 : c(__s), comp(__
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_queue.h388 _Compare comp; member in class:priority_queue
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(__s), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
410 : c(std::move(__s)), comp(__x)
411 { std::make_heap(c.begin(), c.end(), comp); }
434 : c(__s), comp(__x)
438 std::make_heap(c.begin(), c.end(), comp);
445 : c(__s), comp(__
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_queue.h388 _Compare comp; member in class:priority_queue
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(__s), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
410 : c(std::move(__s)), comp(__x)
411 { std::make_heap(c.begin(), c.end(), comp); }
434 : c(__s), comp(__x)
438 std::make_heap(c.begin(), c.end(), comp);
445 : c(__s), comp(__
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_queue.h390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__
262 #undef comp macro
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_queue.h390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__
262 #undef comp macro
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_queue.h390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__
262 #undef comp macro
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstl_queue.h390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_queue.h380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_queue.h382 _Compare comp; member in class:priority_queue
392 : c(__s), comp(__x)
393 { std::make_heap(c.begin(), c.end(), comp); }
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(std::move(__s)), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
428 : c(__s), comp(__x)
432 std::make_heap(c.begin(), c.end(), comp);
439 : c(__s), comp(__
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_queue.h380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__
262 #undef comp macro
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_queue.h168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__
262 #undef comp macro
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_queue.h380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_queue.h382 _Compare comp; member in class:priority_queue
392 : c(__s), comp(__x)
393 { std::make_heap(c.begin(), c.end(), comp); }
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(std::move(__s)), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
428 : c(__s), comp(__x)
432 std::make_heap(c.begin(), c.end(), comp);
439 : c(__s), comp(__
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_queue.h388 _Compare comp; member in class:priority_queue
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(__s), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
410 : c(std::move(__s)), comp(__x)
411 { std::make_heap(c.begin(), c.end(), comp); }
434 : c(__s), comp(__x)
438 std::make_heap(c.begin(), c.end(), comp);
445 : c(__s), comp(__
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_queue.h388 _Compare comp; member in class:priority_queue
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(__s), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
410 : c(std::move(__s)), comp(__x)
411 { std::make_heap(c.begin(), c.end(), comp); }
434 : c(__s), comp(__x)
438 std::make_heap(c.begin(), c.end(), comp);
445 : c(__s), comp(__
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_queue.h382 _Compare comp; member in class:priority_queue
392 : c(__s), comp(__x)
393 { std::make_heap(c.begin(), c.end(), comp); }
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(std::move(__s)), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
428 : c(__s), comp(__x)
432 std::make_heap(c.begin(), c.end(), comp);
439 : c(__s), comp(__
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__
262 #undef comp macro
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_queue.h168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__
262 #undef comp macro
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_queue.h380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__
[all...]

Completed in 414 milliseconds

123456