Searched refs:value_base (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | feature.hpp | 35 using value_base = mapbox::util::variant<null_value_t, bool, uint64_t, int64_t, double, std::string, typedef 39 struct value : value_base 41 using value_base::value_base;
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-btree-internal.h | 113 static inline void *value_base(struct btree_node *n) in value_base() function 121 return value_base(n) + (value_size * index); in value_ptr() 129 __le64 *values_le = value_base(n); in value64()
|
| H A D | dm-btree.c | 104 array_insert(value_base(node), value_size, nr_entries, index, value); in insert_at()
|