/third_party/boost/libs/log/test/common/ |
D | test_sink.hpp | 31 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/ |
D | mixer.c | 784 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/ |
D | markup-subparser.c | 24 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()
|
D | markup-collect.c | 20 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()
|
D | markup-parse.c | 27 const gchar **attribute_values, in start_element_handler() argument 43 attribute_values[i]); in start_element_handler()
|
D | markup.c | 34 const gchar **attribute_values, in start() argument
|
/third_party/glib/glib/ |
D | gbookmarkfile.c | 737 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 …]
|
D | gmarkup.h | 149 const gchar **attribute_values, 253 const gchar **attribute_values,
|
/third_party/boost/boost/log/core/ |
D | record.hpp | 102 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
|
D | record_view.hpp | 160 attribute_value_set const& attribute_values() const BOOST_NOEXCEPT in attribute_values() function in boost::record_view
|
/third_party/boost/libs/log/example/doc/ |
D | extension_stat_collector.cpp | 93 if (rec.attribute_values().count("Connected")) in consume() 95 else if (rec.attribute_values().count("Disconnected")) in consume()
|
D | extension_stat_collector_settings.cpp | 102 if (rec.attribute_values().count("Connected")) in consume() 104 else if (rec.attribute_values().count("Disconnected")) in consume()
|
D | core_record.cpp | 82 logging::attribute_value_set const& values = rec.attribute_values(); in print_severity_lookup()
|
D | sources_net_connection.cpp | 54 rec.attribute_values().insert("Message", in on_connected()
|
/third_party/boost/boost/log/utility/ |
D | record_ordering.hpp | 82 …ator() (static_cast< const void* >(&left.attribute_values()), static_cast< const void* >(&right.at… in operator ()()
|
/third_party/boost/boost/log/sinks/ |
D | attribute_mapping.hpp | 147 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/ |
D | value_visitation.hpp | 209 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/ |
D | markup.h | 115 const char **attribute_values,
|
/third_party/boost/boost/log/expressions/predicates/ |
D | has_attr.hpp | 125 return operator()(rec.attribute_values()); in operator ()()
|
/third_party/glib/gio/ |
D | gdbusintrospection.c | 1250 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/ |
D | attr_sets_insertion_lookup.cpp | 95 BOOST_AUTO_TEST_CASE(attribute_values) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/boost/boost/log/utility/manipulators/ |
D | add_value.hpp | 100 strm.get_record().attribute_values().insert(manip.get_name(), value); in operator <<()
|
/third_party/boost/libs/log/example/settings_file_custom_factories/ |
D | main.cpp | 117 rec.attribute_values(), in operator ()()
|
/third_party/boost/libs/log/src/ |
D | record_ostream.cpp | 47 m_record->attribute_values().insert(expressions::tag::message::get_name(), value); in init_stream()
|
D | default_sink.cpp | 211 …m_message_visitor(m_message_name, rec.attribute_values(), message_printer(m_severity_extractor(m_s… in consume()
|