HomeSort by relevance Sort by last modified time
    Searched defs:is_pod (Results 1 - 9 of 9) sorted by null

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
type_traits.h 44 // is_pod
98 template <class T> struct is_pod;
226 // We can't get is_pod right without compiler help, so fail conservatively.
230 template <class T> struct is_pod struct in namespace:google::protobuf::internal
238 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
239 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
240 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 44 // is_pod
98 template <class T> struct is_pod;
226 // We can't get is_pod right without compiler help, so fail conservatively.
230 template <class T> struct is_pod struct in namespace:google::protobuf::internal
238 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
239 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
240 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-4.cpp 207 struct is_pod { struct
211 static int is_pod0[is_pod<X>::value? -1 : 1];
212 static int is_pod1[is_pod<Y>::value? 1 : -1];
361 return is_pod<X>::value; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a value of unrelated type 'const bool'}}
  /external/clang/bindings/python/clang/
cindex.py 1913 def is_pod(self): member in class:Type
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 166 void is_pod() function
    [all...]

Completed in 544 milliseconds