HomeSort by relevance Sort by last modified time
    Searched refs:not_ (Results 1 - 25 of 52) sorted by null

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
not.hpp 39 struct not_ struct in namespace:boost::mpl
44 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,not_,(T))
47 BOOST_MPL_AUX_NA_SPEC(1,not_)
same_as.hpp 44 : not_< is_same<T1,T2> >
48 typedef typename not_< is_same<T1,T2> >::type type;
iter_fold_if.hpp 43 not_< is_same<Iterator,LastIterator> >
50 not_< is_same<Iterator,LastIterator> >
is_sequence.hpp 94 : not_< is_same< typename begin<T>::type, void_ > >
assert.hpp 159 failed ************ (boost::mpl::not_<Pred>::************
195 typename assert_arg_type< boost::mpl::not_<Pred> >::type
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
find_if_pred.hpp 25 typedef not_< aux::iter_apply1<Predicate,Iterator> > type;
contains_impl.hpp 35 : not_< is_same<
42 typedef not_< is_same<
48 (not_< is_same<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
empty.hpp 27 : not_<typename List::size>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
meta.hpp 103 typedef typename mpl::not_<expr0>::type not_expr0 ;
104 typedef typename mpl::not_<expr1>::type not_expr1 ;
converter.hpp 335 typedef typename mpl::not_<oposite_subranged>::type positively_subranged ;
  /external/vulkan-validation-layers/libs/glm/detail/
func_vector_relational.hpp 129 /// /!\ Because of language incompatibilities between C++ and GLSL, GLM defines the function not but not_ instead.
136 GLM_FUNC_DECL vecType<bool, P> not_(vecType<bool, P> const & v);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 97 typename mpl::if_< typename mpl::and_<mpl::not_<is_floating_point<T2P> >, ::boost::is_convertible<T1P, T2P> >, T2P, T1P>::type>::type type;
  /external/autotest/client/site_tests/video_YouTubePage/
video_YouTubePage.py 122 @param op: truth or not_ operator from the standard Python operator
243 'seeking', operator.not_,
247 'seeked', operator.not_,
  /external/bison/lib/
bbitset.h 131 void (*not_) (bitset, bitset); member in struct:bitset_vtable
223 #define BITSET_NOT_(DST, SRC) (SRC)->b.vtable->not_ (DST, SRC)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 279 , mpl::not_<
372 : mpl::not_<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 355 BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
364 BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
indirect_traits.hpp 124 , mpl::not_<

Completed in 1713 milliseconds

1 2 3