Home
last modified time | relevance | path

Searched refs:attribute_values (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/log/test/common/
Dtest_sink.hpp31 typedef boost::log::attribute_value_set attribute_values; typedef
34 typedef attribute_values::key_type key_type;
66 bool will_consume(attribute_values const& attributes) in will_consume()
74 attribute_values::const_iterator in consume()
75 it = record.attribute_values().begin(), in consume()
76 end = record.attribute_values().end(); in consume()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c784 void const *const *attribute_values) in vlVdpVideoMixerSetAttributeValues() argument
793 if (!(attributes && attribute_values)) in vlVdpVideoMixerSetAttributeValues()
804 background_color = attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
812 vdp_csc = attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
828 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
839 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
854 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
870 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
881 if (*(uint8_t*)attribute_values[i] > 1) { in vlVdpVideoMixerSetAttributeValues()
885 vmixer->skip_chroma_deint = *(uint8_t*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
[all …]
/third_party/glib/glib/tests/
Dmarkup-subparser.c24 const gchar **attribute_values, in subparser_start_element() argument
108 const char **attribute_values, in replay_parser_start() argument
118 attribute_names, attribute_values, in replay_parser_start()
185 const char **attribute_values,
206 const gchar **attribute_values, in start_element() argument
225 attribute_names, attribute_values, in start_element()
Dmarkup-collect.c20 const char **attribute_values, in start() argument
29 attribute_values, error, __VA_ARGS__, \ in start()
183 const gchar **attribute_values, in start_element() argument
190 attribute_values, in start_element()
Dmarkup-parse.c27 const gchar **attribute_values, in start_element_handler() argument
43 attribute_values[i]); in start_element_handler()
Dmarkup.c34 const gchar **attribute_values, in start() argument
/third_party/glib/glib/
Dgbookmarkfile.c737 const gchar **attribute_values, in parse_bookmark_element() argument
753 uri = attribute_values[i]; in parse_bookmark_element()
755 added = attribute_values[i]; in parse_bookmark_element()
757 modified = attribute_values[i]; in parse_bookmark_element()
759 visited = attribute_values[i]; in parse_bookmark_element()
827 const gchar **attribute_values, in parse_application_element() argument
843 name = attribute_values[i]; in parse_application_element()
845 exec = attribute_values[i]; in parse_application_element()
847 count = attribute_values[i]; in parse_application_element()
849 stamp = attribute_values[i]; in parse_application_element()
[all …]
Dgmarkup.h149 const gchar **attribute_values,
253 const gchar **attribute_values,
/third_party/boost/boost/log/core/
Drecord.hpp102 attribute_value_set& attribute_values() BOOST_NOEXCEPT in attribute_values() function in boost::record
112 attribute_value_set const& attribute_values() const BOOST_NOEXCEPT in attribute_values() function in boost::record
Drecord_view.hpp160 attribute_value_set const& attribute_values() const BOOST_NOEXCEPT in attribute_values() function in boost::record_view
/third_party/boost/libs/log/example/doc/
Dextension_stat_collector.cpp93 if (rec.attribute_values().count("Connected")) in consume()
95 else if (rec.attribute_values().count("Disconnected")) in consume()
Dextension_stat_collector_settings.cpp102 if (rec.attribute_values().count("Connected")) in consume()
104 else if (rec.attribute_values().count("Disconnected")) in consume()
Dcore_record.cpp82 logging::attribute_value_set const& values = rec.attribute_values(); in print_severity_lookup()
Dsources_net_connection.cpp54 rec.attribute_values().insert("Message", in on_connected()
/third_party/boost/boost/log/utility/
Drecord_ordering.hpp82 …ator() (static_cast< const void* >(&left.attribute_values()), static_cast< const void* >(&right.at… in operator ()()
/third_party/boost/boost/log/sinks/
Dattribute_mapping.hpp147 m_Invoker(m_Name, rec.attribute_values(), vis); in operator ()()
261 m_Invoker(m_Name, rec.attribute_values(), vis); in operator ()()
/third_party/boost/boost/log/attributes/
Dvalue_visitation.hpp209 return operator() (name, rec.attribute_values(), visitor); in operator ()()
225 return operator() (name, rec.attribute_values(), visitor); in operator ()()
/third_party/gettext/gnulib-local/lib/
Dmarkup.h115 const char **attribute_values,
/third_party/boost/boost/log/expressions/predicates/
Dhas_attr.hpp125 return operator()(rec.attribute_values()); in operator ()()
/third_party/glib/gio/
Dgdbusintrospection.c1250 const gchar **attribute_values, in parser_start_element() argument
1284 attribute_values, in parser_start_element()
1323 attribute_values, in parser_start_element()
1354 attribute_values, in parser_start_element()
1386 attribute_values, in parser_start_element()
1417 attribute_values, in parser_start_element()
1468 attribute_values, in parser_start_element()
1555 attribute_values, in parser_start_element()
/third_party/boost/libs/log/test/run/
Dattr_sets_insertion_lookup.cpp95 BOOST_AUTO_TEST_CASE(attribute_values) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/boost/log/utility/manipulators/
Dadd_value.hpp100 strm.get_record().attribute_values().insert(manip.get_name(), value); in operator <<()
/third_party/boost/libs/log/example/settings_file_custom_factories/
Dmain.cpp117 rec.attribute_values(), in operator ()()
/third_party/boost/libs/log/src/
Drecord_ostream.cpp47 m_record->attribute_values().insert(expressions::tag::message::get_name(), value); in init_stream()
Ddefault_sink.cpp211 …m_message_visitor(m_message_name, rec.attribute_values(), message_printer(m_severity_extractor(m_s… in consume()

12