Home
last modified time | relevance | path

Searched refs:setPackage (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptor.php42 public function setPackage($package) function in Google\\Protobuf\\Internal\\FileDescriptor
75 $file->setPackage($proto->getPackage());
DFileDescriptorProto.php192 public function setPackage($var) function in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java95 public void setPackage() { setType(VIS, VIS_PACKAGE); } in setPackage() method in APIInfo
110 public void setPackage(String val) { setType(PAK, val); } in setPackage() method in APIInfo
DGatherAPIDataOld.java315 info.setPackage(trimBase(doc.containingPackage().name())); in createInfo()
DGatherAPIData.java397 info.setPackage(trimBase(doc.containingPackage().name())); in createInfo()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java606 .setPackage("a.b.c.d.bar.shared") in testComplexNamespacePublicDependency()
616 .setPackage("a.b.c.d.foo.shared") in testComplexNamespacePublicDependency()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java658 .setPackage("a.b.c.d.bar.shared") in testComplexNamespacePublicDependency()
668 .setPackage("a.b.c.d.foo.shared") in testComplexNamespacePublicDependency()
DTextFormatTest.java564 .setPackage("google.protobuf") in createDescriptorForAny()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java563 .setPackage(packageName) in FileDescriptor()