HomeSort by relevance Sort by last modified time
    Searched refs:is_pod (Results 1 - 25 of 36) sorted by null

1 2

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_pod.pass.cpp 12 // is_pod
20 static_assert( std::is_pod<T>::value, "");
21 static_assert( std::is_pod<const T>::value, "");
22 static_assert( std::is_pod<volatile T>::value, "");
23 static_assert( std::is_pod<const volatile T>::value, "");
35 static_assert(!std::is_pod<T>::value, "");
36 static_assert(!std::is_pod<const T>::value, "");
37 static_assert(!std::is_pod<volatile T>::value, "");
38 static_assert(!std::is_pod<const volatile T>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_pod.pass.cpp 12 // is_pod
20 static_assert( std::is_pod<T>::value, "");
21 static_assert( std::is_pod<const T>::value, "");
22 static_assert( std::is_pod<volatile T>::value, "");
23 static_assert( std::is_pod<const volatile T>::value, "");
35 static_assert(!std::is_pod<T>::value, "");
36 static_assert(!std::is_pod<const T>::value, "");
37 static_assert(!std::is_pod<volatile T>::value, "");
38 static_assert(!std::is_pod<const volatile T>::value, "");
  /external/llvm/lib/MC/
MCSchedule.cpp 19 static_assert(std::is_pod<MCSchedModel>::value,
  /external/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc 330 EXPECT_TRUE(is_pod<bool>::value);
331 EXPECT_TRUE(is_pod<char>::value);
332 EXPECT_TRUE(is_pod<unsigned char>::value);
333 EXPECT_TRUE(is_pod<signed char>::value);
334 EXPECT_TRUE(is_pod<wchar_t>::value);
335 EXPECT_TRUE(is_pod<int>::value);
336 EXPECT_TRUE(is_pod<unsigned int>::value);
337 EXPECT_TRUE(is_pod<short>::value);
338 EXPECT_TRUE(is_pod<unsigned short>::value);
339 EXPECT_TRUE(is_pod<long>::value)
    [all...]
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/Lexer/
has_feature_type_traits.cpp 83 #if __has_feature(is_pod)
84 int is_pod();
86 // CHECK: int is_pod();
  /external/clang/test/SemaCXX/
libstdcxx_is_pod_hack.cpp 46 #if !__has_feature(is_pod)
  /external/libcxx/test/std/language.support/support.types/
max_align_t.pass.cpp 20 static_assert(std::is_pod<std::max_align_t>::value,
21 "std::is_pod<std::max_align_t>::value");
byte.pass.cpp 19 static_assert( std::is_pod<std::byte>::value, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/
max_align_t.pass.cpp 20 static_assert(std::is_pod<std::max_align_t>::value,
21 "std::is_pod<std::max_align_t>::value");
byte.pass.cpp 19 static_assert( std::is_pod<std::byte>::value, "" );
  /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...]
  /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/bindings/python/tests/cindex/
test_comment.py 22 assert test1.type.is_pod()
  /external/libcxx/test/std/depr/depr.c.headers/
stddef_h.pass.cpp 45 static_assert(std::is_pod<max_align_t>::value,
46 "std::is_pod<max_align_t>::value");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stddef_h.pass.cpp 45 static_assert(std::is_pod<max_align_t>::value,
46 "std::is_pod<max_align_t>::value");
  /device/generic/goldfish/wifi/wifi_hal/
netlinkmessage.h 32 typename = std::enable_if_t<std::is_pod<T>::value>>
  /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/tensorflow/tensorflow/core/framework/
variant_tensor_data.h 48 template <typename T, bool = std::is_pod<typename std::decay<T>::type>::value>
87 void SetMetadata(const string& value, PODResolver<T, false /* is_pod */>) {
92 bool GetMetadata(string* value, PODResolver<T, false /* is_pod */>) const {
98 void SetMetadata(const T& value, PODResolver<T, true /* is_pod */>) {
103 bool GetMetadata(T* value, PODResolver<T, true /* is_pod */>) const {
  /external/libchrome/base/trace_event/
category_registry.cc 26 static_assert(std::is_pod<TraceCategory>::value, "TraceCategory must be POD");
  /system/netd/libnetdutils/include/netdutils/
Slice.h 72 static_assert(std::is_pod<T>::value, "value must be a POD type");
  /device/google/cuttlefish_common/common/vsoc/lib/
socket_forward_region_view.h 96 static_assert(std::is_pod<Packet>{}, "");

Completed in 4419 milliseconds

1 2