Searched defs:has_trivial_constructor (Results 1 - 5 of 5) sorted by relevance

/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dtype_traits.h44 // has_trivial_constructor
79 template <class T> struct has_trivial_constructor;
216 // We can't get has_trivial_constructor right without compiler help, so
221 template <class T> struct has_trivial_constructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
222 template <class T, class U> struct has_trivial_constructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
224 (has_trivial_constructor<T>::value &&
225 has_trivial_constructor<U>::value)> { };
226 template <class A, int N> struct has_trivial_constructor<A[N]> struct in namespace:google::protobuf::internal
227 : has_trivial_constructor<A> { };
228 template <class T> struct has_trivial_constructor<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dtype_traits.h44 // has_trivial_constructor
79 template <class T> struct has_trivial_constructor;
216 // We can't get has_trivial_constructor right without compiler help, so
221 template <class T> struct has_trivial_constructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
222 template <class T, class U> struct has_trivial_constructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
224 (has_trivial_constructor<T>::value &&
225 has_trivial_constructor<U>::value)> { };
226 template <class A, int N> struct has_trivial_constructor<A[N]> struct in namespace:google::protobuf::internal
227 : has_trivial_constructor<A> { };
228 template <class T> struct has_trivial_constructor<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
H A Dtype_traits.h44 // has_trivial_constructor
79 template <class T> struct has_trivial_constructor;
216 // We can't get has_trivial_constructor right without compiler help, so
221 template <class T> struct has_trivial_constructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
222 template <class T, class U> struct has_trivial_constructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
224 (has_trivial_constructor<T>::value &&
225 has_trivial_constructor<U>::value)> { };
226 template <class A, int N> struct has_trivial_constructor<A[N]> struct in namespace:google::protobuf::internal
227 : has_trivial_constructor<A> { };
228 template <class T> struct has_trivial_constructor<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
H A Dtype_traits.h44 // has_trivial_constructor
79 template <class T> struct has_trivial_constructor;
216 // We can't get has_trivial_constructor right without compiler help, so
221 template <class T> struct has_trivial_constructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
222 template <class T, class U> struct has_trivial_constructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
224 (has_trivial_constructor<T>::value &&
225 has_trivial_constructor<U>::value)> { };
226 template <class A, int N> struct has_trivial_constructor<A[N]> struct in namespace:google::protobuf::internal
227 : has_trivial_constructor<A> { };
228 template <class T> struct has_trivial_constructor<cons struct in namespace:google::protobuf::internal
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dtype_traits.h45 // has_trivial_constructor
99 template <class T> struct has_trivial_constructor;
243 // We can't get has_trivial_constructor right without compiler help, so
248 template <class T> struct has_trivial_constructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
249 template <class T, class U> struct has_trivial_constructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
251 (has_trivial_constructor<T>::value &&
252 has_trivial_constructor<U>::value)> { };
253 template <class A, int N> struct has_trivial_constructor<A[N]> struct in namespace:google::protobuf::internal
254 : has_trivial_constructor<A> { };
255 template <class T> struct has_trivial_constructor<cons struct in namespace:google::protobuf::internal
[all...]

Completed in 557 milliseconds