Home
last modified time | relevance | path

Searched defs:CountBufferSize (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/unittest/mock/
H A Dtlv_util_mock.cpp21 template <> size_t CountBufferSize(const std::nullptr_t &input, TLVObject &data) in CountBufferSize() function
36 template <> size_t CountBufferSize(const std::monostate &input, TLVObject &data) in CountBufferSize() function
51 template <> size_t CountBufferSize(const std::string &input, TLVObject &data) in CountBufferSize() function
66 template <> size_t CountBufferSize(const std::vector<uint8_t> &input, TLVObject &data) in CountBufferSize() function
81 template <> size_t CountBufferSize(const UDType &input, TLVObject &data) in CountBufferSize() function
96 template <> size_t CountBufferSize(const DataStatus &input, TLVObject &data) in CountBufferSize() function
111 template <> size_t CountBufferSize(const Object &input, TLVObject &data) in CountBufferSize() function
125 template <> size_t CountBufferSize(const UnifiedKey &input, TLVObject &data) in CountBufferSize() function
139 template <> size_t CountBufferSize(const UnifiedData &input, TLVObject &data) in CountBufferSize() function
154 template <> size_t CountBufferSize(cons function
169 template <> size_t CountBufferSize(const Runtime &input, TLVObject &data) CountBufferSize() function
184 template <> size_t CountBufferSize(const Privilege &input, TLVObject &data) CountBufferSize() function
199 template <> size_t CountBufferSize(const std::shared_ptr<OHOS::Media::PixelMap> &input, TLVObject &data) CountBufferSize() function
214 template <> size_t CountBufferSize(const std::shared_ptr<OHOS::AAFwk::Want> &input, TLVObject &data) CountBufferSize() function
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.h139 template <typename T> size_t CountBufferSize(const T &input, TLVObject &data) CountBufferSize() function
155 template <typename T> size_t CountBufferSize(const std::shared_ptr<T> &input, TLVObject &data) CountBufferSize() function
180 template <typename T> size_t CountBufferSize(const std::vector<T> &input, TLVObject &data) CountBufferSize() function
230 template <typename T, typename R> size_t CountBufferSize(const std::map<T, R> &input, TLVObject &data) CountBufferSize() function
309 template <typename... _Types> size_t CountBufferSize(const std::variant<_Types...> &input, TLVObject &data) CountBufferSize() function
[all...]
H A 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(cons function
278 template <> size_t CountBufferSize(const UnifiedRecord &input, TLVObject &data) CountBufferSize() function
346 template <> size_t CountBufferSize(const Runtime &input, TLVObject &data) CountBufferSize() function
466 template <> size_t CountBufferSize(const Privilege &input, TLVObject &data) CountBufferSize() function
520 template <> size_t CountBufferSize(const std::shared_ptr<OHOS::Media::PixelMap> &input, TLVObject &data) CountBufferSize() function
556 template <> size_t CountBufferSize(const std::shared_ptr<OHOS::AAFwk::Want> &input, TLVObject &data) CountBufferSize() function
[all...]

Completed in 3 milliseconds