Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dany.hpp1010 struct hash_binary_filter : serialization::binary_filter struct
1012 explicit hash_binary_filter(std::size_t seed = 0) in hash_binary_filter() function
1017 void set_max_length(std::size_t size) in set_max_length()
1019 void save(void const* src, std::size_t src_count) in save()
1024 bool flush(void* dst, std::size_t dst_count, in flush()
1032 std::size_t init_data(char const* buffer, in init_data()
1037 void load(void* dst, std::size_t dst_count) in load()
1040 template <class T> void serialize(T&, unsigned){} in serialize()
1043 std::size_t hash;