HomeSort by relevance Sort by last modified time
    Searched defs:not1 (Results 1 - 2 of 2) sorted by null

  /external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
linq.hpp 88 /// Returns true if `pred` holds for all elements in the sequence. Equivalent to `!query.any(std::not1(pred))`
202 // note: VC2010's std::not1 doesn't support lambda expressions. provide our own.
204 not1_<Pred> not1(Pred p) { return not1_<Pred>(p); } function in namespace:cpplinq::detail
297 auto it = std::find_if(begin(), end(), detail::not1(p));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 1991 int r, not1, not2; local
2049 int r, not1, not2; local
    [all...]

Completed in 2764 milliseconds