Searched defs:my_value (Results 1 – 11 of 11) sorted by relevance
25 struct my_value : struct30 explicit my_value(T const& value) : m_value(value) {} in my_value() function33 bool dispatch(logging::type_dispatcher& dispatcher) const in dispatch()
27 struct my_value : struct32 explicit my_value(T const& value) : m_value(value) {} in my_value() argument35 bool dispatch(logging::type_dispatcher& dispatcher) const in dispatch()
29 struct my_value struct31 T m_Value;33 explicit my_value(T const& value) : m_Value(value) {} in my_value() argument36 bool dispatch(logging::type_dispatcher& dispatcher) in dispatch()
30 struct my_value struct32 T m_Value;34 explicit my_value(T const& value) : m_Value(value) {} in my_value() argument37 bool dispatch(logging::type_dispatcher& dispatcher) in dispatch()
32 double my_value = 0.; // variable
85 std::vector<std::uint32_t> my_value(directory_entry->count); in Get() local124 std::vector<Rational> my_value(directory_entry->count); in Get() local179 std::vector<SRational> my_value(directory_entry->count); in Get() local
22 bool my_value; member
65 …constexpr static bool my_value = is_initializer<First>::value || !std::is_void<typename initialize… member
60 constexpr static bool my_value = is_wchar_t<res_type>::value; member
155 unsigned int my_primary, my_flavor, my_value; in test_alias_datum() local