HomeSort by relevance Sort by last modified time
    Searched refs:base2 (Results 51 - 61 of 61) sorted by null

1 23

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 729 struct Base2 : Bottom {
730 constexpr Base2(const int &r) : r(r) {}
734 struct Derived : Base, Base2 {
735 constexpr Derived() : Base(76), Base2(a) {}
744 constexpr Base base2(76);
754 static_assert(derived == base2, "");
757 constexpr Bottom &bot2 = (Base2&)derived;
761 constexpr Bottom *pb2 = (Base2*)&derived;
766 constexpr Base2 &fail = (Base2&)bot1; // expected-error {{constant expression}} expected-note {{cannot cast object of dynamic typ (…)
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 1018 Base base, base2; local
1022 EXPECT_FALSE(m1.Matches(base2));
1028 EXPECT_FALSE(m1.Matches(base2));
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 177 #define UPB_C_UPCASTS2(ty, base, base2) \
179 UPB_INLINE base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
180 UPB_INLINE const base2 *ty ## _upcast2(const ty *p) { return (const base2*)p; }
320 template <class T, class Base, class Base2>
324 operator Base2*() { return Pointer<Base>(*this); }
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 192 #define UPB_C_UPCASTS2(ty, base, base2) \
194 UPB_INLINE base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
195 UPB_INLINE const base2 *ty ## _upcast2(const ty *p) { return (const base2*)p; }
340 template <class T, class Base, class Base2>
344 operator Base2*() { return Pointer<Base>(*this); }
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 940 #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \
941 (data_transfer_insts[(type) >> 4] | ((add) << 23) | ((wb) << 21) | (reg_map[target] << 12) | (reg_map[base1] << 16) | (base2))
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 1146 Base base, base2; local
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 1142 Base base, base2; local
    [all...]

Completed in 1717 milliseconds

1 23