Home
last modified time | relevance | path

Searched defs:Integer (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dconcept_check.hpp67 BOOST_CONCEPT_USAGE(Integer) in BOOST_CONCEPT_USAGE() argument
75 template <> struct Integer<char> {}; struct
76 template <> struct Integer<signed char> {}; struct
77 template <> struct Integer<unsigned char> {}; struct
78 template <> struct Integer<short> {}; struct
79 template <> struct Integer<unsigned short> {}; struct
80 template <> struct Integer<int> {}; struct
81 template <> struct Integer<unsigned int> {}; struct
82 template <> struct Integer<long> {}; struct
83 template <> struct Integer<unsigned long> {}; struct
[all …]
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc351 TEST(PrintBuiltInTypeTest, Integer) { in TEST() argument