Home
last modified time | relevance | path

Searched refs:get_class (Results 1 – 23 of 23) sorted by relevance

/external/protobuf/php/tests/
Ddescriptors_test.php50 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage()));
53 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum()));
64 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsEnum()));
67 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsMessage()));
78 $class = get_class(new TestDescriptorsMessage());
103 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum()));
126 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage()));
201 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage()));
212 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage()));
224 $desc = $pool->getDescriptorByClassName(get_class(new TestDescriptorsMessage()));
Dmemory_leak_test.php160 assert(\DateTime::class == get_class($to));
Dwell_known_test.php320 $this->assertSame(\DateTime::class, get_class($to));
Dgenerated_class_test.php481 get_class($m->getRepeatedInt32()));
/external/flatbuffers/tests/
DphpUnionVectorTest.php40 if (get_class($e) != get_class($class)) {
41 …row new Exception("passed statement doesn't throw " . get_class($class) . ". throwws " . get_class
103 …printf("Fatal error: Uncaught exception '%s' with message '%s. in %s:%d\n", get_class($e), $e->get…
DphpTest.php89 …printf("Fatal error: Uncaught exception '%s' with message '%s. in %s:%d\n", get_class($e), $e->get…
627 if (get_class($e) != get_class($class)) {
628 …row new Exception("passed statement doesn't throw " . get_class($class) . ". throwws " . get_class
/external/grpc-grpc/src/php/tests/unit_tests/
DTimevalTest.php34 $this->assertSame('Grpc\Timeval', get_class($this->time));
41 $this->assertSame('Grpc\Timeval', get_class($this->time));
48 $this->assertSame('Grpc\Timeval', get_class($this->time));
55 $this->assertSame('Grpc\Timeval', get_class($this->time));
62 $this->assertSame('Grpc\Timeval', get_class($this->time));
69 $this->assertSame('Grpc\Timeval', get_class($this->time));
DCallTest.php47 $this->assertSame('Grpc\Call', get_class($this->call));
DCallCredentialsTest.php138 get_class($call_credentials3));
DChannelTest.php37 $this->assertSame('Grpc\Channel', get_class($this->channel));
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh365 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() function
501 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_class() function
504 return (this+classTable).get_class (glyph_id, num_glyphs, 1); in get_class()
644 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int outOfRange) const in get_class() function
649 unsigned int get_class (hb_codepoint_t glyph_id, in get_class() function
653 return get_class (glyph_id, outOfRange); in get_class()
749 machine.get_class (buffer->info[buffer->idx].codepoint, num_glyphs) : in drive()
Dhb-ot-layout-gdef-table.hh357 { return (this+glyphClassDef).get_class (glyph); } in get_glyph_class()
363 { return (this+markAttachClassDef).get_class (glyph); } in get_mark_attachment_type()
Dhb-ot-layout-common.hh1383 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1519 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1693 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()
1694 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function
1697 case 1: return u.format1.get_class (glyph_id); in get_class()
1698 case 2: return u.format2.get_class (glyph_id); in get_class()
Dhb-aat-layout-kerx-table.hh390 unsigned int l = (this+leftClassTable).get_class (left, num_glyphs, 0); in get_kerning()
391 unsigned int r = (this+rightClassTable).get_class (right, num_glyphs, 0); in get_kerning()
Dhb-ot-layout-gsubgpos.hh756 return class_def.get_class (glyph_id) == value; in match_class()
1610 unsigned int index = class_def.get_class (c->glyphs[0]); in would_apply()
1628 index = class_def.get_class (c->buffer->cur().codepoint); in apply()
2406 unsigned int index = input_class_def.get_class (c->glyphs[0]); in would_apply()
2429 index = input_class_def.get_class (c->buffer->cur().codepoint); in apply()
Dhb-ot-layout-gpos-table.hh1072 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint); in apply()
1073 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply()
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php94 $this->desc = $pool->getDescriptorByClassName(get_class($this));
96 user_error(get_class($this) . " is not found in descriptor pool.");
655 if (get_class($this) !== get_class($msg)) {
1426 } elseif (get_class($this) === 'Google\Protobuf\Timestamp') {
1430 } elseif (get_class($this) === 'Google\Protobuf\ListValue') {
1439 } elseif (get_class($this) === 'Google\Protobuf\Struct') {
1899 } elseif (get_class($this) === 'Google\Protobuf\FieldMask') {
1902 } elseif (get_class($this) === 'Google\Protobuf\Duration') {
1905 } elseif (get_class($this) === 'Google\Protobuf\Timestamp') {
1909 } elseif (get_class($this) === 'Google\Protobuf\ListValue') {
[all …]
/external/libnl/python/netlink/route/
Dtc.py294 ret += get_class(self.ifindex, parent=TC_H_ROOT)
296 ret += get_class(self.ifindex, parent=self.handle)
445 ret += get_class(self.ifindex, parent=self.handle)
558 def get_class(ifindex, parent, handle=None): function
/external/grpc-grpc/src/php/tests/generated_code/
Dmath_client.php35 p('Client class: '.get_class($client));
/external/protobuf/php/src/Google/Protobuf/
DAny.php304 $desc = $pool->getDescriptorByClassName(get_class($msg));
/external/autotest/server/cros/
Dap_config.py185 def get_class(self): member in AP
/external/autotest/server/cros/ap_configurators/
Dstatic_ap_configurator.py45 self.class_name = ap_config.get_class()
/external/python/cpython3/Modules/
D_pickle.c3924 get_class(PyObject *obj) in get_class() function
4137 obj_class = get_class(obj); in save_reduce()