Home
last modified time | relevance | path

Searched refs:getContainingType (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyFieldDescriptor.java213 if (message.getDescriptor() != fieldDef.getContainingType()) { in getValue()
230 if (message.getDescriptor() != fieldDef.getContainingType()) { in setValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java157 assertNull(messageType.getContainingType()); in testDescriptor()
166 assertEquals(messageType, nestedType.getContainingType()); in testDescriptor()
212 assertEquals(messageType, primitiveField.getContainingType()); in testFieldDescriptor()
243 extension.getContainingType()); in testFieldDescriptor()
299 assertNull(enumType.getContainingType()); in testEnumDescriptor()
307 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType()); in testEnumDescriptor()
DTestUtil.java2027 extensionRegistry.findExtensionByNumber(field.getContainingType(), in newBuilderForField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java310 if (field.getContainingType() != type) {
318 if (oneof.getContainingType() != type) {
617 if (field.getContainingType() != type) {
625 if (oneof.getContainingType() != type) {
DExtensionRegistry.java358 new DescriptorIntPair(extension.descriptor.getContainingType(), in add()
363 if (field.getContainingType().getOptions().getMessageSetWireFormat() && in add()
DDescriptors.java631 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.Descriptor
969 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check()
1054 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.FieldDescriptor
1326 if (!getContainingType().isExtensionNumber(getNumber())) { in crossLink()
1328 '\"' + getContainingType().getFullName() + in crossLink()
1566 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.EnumDescriptor
2442 new DescriptorIntPair(field.getContainingType(), field.getNumber()); in addFieldByNumber()
2449 field.getContainingType().getFullName() + in addFieldByNumber()
2516 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.OneofDescriptor
DMapEntry.java198 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
308 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
DGeneratedMessageV3.java845 if (extension.getDescriptor().getContainingType() !=
850 extension.getDescriptor().getContainingType().getFullName() +
1138 if (field.getContainingType() != getDescriptorForType()) {
1225 if (extension.getDescriptor().getContainingType() !=
1230 extension.getDescriptor().getContainingType().getFullName() +
1595 if (field.getContainingType() != getDescriptorForType()) {
1808 if (field.getContainingType() != descriptor) {
1822 if (oneof.getContainingType() != descriptor) {
DGeneratedMessage.java844 if (extension.getDescriptor().getContainingType() !=
849 extension.getDescriptor().getContainingType().getFullName() +
1137 if (field.getContainingType() != getDescriptorForType()) {
1224 if (extension.getDescriptor().getContainingType() !=
1229 extension.getDescriptor().getContainingType().getFullName() +
1594 if (field.getContainingType() != getDescriptorForType()) {
2139 if (field.getContainingType() != descriptor) {
2153 if (oneof.getContainingType() != descriptor) {
DTextFormat.java338 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField()
1476 if (extension.descriptor.getContainingType() != type) { in mergeField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java158 assertNull(messageType.getContainingType()); in testDescriptor()
167 assertEquals(messageType, nestedType.getContainingType()); in testDescriptor()
213 assertEquals(messageType, primitiveField.getContainingType()); in testFieldDescriptor()
244 extension.getContainingType()); in testFieldDescriptor()
309 assertNull(enumType.getContainingType()); in testEnumDescriptor()
317 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType()); in testEnumDescriptor()
DTestUtil.java2787 field.getContainingType(), field.getNumber()); in newBuilderForField()