Home
last modified time | relevance | path

Searched defs:CountBufferSize (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
Dtlv_util.cpp25 template <> size_t CountBufferSize(const std::nullptr_t &input, TLVObject &data) in CountBufferSize() function
41 template <> size_t CountBufferSize(const std::monostate &input, TLVObject &data) in CountBufferSize() function
57 template <> size_t CountBufferSize(const std::string &input, TLVObject &data) in CountBufferSize() function
73 template <> size_t CountBufferSize(const std::vector<uint8_t> &input, TLVObject &data) in CountBufferSize() function
89 template <> size_t CountBufferSize(const UDType &input, TLVObject &data) in CountBufferSize() function
115 template <> size_t CountBufferSize(const DataStatus &input, TLVObject &data) in CountBufferSize() function
141 template <> size_t CountBufferSize(const Object &input, TLVObject &data) in CountBufferSize() function
171 template <> size_t CountBufferSize(const UnifiedKey &input, TLVObject &data) in CountBufferSize() function
232 template <> size_t CountBufferSize(const UnifiedData &input, TLVObject &data) in CountBufferSize() function
278 template <> size_t CountBufferSize(const UnifiedRecord &input, TLVObject &data) in CountBufferSize() function
[all …]
Dtlv_util.h139 template <typename T> size_t CountBufferSize(const T &input, TLVObject &data) in CountBufferSize() function
155 template <typename T> size_t CountBufferSize(const std::shared_ptr<T> &input, TLVObject &data) in CountBufferSize() function
180 template <typename T> size_t CountBufferSize(const std::vector<T> &input, TLVObject &data) in CountBufferSize() function
230 template <typename T, typename R> size_t CountBufferSize(const std::map<T, R> &input, TLVObject &da… in CountBufferSize() function
309 template <typename... _Types> size_t CountBufferSize(const std::variant<_Types...> &input, TLVObjec… in CountBufferSize() function