HomeSort by relevance Sort by last modified time
    Searched refs:is_pointer (Results 126 - 133 of 133) sorted by null

1 2 3 4 56

  /external/llvm/include/llvm/ADT/
Hashing.h 348 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
356 is_pointer<T>::value) &&
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 880 if p.is_pointer():
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 698 void is_pointer() function
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2728 struct is_pointer : public false_type {}; struct in namespace:std::tr1
2731 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
    [all...]

Completed in 180 milliseconds

1 2 3 4 56