Home
last modified time | relevance | path

Searched refs:getTypeUrl (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DAnyTest.java82 "xxx.com/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().getTypeUrl()); in testCustomTypeUrls()
93 "yyy.com/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().getTypeUrl()); in testCustomTypeUrls()
104 "/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().getTypeUrl()); in testCustomTypeUrls()
/third_party/protobuf/php/tests/
DEncodeDecodeTest.php1079 $m1->getTypeUrl());
1087 $m2->getTypeUrl());
1096 $m3->getTypeUrl());
1110 $m1->getAny()->getTypeUrl());
1118 $m2->getAny()->getTypeUrl());
1127 $m3->getAny()->getTypeUrl());
1142 $m1->getAny()->getTypeUrl());
DWellKnownTest.php68 $any->getTypeUrl());
82 $this->assertSame("type.googleapis.com/foo.TestMessage", $any->getTypeUrl());
225 $this->assertSame("a", $m->getTypeUrl());
Dmemory_leak_test.php214 $m->getAny()->getTypeUrl());
/third_party/protobuf/php/src/Google/Protobuf/
DAny.php182 public function getTypeUrl() function in Google\\Protobuf\\Any
DField.php227 public function getTypeUrl() function in Google\\Protobuf\\Field
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1466 $output->writeRaw($this->getTypeUrl(), strlen($this->getTypeUrl()));
1963 $size += strlen($this->getTypeUrl()) + 2;
/third_party/protobuf/js/binary/
Dproto_test.js655 any.getTypeUrl());