Searched refs:typeUrlField (Results 1 – 1 of 1) sorted by relevance
561 FieldDescriptor typeUrlField = descriptor.findFieldByName("type_url"); in printAny() local565 if (typeUrlField == null || valueField == null in printAny()566 || typeUrlField.getType() != FieldDescriptor.Type.STRING in printAny()570 String typeUrl = (String) message.getField(typeUrlField); in printAny()1146 FieldDescriptor typeUrlField = descriptor.findFieldByName("type_url"); in mergeAny() local1150 if (typeUrlField == null || valueField == null in mergeAny()1151 || typeUrlField.getType() != FieldDescriptor.Type.STRING in mergeAny()1172 builder.setField(typeUrlField, typeUrl); in mergeAny()