/third_party/boost/boost/spirit/home/support/utree/detail/ |
D | utree_detail2.hpp | 36 inline int fast_string::get_type() const in get_type() function in boost::spirit::detail::fast_string 456 switch (x.get_type()) in apply() 460 bad_type_exception("corrupt utree type", x.get_type())); in apply() 520 switch (x.get_type()) in apply() 524 bad_type_exception("corrupt utree type", x.get_type())); in apply() 585 switch (ut.get_type()) in apply() 597 ut.get_type())); in apply() 603 switch (ut.get_type()) in apply() 615 ut.get_type())); in apply() 1022 if (get_type() == type::reference_type) in push_front() [all …]
|
/third_party/cef/tools/ |
D | make_cpptoc_impl.py | 93 arg_name = arg.get_type().get_name() 165 arg_name = arg.get_type().get_name() 172 data_type = arg.get_type().get_type() 173 default = arg.get_type().get_result_simple_default() 187 struct_type = arg.get_type().get_type() 194 struct_type = arg.get_type().get_type() 207 ptr_class = arg.get_type().get_ptr_type() 213 ptr_class = arg.get_type().get_ptr_type() 219 ptr_class = arg.get_type().get_ptr_type() 227 ptr_class = arg.get_type().get_ptr_type() [all …]
|
D | make_ctocpp_impl.py | 121 arg_name = arg.get_type().get_name() 183 arg_name = arg.get_type().get_name() 206 ptr_class = arg.get_type().get_ptr_type() 209 ptr_class = arg.get_type().get_ptr_type() 213 ptr_class = arg.get_type().get_ptr_type() 216 ptr_class = arg.get_type().get_ptr_type() 219 ptr_class = arg.get_type().get_ptr_type() 222 ptr_class = arg.get_type().get_ptr_type() 227 ptr_class = arg.get_type().get_ptr_type() 228 ptr_struct = arg.get_type().get_result_ptr_type_root() [all …]
|
D | cef_parser.py | 1064 return 'typedef ' + self.value.get_type() + ' ' + self.alias + ';' 1086 name = self.value.get_type() 1211 dict = self.retval.get_type().get_capi(defined_structs) 1228 type = cls.get_type() 1265 type = self.get_retval().get_type() 1361 result += self.type.get_type() 1380 def get_type(self): member in obj_argument 1388 name = self.type.get_type() 1437 self.type.get_type() != 'bool') or \ 1449 if self.type.get_type() == 'bool': [all …]
|
D | make_capi_header.py | 17 if func.get_retval().get_type().is_result_string(): 32 if func.get_retval().get_type().is_result_string():
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-kern-table.hh | 113 unsigned int get_type () const { return u.header.format; } in get_type() function 117 switch (get_type ()) { in get_kerning() 127 unsigned int subtable_type = get_type (); in dispatch() 279 unsigned int get_type () const { return u.major; } in get_type() function 283 switch (get_type ()) { in has_state_machine() 294 switch (get_type ()) { in has_cross_stream() 305 switch (get_type ()) { in get_h_kerning() 320 unsigned int subtable_type = get_type (); in dispatch()
|
/third_party/harfbuzz/src/ |
D | hb-ot-kern-table.hh | 118 unsigned int get_type () const { return u.header.format; } in get_type() function 122 switch (get_type ()) { in get_kerning() 132 unsigned int subtable_type = get_type (); in dispatch() 284 unsigned get_type () const { return u.major; } in get_type() function 288 switch (get_type ()) { in has_state_machine() 299 switch (get_type ()) { in has_cross_stream() 310 switch (get_type ()) { in get_h_kerning() 325 unsigned int subtable_type = get_type (); in dispatch()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-kern-table.hh | 118 unsigned int get_type () const { return u.header.format; } in get_type() function 122 switch (get_type ()) { in get_kerning() 132 unsigned int subtable_type = get_type (); in dispatch() 284 unsigned get_type () const { return u.major; } in get_type() function 288 switch (get_type ()) { in has_state_machine() 299 switch (get_type ()) { in has_cross_stream() 310 switch (get_type ()) { in get_h_kerning() 325 unsigned int subtable_type = get_type (); in dispatch()
|
/third_party/elfio/elfio/ |
D | elfio_section.hpp | 128 if ( get_type() != SHT_NOBITS ) { in set_data() 152 if ( get_type() != SHT_NOBITS ) { in append_data() 202 if ( 0 == data && SHT_NULL != get_type() && SHT_NOBITS != get_type() && in load() 229 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL && in save()
|
D | elfio.hpp | 261 if ( !(a->get_type() & SHT_NOBITS) in validate() 262 && !(b->get_type() & SHT_NOBITS) in validate() 287 if ( seg->get_type() == PT_LOAD && seg->get_file_size() > 0 ) { in validate() 325 if ( sec->get_type() == SHT_PROGBITS ) in find_prog_section_for_offset() 662 if ( SHT_NOBITS != sec->get_type() && in layout_sections_without_segments() 663 SHT_NULL != sec->get_type() ) { in layout_sections_without_segments() 705 if ( seg->get_type() == PT_PHDR && seg->get_sections_num() == 0 ) { in layout_segments_and_their_sections() 743 if ( SHT_NULL == sec->get_type() ) { in layout_segments_and_their_sections() 752 SHT_NOBITS != sec->get_type() && in layout_segments_and_their_sections() 753 SHT_NULL != sec->get_type() && 0 != sec->get_size() ) { in layout_segments_and_their_sections() [all …]
|
D | elfio_relocation.hpp | 97 if ( SHT_REL == relocation_section->get_type() ) { in get_entry() 101 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry() 107 if ( SHT_REL == relocation_section->get_type() ) { in get_entry() 111 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry() 199 if ( SHT_REL == relocation_section->get_type() ) { in set_entry() 203 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry() 209 if ( SHT_REL == relocation_section->get_type() ) { in set_entry() 213 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry()
|
D | elfio_dump.hpp | 474 << " Type: " << str_type( reader.get_type() ) << std::endl in header() 527 << DUMP_STR_FORMAT( 17 ) << str_section_type( sec->get_type() ) in section_header() 539 << DUMP_STR_FORMAT( 17 ) << str_section_type( sec->get_type() ) in section_header() 597 << DUMP_STR_FORMAT( 14 ) << str_segment_type( seg->get_type() ) in segment_header() 608 << DUMP_STR_FORMAT( 14 ) << str_segment_type( seg->get_type() ) in segment_header() 628 if ( SHT_SYMTAB == sec->get_type() || in symbol_tables() 629 SHT_DYNSYM == sec->get_type() ) { in symbol_tables() 710 if ( SHT_NOTE == sec->get_type() ) { // Look at notes in notes() 776 if ( SHT_DYNAMIC == sec->get_type() ) { in dynamic_tags() 865 if ( sec->get_type() == SHT_NOBITS ) { in section_datas()
|
/third_party/boost/boost/log/attributes/ |
D | attribute_value.hpp | 106 virtual typeindex::type_index get_type() const { return typeindex::type_index(); } in get_type() function 169 typeindex::type_index get_type() const in get_type() function in boost::attribute_value 172 return m_pImpl->get_type(); in get_type()
|
/third_party/grpc/src/ruby/stress/ |
D | metrics_server.rb | 23 def get_type method in Gauge 47 case gauge.get_type
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cpp.cpp | 155 if (id.get_type() == TypeConstant) in emit_resources() 171 else if (id.get_type() == TypeConstantOp) in emit_resources() 181 if (id.get_type() == TypeType) in emit_resources() 199 if (id.get_type() == TypeVariable) in emit_resources() 217 if (id.get_type() == TypeVariable) in emit_resources() 232 if (id.get_type() == TypeVariable) in emit_resources() 249 if (id.get_type() == TypeVariable) in emit_resources()
|
D | spirv_parser.hpp | 71 if (ir.ids[id].get_type() == static_cast<Types>(T::type)) in maybe_get() 86 if (ir.ids[id].get_type() == T::type) in maybe_get()
|
/third_party/python/Lib/test/ |
D | test_symtable.py | 64 self.assertEqual(self.top.get_type(), "module") 65 self.assertEqual(self.Mine.get_type(), "class") 66 self.assertEqual(self.a_method.get_type(), "function") 67 self.assertEqual(self.spam.get_type(), "function") 68 self.assertEqual(self.internal.get_type(), "function")
|
/third_party/boost/boost/spirit/home/support/detail/ |
D | hold_any.hpp | 67 boost::core::typeinfo const& (*get_type)(); member 86 static boost::core::typeinfo const& get_type() in get_type() function 129 static boost::core::typeinfo const& get_type() in get_type() function 177 fxns<is_small>::template type<T, Char>::get_type, in get() 349 return table->get_type(); in type()
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_lsh_projection.cc | 38 EXPECT_EQ(lsh_projection->get_type(), LshProjectionType::SPARSE); in TEST_F() 67 EXPECT_EQ(lsh_projection->get_type(), LshProjectionType::DENSE); in TEST_F() 96 EXPECT_EQ(lsh_projection->get_type(), LshProjectionType::DENSE); in TEST_F()
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | write.hpp | 80 unsigned int type = get_type< num_channels< View >::value >( is_bit_aligned< pixel_t >() ); in apply() 113 unsigned int get_type( std::true_type /* is_bit_aligned */ ) in get_type() function in boost::gil::writer 124 unsigned int get_type( std::false_type /* is_bit_aligned */ ) in get_type() function in boost::gil::writer
|
/third_party/cef/libcef_dll/ctocpp/ |
D | post_data_element_ctocpp.cc | 94 if (CEF_MEMBER_MISSING(_struct, get_type)) in GetType() 100 cef_postdataelement_type_t _retval = _struct->get_type(_struct); in GetType()
|
/third_party/cef/include/capi/ |
D | cef_dom_capi.h | 86 cef_dom_document_type_t(CEF_CALLBACK* get_type)( 187 cef_dom_node_type_t(CEF_CALLBACK* get_type)(struct _cef_domnode_t* self);
|
/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 248 BOOST_CHECK_EQUAL( file1.sections[i]->get_type(), in checkObjestsAreEqual() 249 file2.sections[i]->get_type() ); in checkObjestsAreEqual() 251 if ( file1.sections[i]->get_type() == SHT_NULL || in checkObjestsAreEqual() 252 file1.sections[i]->get_type() == SHT_NOBITS ) { in checkObjestsAreEqual() 266 if ( ( file2.sections[i]->get_type() != SHT_NULL ) && in checkObjestsAreEqual() 267 ( file2.sections[i]->get_type() != SHT_NOBITS ) ) { in checkObjestsAreEqual() 295 BOOST_CHECK_EQUAL( file1.segments[i]->get_type(), in checkExeAreEqual() 296 file2.segments[i]->get_type() ); in checkExeAreEqual() 299 if ( file1.segments[i]->get_type() == PT_PHDR || in checkExeAreEqual()
|
/third_party/boost/libs/python/test/ |
D | builtin_converters.cpp | 50 handle<PyTypeObject> get_type(handle<> x) in get_type() function 66 def("get_type", get_type); in BOOST_PYTHON_MODULE()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLSetting.cpp | 107 static const Type* get_type(const Context& context, int line, skstd::string_view name) { in get_type() function 136 const Type* type = get_type(context, line, name); in Convert()
|