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

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
or.hpp 48 struct or_ struct in namespace:boost::mpl
58 , or_
66 , or_
  /external/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 107 value = or_<true_, true_>::value;
110 value = or_<true_, false_>::value;
113 value = or_<false_, true_>::value;
116 value = or_<false_, false_>::value;
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp 39 : mpl::or_<
iterator_adaptor.hpp 108 mpl::or_<
132 mpl::or_<
iterator_facade.hpp 71 mpl::or_<
81 mpl::or_<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
or.hpp 55 # define AUX778076_OP_NAME or_
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 89 typename mpl::if_< typename mpl::or_<is_same<long double, T1P>, is_same<long double, T2P> >::type, // either long double?
91 typename mpl::if_< typename mpl::or_<is_same<double, T1P>, is_same<double, T2P> >::type, // either double?
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 61 : mpl::or_<
119 : mpl::or_<
  /external/v8/src/x87/
assembler-x87.h 708 void or_(Register dst, int32_t imm32);
709 void or_(Register dst, Register src) { or_(dst, Operand(src)); }
710 void or_(Register dst, const Operand& src);
711 void or_(const Operand& dst, Register src);
712 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); }
713 void or_(const Operand& dst, const Immediate& x);
    [all...]
  /external/v8/test/cctest/
test-disasm-x87.cc 61 __ or_(eax, 12345678);
111 __ or_(edx, 3);
195 __ or_(edx, 12345);
196 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
247 __ or_(ebx, 12345);
test-disasm-ia32.cc 61 __ or_(eax, 12345678);
111 __ or_(edx, 3);
195 __ or_(edx, 12345);
196 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
247 __ or_(ebx, 12345);
test-disasm-mips.cc 521 COMPARE(or_(a0, a1, a2),
523 COMPARE(or_(s0, s1, s2),
525 COMPARE(or_(t2, t3, t4),
527 COMPARE(or_(v0, v1, a2),
    [all...]
test-disasm-mips64.cc 370 COMPARE(or_(a0, a1, a2),
372 COMPARE(or_(s0, s1, s2),
374 COMPARE(or_(a6, a7, t0),
376 COMPARE(or_(v0, v1, a2),
    [all...]
  /art/test/968-default-partial-compile-generated/util-src/
generate_java.py 100 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())
  /external/bison/lib/
bbitset.h 138 void (*or_) (bitset, bitset, bitset); member in struct:bitset_vtable
238 #define BITSET_OR_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_ (DST, SRC1, SRC2)
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 238 __ or_(eax, 0x20); // Convert match character to lower-case.
252 __ or_(ecx, 0x20);
332 __ or_(eax, eax);
686 __ or_(eax, eax);
871 __ or_(eax, eax);
906 __ or_(eax, eax);
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 238 __ or_(eax, 0x20); // Convert match character to lower-case.
252 __ or_(ecx, 0x20);
332 __ or_(eax, eax);
686 __ or_(eax, eax);
871 __ or_(eax, eax);
906 __ or_(eax, eax);
    [all...]
  /art/test/971-iface-super/util-src/
generate_java.py 104 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())
  /external/v8/src/ia32/
assembler-ia32.h 716 void or_(Register dst, int32_t imm32);
717 void or_(Register dst, Register src) { or_(dst, Operand(src)); }
718 void or_(Register dst, const Operand& src);
719 void or_(const Operand& dst, Register src);
720 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); }
721 void or_(const Operand& dst, const Immediate& x);
    [all...]

Completed in 521 milliseconds

1 2 3