Home
last modified time | relevance | path

Searched refs:setTypeUrl (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/tests/
H A DWellKnownTest.php66 $any, $any->setTypeUrl("type.googleapis.com/foo.TestMessage"));
95 $any->setTypeUrl("invalid");
105 $any->setTypeUrl("type.googleapis.com/MessageNotAdded");
115 $any->setTypeUrl("type.googleapis.com/foo.TestMessage");
224 $m->setTypeUrl("a");
/third_party/protobuf/php/src/Google/Protobuf/
H A DAny.php215 public function setTypeUrl($var) function
H A DField.php240 public function setTypeUrl($var) function
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java540 .setTypeUrl("type.googleapis.com/" + TestAllTypes.getDescriptor().getFullName()) in testPrintAny_customBuiltTypeRegistry()
707 .setTypeUrl("type.googleapis.com/" + TestAllTypes.getDescriptor().getFullName()) in testMergeAny_customBuiltTypeRegistry()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1145 $this->setTypeUrl($array["@type"]);

Completed in 6 milliseconds