/third_party/protobuf/php/tests/ |
D | DescriptorsTest.php | 52 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); 55 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum())); 66 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsEnum())); 69 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsMessage())); 80 $class = get_class(new TestDescriptorsMessage()); 97 $class = get_class(new TestMessage()); 116 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum())); 139 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); 214 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); 225 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage())); [all …]
|
D | memory_leak_test.php | 167 assert(\DateTime::class == get_class($to));
|
D | WellKnownTest.php | 321 $this->assertSame(\DateTime::class, get_class($to));
|
/third_party/cef/tools/ |
D | make_ctocpp_header.py | 32 parent_cls = header.get_class(parent_name) 38 cur_cls = header.get_class(parent_name) 44 cls = header.get_class(clsname) 94 dcls = header.get_class(declare) 132 cls = header.get_class(clsname)
|
D | make_cpptoc_header.py | 10 cls = header.get_class(clsname) 51 dcls = header.get_class(declare) 87 cls = header.get_class(clsname)
|
D | make_gypi_file.py | 48 cls = header.get_class(clsname) 64 cls = header.get_class(clsname)
|
D | make_cpptoc_impl.py | 490 parent_cls = header.get_class(parent_name, defined_names) 494 cur_cls = header.get_class(parent_name, defined_names) 521 parent_cls = header.get_class(parent_name, defined_names) 526 cur_cls = header.get_class(parent_name, defined_names) 570 cls = header.get_class(clsname, defined_names) 707 cls = header.get_class(clsname)
|
D | make_ctocpp_impl.py | 528 parent_cls = header.get_class(parent_name) 534 cur_cls = header.get_class(parent_name) 574 cls = header.get_class(clsname) 700 cls = header.get_class(clsname)
|
D | cef_parser.py | 275 cls = header.get_class(item) 288 cls = header.get_class(item) 718 def get_class(self, classname, defined_structs=None): member in obj_header 736 cur_cls = self.get_class(classname) 742 parent_cls = self.get_class(parent_name) 745 cur_cls = self.get_class(parent_name) 943 cur_cls = self.parent.get_class(self.parent_name) 950 cur_cls = self.parent.get_class(cur_parent_name) 1298 other_class = header.get_class(other_class_name)
|
D | make_capi_header.py | 126 declare_cls = header.get_class(declare)
|
/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 97 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entry() 199 if ( elf_file.get_class() == ELFCLASS32 ) { in set_entry() 226 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 238 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 251 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 266 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 374 if ( elf_file.get_class() == ELFCLASS32 ) { in generic_set_entry_rel() 399 if ( elf_file.get_class() == ELFCLASS32 ) { in generic_set_entry_rela()
|
D | elfio_symbols.hpp | 46 switch ( elf_file.get_class() ) { in get_symbols_num() 78 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 108 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 150 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 184 if ( elf_file.get_class() == ELFCLASS32 ) { in add_symbol() 192 if ( elf_file.get_class() == ELFCLASS32 ) { in add_symbol() 251 if ( elf_file.get_class() == ELFCLASS32 ) { in arrange_local_symbols()
|
D | elfio_dynamic.hpp | 45 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entries_num() 82 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entry() 111 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry()
|
D | elfio.hpp | 280 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size() 287 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size() 294 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size() 301 if ( header->get_class() == ELFCLASS64 ) { in get_default_entry_size() 431 unsigned char file_class = get_class(); in create_section() 457 unsigned char file_class = header->get_class(); in create_segment() 499 unsigned char file_class = header->get_class(); in load_sections() 558 unsigned char file_class = header->get_class(); in load_segments()
|
D | elfio_dump.hpp | 695 << " Class: " << str_class( reader.get_class() ) << std::endl in header() 725 if ( reader.get_class() == ELFCLASS32 ) { // Output for 32-bit in section_headers() 739 section_header( out, i, sec, reader.get_class() ); in section_headers() 803 if ( reader.get_class() == ELFCLASS32 ) { // Output for 32-bit in segment_headers() 820 segment_header( out, i, seg, reader.get_class() ); in segment_headers() 878 if ( reader.get_class() == ELFCLASS32 ) { // Output for 32-bit in symbol_tables() 900 section, reader.get_class() ); in symbol_tables() 1097 dynamic_tag( out, i, tag, value, str, reader.get_class() ); in dynamic_tags()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-common.hh | 368 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() function 504 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_class() function 507 return (this+classTable).get_class (glyph_id, num_glyphs, 1); in get_class() 647 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int outOfRange) const in get_class() function 652 unsigned int get_class (hb_codepoint_t glyph_id, in get_class() function 656 return get_class (glyph_id, outOfRange); in get_class() 756 machine.get_class (buffer->info[buffer->idx].codepoint, num_glyphs) : in drive()
|
D | hb-ot-layout-gdef-table.hh | 528 { return (this+glyphClassDef).get_class (glyph); } in get_glyph_class() 534 { return (this+markAttachClassDef).get_class (glyph); } in get_mark_attachment_type()
|
D | hb-ot-layout-common.hh | 1919 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function 2114 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function 2377 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get() 2378 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function 2381 case 1: return u.format1.get_class (glyph_id); in get_class() 2382 case 2: return u.format2.get_class (glyph_id); in get_class()
|
D | hb-aat-layout-kerx-table.hh | 384 unsigned int l = (this+leftClassTable).get_class (left, num_glyphs, 0); in get_kerning() 385 unsigned int r = (this+rightClassTable).get_class (right, num_glyphs, 0); in get_kerning()
|
D | hb-ot-layout-gpos-table.hh | 647 unsigned get_class () const { return (unsigned) klass; } in get_class() function 1558 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint); in apply() 1559 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply() 1990 | hb_map (&MarkRecord::get_class) in Markclass_closure_and_remap_indexes()
|
D | hb-ot-layout-gsubgpos.hh | 918 return class_def.get_class (glyph_id) == value; in match_class() 2057 unsigned int index = class_def.get_class (c->glyphs[0]); in would_apply() 2075 index = class_def.get_class (c->buffer->cur().codepoint); in apply() 3049 unsigned int index = input_class_def.get_class (c->glyphs[0]); in would_apply() 3072 index = input_class_def.get_class (c->buffer->cur().codepoint); in apply()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | Message.php | 94 $this->desc = $pool->getDescriptorByClassName(get_class($this)); 96 user_error(get_class($this) . " is not found in descriptor pool."); 701 if (get_class($this) !== get_class($msg)) { 1496 } elseif (get_class($this) === 'Google\Protobuf\Timestamp') { 1500 } elseif (get_class($this) === 'Google\Protobuf\ListValue') { 1509 } elseif (get_class($this) === 'Google\Protobuf\Struct') { 1974 } elseif (get_class($this) === 'Google\Protobuf\FieldMask') { 1977 } elseif (get_class($this) === 'Google\Protobuf\Duration') { 1980 } elseif (get_class($this) === 'Google\Protobuf\Timestamp') { 1984 } elseif (get_class($this) === 'Google\Protobuf\ListValue') { [all …]
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | Any.php | 304 $desc = $pool->getDescriptorByClassName(get_class($msg));
|
/third_party/elfio/examples/tutorial/ |
D | tutorial.cpp | 46 if ( reader.get_class() == ELFCLASS32 ) in main()
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 49 EXPECT_EQ( reader.get_class(), nClass ); in checkHeader()
|