Home
last modified time | relevance | path

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

/third_party/boost/libs/log/example/doc/
Dutil_dynamic_type_disp.cpp25 struct my_value : struct
30 explicit my_value(T const& value) : m_value(value) {} in my_value() function
33 bool dispatch(logging::type_dispatcher& dispatcher) const in dispatch()
Dutil_static_type_disp.cpp27 struct my_value : struct
32 explicit my_value(T const& value) : m_value(value) {} in my_value() argument
35 bool dispatch(logging::type_dispatcher& dispatcher) const in dispatch()
/third_party/boost/libs/log/test/run/
Dutil_dynamic_type_disp.cpp29 struct my_value struct
31 T m_Value;
33 explicit my_value(T const& value) : m_Value(value) {} in my_value() argument
36 bool dispatch(logging::type_dispatcher& dispatcher) in dispatch()
Dutil_static_type_disp.cpp30 struct my_value struct
32 T m_Value;
34 explicit my_value(T const& value) : m_Value(value) {} in my_value() argument
37 bool dispatch(logging::type_dispatcher& dispatcher) in dispatch()
/third_party/boost/libs/math/example/
Dpolicy_ref_snip1.cpp32 double my_value = 0.; // variable
/third_party/flutter/skia/third_party/externals/piex/src/tiff_directory/
Dtiff_directory.cc85 std::vector<std::uint32_t> my_value(directory_entry->count); in Get() local
124 std::vector<Rational> my_value(directory_entry->count); in Get() local
179 std::vector<SRational> my_value(directory_entry->count); in Get() local
/third_party/skia/third_party/externals/piex/src/tiff_directory/
Dtiff_directory.cc85 std::vector<std::uint32_t> my_value(directory_entry->count); in Get() local
124 std::vector<Rational> my_value(directory_entry->count); in Get() local
179 std::vector<SRational> my_value(directory_entry->count); in Get() local
/third_party/boost/libs/core/test/
Deif_constructors.cpp22 bool my_value; member
/third_party/boost/boost/process/detail/traits/
Ddecl.hpp65 …constexpr static bool my_value = is_initializer<First>::value || !std::is_void<typename initialize… member
/third_party/boost/boost/process/detail/
Dexecute_impl.hpp60 constexpr static bool my_value = is_wchar_t<res_type>::value; member
/third_party/selinux/libsepol/tests/
Dtest-common.c155 unsigned int my_primary, my_flavor, my_value; in test_alias_datum() local