/third_party/boost/libs/log/src/ |
D | default_attribute_names.cpp | 45 const attribute_name severity; 46 const attribute_name channel; 47 const attribute_name message; 48 const attribute_name line_id; 49 const attribute_name timestamp; 50 const attribute_name process_id; 51 const attribute_name thread_id; 79 BOOST_LOG_API attribute_name severity() 84 BOOST_LOG_API attribute_name channel() in channel() 89 BOOST_LOG_API attribute_name message() in message() [all …]
|
D | attribute_name.cpp | 42 class attribute_name::repository : 64 typedef attribute_name::id_type id_type; 65 typedef attribute_name::string_type string_type; 161 if (new_id >= static_cast< id_type >(attribute_name::uninitialized)) in get_id_from_string() 186 BOOST_LOG_API attribute_name::id_type 187 attribute_name::get_id_from_string(const char* name) in get_id_from_string() 192 BOOST_LOG_API attribute_name::string_type const& 193 attribute_name::get_string_from_id(id_type id) in get_string_from_id() 201 attribute_name const& name) in operator <<() 215 attribute_name const& name); [all …]
|
/third_party/boost/boost/log/utility/setup/ |
D | filter_parser.hpp | 69 virtual filter on_exists_test(attribute_name const& name) in on_exists_test() 77 virtual filter on_equality_relation(attribute_name const& name, string_type const& arg) in on_equality_relation() 85 virtual filter on_inequality_relation(attribute_name const& name, string_type const& arg) in on_inequality_relation() 93 virtual filter on_less_relation(attribute_name const& name, string_type const& arg) in on_less_relation() 101 virtual filter on_greater_relation(attribute_name const& name, string_type const& arg) in on_greater_relation() 109 virtual filter on_less_or_equal_relation(attribute_name const& name, string_type const& arg) in on_less_or_equal_relation() 117 virtual filter on_greater_or_equal_relation(attribute_name const& name, string_type const& arg) in on_greater_or_equal_relation() 126 …virtual filter on_custom_relation(attribute_name const& name, string_type const& rel, string_type … in on_custom_relation() 158 virtual filter on_exists_test(attribute_name const& name) in on_exists_test() 166 virtual filter on_equality_relation(attribute_name const& name, string_type const& arg) in on_equality_relation() [all …]
|
D | formatter_parser.hpp | 76 virtual formatter_type create_formatter(attribute_name const& name, args_map const& args) = 0; 106 formatter_type create_formatter(attribute_name const& name, args_map const& args) in create_formatter() 125 attribute_name const& attr_name, shared_ptr< formatter_factory< CharT > > const& factory); 141 >::type register_formatter_factory(attribute_name const& attr_name, shared_ptr< FactoryT > const& f… in register_formatter_factory() 160 inline void register_simple_formatter_factory(attribute_name const& attr_name) in register_simple_formatter_factory()
|
/third_party/boost/libs/log/src/setup/ |
D | default_filter_factory.hpp | 39 …explicit predicate_wrapper(attribute_name const& name, PredicateT const& pred) : m_name(name), m_v… in predicate_wrapper() 52 attribute_name m_name; 73 filter on_equality_relation(attribute_name const& name, string_type const& arg) BOOST_OVERRIDE; 75 … filter on_inequality_relation(attribute_name const& name, string_type const& arg) BOOST_OVERRIDE; 77 filter on_less_relation(attribute_name const& name, string_type const& arg) BOOST_OVERRIDE; 79 filter on_greater_relation(attribute_name const& name, string_type const& arg) BOOST_OVERRIDE; 81 …filter on_less_or_equal_relation(attribute_name const& name, string_type const& arg) BOOST_OVERRID… 83 …filter on_greater_or_equal_relation(attribute_name const& name, string_type const& arg) BOOST_OVER… 86 …filter on_custom_relation(attribute_name const& name, string_type const& rel, string_type const& a… 91 static filter parse_argument(attribute_name const& name, string_type const& arg); [all …]
|
D | filter_parser.cpp | 69 result_type operator() (attribute_name const& left, attribute_name const& right) const 75 …typedef std::map< attribute_name, shared_ptr< filter_factory_type >, attribute_name_order > factor… 95 filter_factory_type& get_factory(attribute_name const& name) const 131 …typedef filter (filter_factory_type::*comparison_relation_handler_t)(attribute_name const&, string… 135 mutable attribute_name m_AttributeName; 369 m_AttributeName = attribute_name(log::aux::to_narrow(string_type(begin, end))); 408 m_AttributeName = attribute_name(); 479 BOOST_LOG_SETUP_API void register_filter_factory(attribute_name const& name, shared_ptr< filter_fac… 510 void register_filter_factory< char >(attribute_name const& name, shared_ptr< filter_factory< char >… 519 void register_filter_factory< wchar_t >(attribute_name const& name, shared_ptr< filter_factory< wch…
|
D | formatter_parser.cpp | 75 result_type operator() (attribute_name const& left, attribute_name const& right) const 82 …typedef std::map< attribute_name, shared_ptr< formatter_factory_type >, attribute_name_order > fac… 97 formatter_factory_type& get_factory(attribute_name const& name) const 195 attribute_name m_AttrName; 383 m_AttrName = attribute_name(log::aux::to_narrow(string_type(begin, end))); 405 m_AttrName = attribute_name(); 436 BOOST_LOG_SETUP_API void register_formatter_factory(attribute_name const& name, shared_ptr< formatt… 466 attribute_name const& attr_name, shared_ptr< formatter_factory< char > > const& factory); 474 attribute_name const& attr_name, shared_ptr< formatter_factory< wchar_t > > const& factory);
|
D | default_filter_factory.cpp | 226 filter default_filter_factory< CharT >::on_equality_relation(attribute_name const& name, string_typ… 233 filter default_filter_factory< CharT >::on_inequality_relation(attribute_name const& name, string_t… in on_inequality_relation() 240 filter default_filter_factory< CharT >::on_less_relation(attribute_name const& name, string_type co… in on_less_relation() 247 filter default_filter_factory< CharT >::on_greater_relation(attribute_name const& name, string_type… in on_greater_relation() 254 filter default_filter_factory< CharT >::on_less_or_equal_relation(attribute_name const& name, strin… in on_less_or_equal_relation() 261 filter default_filter_factory< CharT >::on_greater_or_equal_relation(attribute_name const& name, st… in on_greater_or_equal_relation() 268 filter default_filter_factory< CharT >::on_custom_relation(attribute_name const& name, string_type … in on_custom_relation() 299 filter default_filter_factory< CharT >::parse_argument(attribute_name const& name, string_type cons… in parse_argument()
|
/third_party/boost/boost/log/detail/ |
D | default_attribute_names.hpp | 35 BOOST_LOG_API attribute_name severity(); 36 BOOST_LOG_API attribute_name channel(); 37 BOOST_LOG_API attribute_name message(); 38 BOOST_LOG_API attribute_name line_id(); 39 BOOST_LOG_API attribute_name timestamp(); 40 BOOST_LOG_API attribute_name process_id(); 41 BOOST_LOG_API attribute_name thread_id();
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_pool_parser.cc | 37 const auto &attribute_name = onnx_node_attr.name(); in Parse() local 38 if (attribute_name == "kernel_shape") { in Parse() 45 if (attribute_name == "strides") { in Parse() 51 if (attribute_name == "auto_pad") { in Parse() 59 if (attribute_name == "pads") { in Parse() 67 if (attribute_name == "ceil_mode") { in Parse() 74 if (attribute_name == "dilations") { in Parse() 110 const auto &attribute_name = onnx_node_attr.name(); in Parse() local 111 if (attribute_name == "kernel_shape") { in Parse() 118 if (attribute_name == "strides") { in Parse() [all …]
|
D | onnx_resize_parser.cc | 35 const auto &attribute_name = onnx_node_attr.name(); in Parse() local 36 if (attribute_name == "coordinate_transformation_mode") { in Parse() 45 MS_LOG(ERROR) << "Unsupported coordinate transform mode: " << attribute_name; in Parse() 48 } else if (attribute_name == "cubic_coeff_a") { in Parse() 50 } else if (attribute_name == "exclude_outside") { in Parse() 52 } else if (attribute_name == "extrapolation_value") { in Parse() 54 } else if (attribute_name == "mode") { in Parse() 61 } else if (attribute_name == "nearest_mode") { in Parse()
|
D | onnx_matmul_parser.cc | 30 const auto &attribute_name = onnx_node_attr.name(); in Parse() local 31 if (attribute_name == "transA") { in Parse() 33 } else if (attribute_name == "transB") { in Parse() 35 } else if (attribute_name == "alpha") { in Parse() 37 } else if (attribute_name == "beta") { in Parse()
|
D | onnx_lrn_parser.cc | 30 const auto &attribute_name = onnx_node_attr.name(); in Parse() local 31 if (attribute_name == "alpha") { in Parse() 33 } else if (attribute_name == "beta") { in Parse() 35 } else if (attribute_name == "bias") { in Parse() 37 } else if (attribute_name == "size") { in Parse()
|
D | onnx_splice_parser.cc | 34 const std::string &attribute_name = onnx_node_attr.name(); in Parse() local 35 if (attribute_name == "context") { in Parse() 41 } else if (attribute_name == "forward_indexes") { in Parse() 47 } else if (attribute_name == "output_dim") { in Parse() 50 MS_LOG(ERROR) << "unsupported attribute in splice " << attribute_name; in Parse()
|
D | onnx_pad_parser.cc | 30 const auto &attribute_name = onnx_node_attr.name(); in Parse() local 31 if (attribute_name == "pads") { in Parse() 41 } else if (attribute_name == "mode") { in Parse() 54 } else if (attribute_name == "value") { in Parse()
|
D | onnx_slice_parser.cc | 40 const auto &attribute_name = onnx_node_attr.name(); in Parse() local 41 if (attribute_name == "starts") { in Parse() 47 } else if (attribute_name == "axes") { in Parse() 53 } else if (attribute_name == "ends") { in Parse() 59 } else if (attribute_name == "steps") { in Parse()
|
/third_party/boost/boost/log/attributes/ |
D | attribute_name.hpp | 44 class attribute_name class 70 BOOST_CONSTEXPR attribute_name() BOOST_NOEXCEPT : m_id(uninitialized) in attribute_name() function in boost::attribute_name 79 attribute_name(const char* name) : in attribute_name() function in boost::attribute_name 88 attribute_name(string_type const& name) : in attribute_name() function in boost::attribute_name 99 bool operator== (attribute_name const& that) const BOOST_NOEXCEPT { return m_id == that.m_id; } in operator ==() 106 bool operator!= (attribute_name const& that) const BOOST_NOEXCEPT { return m_id != that.m_id; } in operator !=() 177 attribute_name const& name);
|
D | value_extraction.hpp | 228 result_type operator() (attribute_name const& name, attribute_value_set const& attrs) const in operator ()() 255 result_type operator() (attribute_name const& name, record const& rec) const in operator ()() 269 result_type operator() (attribute_name const& name, record_view const& rec) const in operator ()() 300 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, attribute_v… in extract() 315 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, record cons… in extract() 330 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, record_view… in extract() 360 inline typename result_of::extract_or_throw< T, TagT >::type extract_or_throw(attribute_name const&… in extract_or_throw() 376 inline typename result_of::extract_or_throw< T, TagT >::type extract_or_throw(attribute_name const&… in extract_or_throw() 392 inline typename result_of::extract_or_throw< T, TagT >::type extract_or_throw(attribute_name const&… in extract_or_throw() 427 extract_or_default(attribute_name const& name, attribute_value_set const& attrs, DefaultT const& de… in extract_or_default() [all …]
|
D | value_visitation.hpp | 178 …result_type operator() (attribute_name const& name, attribute_value_set const& attrs, VisitorT vis… in operator ()() 207 result_type operator() (attribute_name const& name, record const& rec, VisitorT visitor) const in operator ()() 223 …result_type operator() (attribute_name const& name, record_view const& rec, VisitorT visitor) const in operator ()() 248 visit(attribute_name const& name, attribute_value_set const& attrs, VisitorT visitor) in visit() 265 visit(attribute_name const& name, record const& rec, VisitorT visitor) in visit() 282 visit(attribute_name const& name, record_view const& rec, VisitorT visitor) in visit()
|
/third_party/boost/boost/log/expressions/predicates/ |
D | has_attr.hpp | 53 const attribute_name m_name; 63 explicit has_attribute(attribute_name const& name) : m_name(name) in has_attribute() 94 const attribute_name m_name; 102 explicit has_attribute(attribute_name const& name) : m_name(name) in has_attribute() 134 …:unary_function_terminal< has_attribute< AttributeValueT > > > has_attr(attribute_name const& name) in has_attr() 145 …actor< aux::unary_function_terminal< has_attribute< void > > > has_attr(attribute_name const& name) in has_attr()
|
D | channel_severity_filter.hpp | 134 attribute_name m_channel_name; 136 attribute_name m_severity_name; 154 attribute_name const& channel_name, in channel_severity_filter_terminal() 155 attribute_name const& severity_name, in channel_severity_filter_terminal() 311 channel_severity_filter(attribute_name const& channel_name, attribute_name const& severity_name) in channel_severity_filter() 322 …ribute_keyword< ChannelDescriptorT, ActorT > const& channel_keyword, attribute_name const& severit… in channel_severity_filter() 333 channel_severity_filter(attribute_name const& channel_name, attribute_keyword< SeverityDescriptorT,… in channel_severity_filter() 355 … ChannelFallbackT, ChannelTagT, ActorT > const& channel_placeholder, attribute_name const& severit… in channel_severity_filter() 366 channel_severity_filter(attribute_name const& channel_name, attribute_actor< SeverityT, SeverityFal… in channel_severity_filter() 389 channel_severity_filter(attribute_name const& channel_name, attribute_name const& severity_name, Se… in channel_severity_filter() [all …]
|
/third_party/boost/boost/log/expressions/ |
D | attr.hpp | 84 …typedef typename boost::result_of< cv_value_extractor_type(attribute_name const&, typename fusion:… 89 const attribute_name m_name; 97 explicit attribute_terminal(attribute_name const& name) : m_name(name) in attribute_terminal() 105 …attribute_terminal(attribute_name const& name, U const& arg) : m_name(name), m_value_extractor(arg) in attribute_terminal() 112 attribute_name get_name() const in get_name() 177 attribute_name get_name() const in get_name() 228 BOOST_FORCEINLINE attribute_actor< AttributeValueT > attr(attribute_name const& name) in attr() 241 BOOST_FORCEINLINE attribute_actor< AttributeValueT, fallback_to_none, TagT > attr(attribute_name co… in attr()
|
/third_party/gn/src/gn/ |
D | xml_element_writer.h | 46 const std::string& attribute_name, 63 const std::string& attribute_name, 95 const std::string& attribute_name, in XmlElementWriter() argument 104 out << ' ' << attribute_name << "=\""; in XmlElementWriter() 112 const std::string& attribute_name, in SubElement() argument 116 out_, tag, attribute_name, attribute_value_writer, indent_ + 2); in SubElement()
|
/third_party/boost/boost/log/utility/manipulators/ |
D | add_value.hpp | 80 attribute_name m_name; 84 …add_value_manip(attribute_name const& name, reference_type value) : m_value(static_cast< lvalue_re… in add_value_manip() 89 attribute_name get_name() const { return m_name; } in get_name() 108 inline add_value_manip< T&& > add_value(attribute_name const& name, T&& value) in add_value() 141 inline add_value_manip< T const& > add_value(attribute_name const& name, T const& value) in add_value()
|
/third_party/boost/boost/log/ |
D | exceptions.hpp | 59 BOOST_LOG_API void attach_attribute_name_info(exception& e, attribute_name const& name); 170 …URN void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name); 171 …d throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name); 199 …URN void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name); 200 …d throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name); 203 …N void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name, t… 204 …throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name, t… 261 …URN void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name); 262 …d throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name);
|