Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dvalues.hpp87 struct value_base struct
92 typedef iterator const_iterator;
93 typedef value_node::tag_type tag_type;
95 {
100 explicit value_base(value_node* base) : value_(base) in value_base() argument
105 ~value_base() {} in ~value_base()
107 void swap(value_base& x) { std::swap(value_, x.value_); } in swap()
110 bool check() const { return value_->check(); } in check()
111 bool empty() const { return value_->empty(); } in empty()
112 bool is_encoded() const { return value_->is_encoded(); } in is_encoded()
[all …]
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp747 template <typename ValueType> struct value_base struct
749 typedef ValueType value_type;
752 boost::alignment_of<value_type>::value>::type data_;
754 value_base() : data_() {} in value_base() argument
778 boost::unordered::detail::value_base<T> value_;