Searched refs:existingValue (Results 1 – 6 of 6) sorted by relevance
373 final Message existingValue = (Message)getField(field); in mergeFrom() local374 if (existingValue == existingValue.getDefaultInstanceForType()) { in mergeFrom()378 existingValue.newBuilderForType() in mergeFrom()379 .mergeFrom(existingValue) in mergeFrom()
366 final Object existingValue = getField(descriptor); in addRepeatedField() local368 if (existingValue == null) { in addRepeatedField()372 list = (List<Object>) existingValue; in addRepeatedField()
544 MessageLite existingValue = in parseUnknownField() local546 if (existingValue != null) { in parseUnknownField()547 subBuilder = existingValue.toBuilder(); in parseUnknownField()
44 GPBMessage *existingValue)286 id existingValue = nil;289 existingValue = [message getExistingExtension:extension];294 existingValue);329 GPBMessage *existingValue) {352 if (existingValue) {353 message = [existingValue retain];
70 V existingValue = values[rowIndex][columnIndex]; in DenseImmutableTable() local71 checkArgument(existingValue == null, "duplicate key: (%s, %s)", rowKey, columnKey); in DenseImmutableTable()
2248 typename T::VisibilityType existingValue = existingAttr->getVisibility(); in mergeVisibilityAttr() local2249 if (existingValue == value) in mergeVisibilityAttr()