Home
last modified time | relevance | path

Searched refs:addEnumType (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptor.php67 public function addEnumType($desc) function in Google\\Protobuf\\Internal\\FileDescriptor
81 $file->addEnumType(
DDescriptor.php99 public function addEnumType($desc) function in Google\\Protobuf\\Internal\\Descriptor
208 $desc->addEnumType(EnumDescriptor::buildFromProto(
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java118 this.builder.addEnumType(def.getBuilder()); in addToSymtab()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java659 .addEnumType( in testComplexNamespacePublicDependency()
755 .addEnumType( in testPackedEnumField()
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java607 .addEnumType(EnumDescriptorProto.newBuilder() in testComplexNamespacePublicDependency()