Searched refs:FixedLengthString (Results 1 – 2 of 2) sorted by relevance
12 public @interface FixedLengthString { annotation15 class Checker implements TypeQualifierValidator<FixedLengthString> {17 public When forConstantValue(FixedLengthString annotation, Object v) { in forConstantValue()
329 TEST(DataExtractorTest, FixedLengthString) { in TEST() argument