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/
H A 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/
H A 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());
H A DWellKnownTest.php68 $any->getTypeUrl());
82 $this->assertSame("type.googleapis.com/foo.TestMessage", $any->getTypeUrl());
225 $this->assertSame("a", $m->getTypeUrl());
H A Dmemory_leak_test.php214 $m->getAny()->getTypeUrl());
/third_party/protobuf/php/src/Google/Protobuf/
H A DAny.php182 public function getTypeUrl() function
H A DField.php227 public function getTypeUrl() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1466 $output->writeRaw($this->getTypeUrl(), strlen($this->getTypeUrl()));
1963 $size += strlen($this->getTypeUrl()) + 2;
/third_party/protobuf/js/binary/
H A Dproto_test.js655 any.getTypeUrl());

Completed in 9 milliseconds