/third_party/boost/boost/log/expressions/predicates/ |
D | channel_severity_filter.hpp | 326 …typename result_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_name) … in channel_severity_filter() 337 …typename result_type::base_type act = {{ terminal_type(channel_name, severity_keyword.get_name()) … in channel_severity_filter() 348 …lt_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_keyword.get_name())… in channel_severity_filter() 359 …typename result_type::base_type act = {{ terminal_type(channel_placeholder.get_name(), severity_na… in channel_severity_filter() 370 …pe::base_type act = {{ terminal_type(channel_name, severity_placeholder.get_name(), fallback_to_no… in channel_severity_filter() 381 …e::base_type act = {{ terminal_type(channel_placeholder.get_name(), severity_placeholder.get_name(… in channel_severity_filter() 404 …typename result_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_name, … in channel_severity_filter() 415 …typename result_type::base_type act = {{ terminal_type(channel_name, severity_keyword.get_name(), … in channel_severity_filter() 426 …lt_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_keyword.get_name(),… in channel_severity_filter() 437 …typename result_type::base_type act = {{ terminal_type(channel_placeholder.get_name(), severity_na… in channel_severity_filter() [all …]
|
/third_party/boost/boost/log/utility/manipulators/ |
D | add_value.hpp | 89 attribute_name get_name() const { return m_name; } in get_name() function in boost::add_value_manip 100 strm.get_record().attribute_values().insert(manip.get_name(), value); in operator <<() 119 …return add_value_manip< value_type&& >(DescriptorT::get_name(), static_cast< value_type&& >(value)… in add_value() 127 return add_value_manip< typename DescriptorT::value_type& >(DescriptorT::get_name(), value); in add_value() 135 … return add_value_manip< typename DescriptorT::value_type const& >(DescriptorT::get_name(), value); in add_value() 150 … return add_value_manip< typename DescriptorT::value_type const& >(DescriptorT::get_name(), value); in add_value()
|
/third_party/boost/boost/dll/detail/demangling/ |
D | msvc.hpp | 32 return {get_name<Args>()...}; in get_func_params() 37 return get_name<Return>(); in get_return_type() 64 std::string get_name() const in get_name() function in boost::dll::detail::mangled_storage_impl 66 auto nm = mangled_storage_base::get_name<T>(); in get_name() 178 return type_rule<Arg>(ms.get_name<Arg>()); in arg_list() 186 … return type_rule<First>(ms.get_name<First>()) >> x3::char_(',') >> arg_list(ms, next_type()); in arg_list() 205 auto type_name = get_name<T>(); in get_variable() 237 std::string return_type_name = get_name<return_type>(); in get_function() 275 auto return_type_name = get_name<return_type>(); in get_mem_fn() 278 auto cname = get_name<Class>(); in get_mem_fn() [all …]
|
D | itanium.hpp | 32 return {get_name<Args>()...}; in get_func_params() 37 return get_name<Return>(); in get_return_type() 229 return ms.get_name<T>(); in parse_type_helper() 269 std::string str = ms.get_name<Tn<T...>>(); in parse_type() 325 std::string cname = get_name<Class>(); in get_mem_fn() 413 auto class_name = get_name<Class>(); in get_destructor() 454 std::string id = "typeinfo for " + get_name<T>(); in get_type_info() 475 auto name = get_name<T>(); in get_related()
|
/third_party/boost/boost/log/expressions/ |
D | attr.hpp | 112 attribute_name get_name() const in get_name() function in boost::expressions::attribute_terminal 177 attribute_name get_name() const in get_name() function in boost::expressions::attribute_actor 179 return this->proto_expr_.child0.get_name(); in get_name() 197 typename or_none_result_type::base_type act = {{ result_terminal(get_name()) }}; in or_none() 208 typename or_throw_result_type::base_type act = {{ result_terminal(get_name()) }}; in or_throw() 218 typename or_default_result_type::base_type act = {{ result_terminal(get_name(), def_val) }}; in or_default()
|
D | keyword.hpp | 63 static attribute_name get_name() { return descriptor_type::get_name(); } in get_name() function 77 typename or_none_result_type::base_type act = {{ result_terminal(get_name()) }}; in or_none() 93 typename or_throw_result_type::base_type act = {{ result_terminal(get_name()) }}; in or_throw() 113 typename or_default_result_type::base_type act = {{ result_terminal(get_name(), def_val) }}; in or_default() 196 … static ::boost::log::attribute_name get_name() { return ::boost::log::attribute_name(name_); }\
|
D | message.hpp | 56 static attribute_name get_name() { return boost::log::aux::default_attribute_names::message(); } in get_name() function 70 static attribute_name get_name() { return boost::log::aux::default_attribute_names::message(); } in get_name() function 85 static attribute_name get_name() { return boost::log::aux::default_attribute_names::message(); } in get_name() function
|
/third_party/boost/boost/log/expressions/formatters/ |
D | date_time.hpp | 106 attribute_name get_name() const in get_name() function in boost::expressions::format_date_time_terminal 179 attribute_name get_name() const in get_name() function in boost::expressions::format_date_time_actor 181 return this->proto_expr_.child0.get_name(); in get_name() 209 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_name(), right.get_formatt… 264 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), form… in format_date_time() 281 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), form… in format_date_time() 298 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_date_time() 315 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_date_time()
|
D | named_scope.hpp | 317 attribute_name get_name() const in get_name() function in boost::expressions::format_named_scope_terminal 390 attribute_name get_name() const in get_name() function in boost::expressions::format_named_scope_actor 392 return this->proto_expr_.child0.get_name(); in get_name() 420 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_name(), right.get_formatt… 532 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), elem… in format_named_scope() 552 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), elem… in format_named_scope() 572 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_named_scope() 592 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_named_scope()
|
/third_party/boost/libs/process/test/ |
D | environment.cpp | 42 BOOST_CHECK_EQUAL(x.get_name(), "Thingy"); 67 BOOST_CHECK(x.get_name() == L"Thingy"); 89 BOOST_CHECK_EQUAL(ni->get_name(), ei->get_name()); 107 BOOST_CHECK_EQUAL(ni->get_name() , ei->get_name()); 133 BOOST_CHECK_EQUAL(ni->get_name(), ei->get_name()); 224 env.emplace(ee.get_name(), ee.to_string());
|
/third_party/boost/libs/log/test/run/ |
D | src_record_ostream.cpp | 83 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in width_formatting() 98 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in width_formatting() 115 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in fill_formatting() 133 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in alignment() 148 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in alignment() 164 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in rvalue_stream() 182 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in output_unreferencable_data() 194 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in output_unreferencable_data() 213 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in formatting_params_restoring() 229 … string_type rec_message = logging::extract_or_throw< string_type >(expr::message.get_name(), rec); in formatting_params_restoring() [all …]
|
/third_party/grpc/src/ruby/stress/ |
D | metrics_server.rb | 19 def get_name method in Gauge 41 @gauges[gauge.get_name] = gauge 45 response = GaugeResponse.new(:name => gauge.get_name)
|
/third_party/cef/tools/ |
D | make_ctocpp_impl.py | 58 if clsname == func.parent.get_name(): 73 invalid.append(arg.get_name()) 121 arg_name = arg.get_type().get_name() 183 arg_name = arg.get_type().get_name() 368 arg_name = arg.get_type().get_name() 505 name = func.get_name() 518 impl = make_ctocpp_function_impl(cls.get_name(), 531 impl += make_ctocpp_function_impl(cls.get_name(), 542 clsname = cls.get_name() 545 if cur_cls.get_name() == clsname: [all …]
|
D | make_cpptoc_impl.py | 55 invalid.append(arg.get_name()) 93 arg_name = arg.get_type().get_name() 165 arg_name = arg.get_type().get_name() 328 if cls.get_name() == func.parent.get_name(): 330 result += func.parent.get_name() + 'CppToC::Get(self)->' 333 result += cls.get_name( 336 result += func.parent.get_name() + '::' 337 result += func.get_name() + '(' 349 arg_name = arg.get_type().get_name() 534 cur_clsname = cls.get_name() [all …]
|
D | cef_parser.py | 721 if cls.get_name() == classname: 731 result.append(cls.get_name()) 793 map[func.get_name() + '()'] = func.get_capi_name() + '()' 797 map[cls.get_name()] = cls.get_capi_name() 801 map[func.get_name() + '()'] = func.get_capi_name() + '()' 805 map[func.get_name() + '()'] = func.get_capi_name() + '()' 918 def get_name(self): member in obj_class 1120 "for the '"+argument.get_name()+ \ 1142 def get_name(self): member in obj_function 1153 return self.parent.get_name() + '::' + self.name [all …]
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_sort_tags.py | 14 def get_name(element): function 111 enums = sorted(genxml.findall('enum'), key=get_name) 121 structs = sorted(xml.findall('./struct'), key=get_name) 136 instructions = sorted(xml.findall('./instruction'), key=get_name) 140 registers = sorted(xml.findall('./register'), key=get_name)
|
/third_party/boost/tools/auto_index/src/ |
D | tiny_xml.cpp | 42 std::string get_name( char & c, std::istream & in ) in get_name() function 110 e->name += get_name(c, in); in parse() 127 e->name = get_name( c, in ); in parse() 134 a.name = get_name( c, in ); in parse() 194 std::string end_name( get_name( c, in ) ); in parse()
|
/third_party/boost/libs/functional/test/ |
D | function_test.cpp | 139 const std::string &get_name() const { return name; } in get_name() function in Person 272 boost::mem_fun(&Person::get_name)); in main() 277 boost::mem_fun(&Person::get_name)); in main() 282 boost::mem_fun(&Person::get_name)); in main() 288 boost::mem_fun_ref(&Person::get_name)); in main() 293 boost::mem_fun_ref(&Person::get_name)); in main()
|
/third_party/boost/libs/hana/test/concept/struct/ |
D | member_function.cpp | 22 std::string get_name() const { return "louis"; } in get_name() function 31 return foo.get_name(); in apply()
|
/third_party/boost/libs/hana/example/ |
D | accessors.cpp | 36 constexpr auto get_name = hana::second(accessors[hana::size_c<0>]); in main() local 40 BOOST_HANA_RUNTIME_CHECK(get_name(john) == "John"); in main()
|
D | struct.custom_accessor.cpp | 27 std::string const& get_name() const { return name_; } in get_name() function 41 return p.get_name(); in apply()
|
/third_party/boost/boost/log/attributes/ |
D | value_extraction.hpp | 603 return extractor(keyword.get_name(), attrs); in extract() 619 return extractor(keyword.get_name(), rec); in extract() 635 return extractor(keyword.get_name(), rec); in extract() 652 return aux::unwrap_value_ref(extractor(keyword.get_name(), attrs)); in extract_or_throw() 669 return aux::unwrap_value_ref(extractor(keyword.get_name(), rec)); in extract_or_throw() 686 return aux::unwrap_value_ref(extractor(keyword.get_name(), rec)); in extract_or_throw() 707 return aux::unwrap_value_ref(extractor(keyword.get_name(), attrs)); in extract_or_default() 728 return aux::unwrap_value_ref(extractor(keyword.get_name(), rec)); in extract_or_default() 749 return aux::unwrap_value_ref(extractor(keyword.get_name(), rec)); in extract_or_default()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIATable.cpp | 23 return invokeBstrMethod(*Table, &IDiaTable::get_name); in getName() 28 if (S_OK != Table->get_name(&Name16)) in getTableType()
|
/third_party/python/Lib/test/ |
D | test_symtable.py | 48 if ch.get_name() == name: 198 self.assertEqual(self.top.get_name(), "top") 199 self.assertEqual(self.spam.get_name(), "spam") 200 self.assertEqual(self.spam.lookup("x").get_name(), "x") 201 self.assertEqual(self.Mine.get_name(), "Mine")
|
/third_party/elfio/ |
D | README-OH.md | 50 2. 调用section_impl的get_name\(\)接口获取section名称。 54 if (section->get_name() == "xxx") 65 if (section->get_name() == "xxx") {
|