Searched refs:optionalInt32Field (Results 1 – 1 of 1) sorted by relevance
196 FieldDescriptor optionalInt32Field = descriptor.findFieldByName("optional_int32"); in testFieldPresenceByReflection() local203 assertFalse(message.hasField(optionalInt32Field)); in testFieldPresenceByReflection()216 assertFalse(message.hasField(optionalInt32Field)); in testFieldPresenceByReflection()229 assertTrue(message.hasField(optionalInt32Field)); in testFieldPresenceByReflection()