Home
last modified time | relevance | path

Searched refs:is_pod (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/
H A Dutils_data_stub.h49 template <class T> std::enable_if_t<std::is_pod<T>, void> WriteData(T data, std::vector<uint8_t> &cameraAbility);
50 template <class T> std::enable_if_t<std::is_pod<T>, void> ReadData(T &data, int32_t &index,
55 static std::enable_if_t<std::is_pod<T>, void> UtilsDataStub::WriteData(T data, std::vector<uint8_t> &cameraAbility) in WriteData()
65 static std::enable_if_t<std::is_pod<T>, void> UtilsDataStub::ReadData(T &data, int32_t &index, in ReadData()
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h209 static_assert(std::is_pod<ParseTableField>::value, "");
210 static_assert(std::is_pod<AuxiliaryParseTableField>::value, "");
211 static_assert(std::is_pod<AuxiliaryParseTableField::enum_aux>::value, "");
212 static_assert(std::is_pod<AuxiliaryParseTableField::message_aux>::value, "");
213 static_assert(std::is_pod<AuxiliaryParseTableField::string_aux>::value, "");
214 static_assert(std::is_pod<ParseTable>::value, "");
H A Dgenerated_message_table_driven_lite.h93 static_assert(std::is_pod<Type>::value || in AddField()
111 static_assert(std::is_pod<Type>::value, in AddField()
133 static_assert(std::is_pod<Type>::value, in SetField()
H A Darena.h337 static_assert(std::is_pod<T>::value, in CreateArray()
H A Drepeated_field.h442 template <int = 0, bool = std::is_pod<Element>::value>
509 std::is_pod<Element>::value>
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dconstant.h48 inline static constexpr bool is_pod = (std::is_standard_layout_v<T> && std::is_trivial_v<T>); member in OHOS::DistributedData::Constant
51 API_EXPORT inline static std::enable_if_t<is_pod<T> && is_pod<S>, bool> Copy(T *tag, const S *src) in Copy()
/third_party/skia/src/gpu/
H A DBufferWriter.h86 static_assert(std::is_pod<T>::value, ""); in writeArray()
191 static_assert(std::is_pod<T>::value, ""); in operator <<()
199 static_assert(std::is_pod<T>::value, ""); in operator <<()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparcel.h68 static_assert(std::is_pod<T>::value, "type T is not pod"); in WriteVector()
105 static_assert(std::is_pod<T>::value, "type T is not pod"); in ReadVector()
/third_party/node/deps/v8/src/base/
H A Dvector.h122 STATIC_ASSERT(std::is_pod<S>::value); in cast()
123 STATIC_ASSERT(std::is_pod<T>::value); in cast()
/third_party/json/tests/src/
H A Dunit-udt.cpp540 !(std::is_pod<U>::value && std::is_class<U>::value), int >::type = 0 >
550 std::is_pod<U>::value && std::is_class<U>::value, int >::type = 0 >
576 !(std::is_pod<U>::value && std::is_class<U>::value), int >::type = 0 >
585 std::is_pod<U>::value && std::is_class<U>::value, int >::type = 0 >
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSchedule.cpp22 static_assert(std::is_pod<MCSchedModel>::value,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformatted_string_builder.h221 std::is_pod<FormattedStringBuilder::Field>::value,
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc213 static_assert(std::is_pod<T>::value, "");
/third_party/skia/include/private/
H A DSkNx.h285 static_assert(std::is_pod<T >::value && in FromBits()
286 std::is_pod<Bits>::value && in FromBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2173 static_assert(std::is_pod<T>::value,
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp3474 struct is_pod
[all...]

Completed in 45 milliseconds