HomeSort by relevance Sort by last modified time
    Searched refs:_SignedIntegerConcept (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 132 struct _SignedIntegerConcept {
137 template <> struct _SignedIntegerConcept<short> { void __constraints() {} };
138 template <> struct _SignedIntegerConcept<int> { void __constraints() {} };
139 template <> struct _SignedIntegerConcept<long> { void __constraints() {} };
140 template <> struct _SignedIntegerConcept<long long> { void __constraints(){}};
442 // __function_requires< _SignedIntegerConcept<_Diff> >();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h 135 struct _SignedIntegerConcept {
140 template <> struct _SignedIntegerConcept<short> { void __constraints() {} };
141 template <> struct _SignedIntegerConcept<int> { void __constraints() {} };
142 template <> struct _SignedIntegerConcept<long> { void __constraints() {} };
143 template <> struct _SignedIntegerConcept<long long> { void __constraints(){}};
445 // __function_requires< _SignedIntegerConcept<_Diff> >();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h 135 struct _SignedIntegerConcept {
140 template <> struct _SignedIntegerConcept<short> { void __constraints() {} };
141 template <> struct _SignedIntegerConcept<int> { void __constraints() {} };
142 template <> struct _SignedIntegerConcept<long> { void __constraints() {} };
143 template <> struct _SignedIntegerConcept<long long> { void __constraints(){}};
445 // __function_requires< _SignedIntegerConcept<_Diff> >();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 132 struct _SignedIntegerConcept {
137 template <> struct _SignedIntegerConcept<short> { void __constraints() {} };
138 template <> struct _SignedIntegerConcept<int> { void __constraints() {} };
139 template <> struct _SignedIntegerConcept<long> { void __constraints() {} };
140 template <> struct _SignedIntegerConcept<long long> { void __constraints(){}};
442 // __function_requires< _SignedIntegerConcept<_Diff> >();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 132 struct _SignedIntegerConcept {
137 template <> struct _SignedIntegerConcept<short> { void __constraints() {} };
138 template <> struct _SignedIntegerConcept<int> { void __constraints() {} };
139 template <> struct _SignedIntegerConcept<long> { void __constraints() {} };
140 template <> struct _SignedIntegerConcept<long long> { void __constraints(){}};
442 // __function_requires< _SignedIntegerConcept<_Diff> >();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 132 struct _SignedIntegerConcept {
137 template <> struct _SignedIntegerConcept<short> { void __constraints() {} };
138 template <> struct _SignedIntegerConcept<int> { void __constraints() {} };
139 template <> struct _SignedIntegerConcept<long> { void __constraints() {} };
140 template <> struct _SignedIntegerConcept<long long> { void __constraints(){}};
442 // __function_requires< _SignedIntegerConcept<_Diff> >();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 132 struct _SignedIntegerConcept {
137 template <> struct _SignedIntegerConcept<short> { void __constraints() {} };
138 template <> struct _SignedIntegerConcept<int> { void __constraints() {} };
139 template <> struct _SignedIntegerConcept<long> { void __constraints() {} };
140 template <> struct _SignedIntegerConcept<long long> { void __constraints(){}};
442 // __function_requires< _SignedIntegerConcept<_Diff> >();

Completed in 157 milliseconds