Searched defs:repeatedString (Results 1 – 4 of 4) sorted by relevance
28 @ProtoNumber(44) val repeatedString: List<String> = emptyList(), constant in kotlinx.serialization.protobuf.conformance.KTestMessagesProto3Repeated
156 const vector<const char*> repeatedString{kTestStringValue, kTestStringValue2, kTestStringValue}; in TEST() local
177 final String[] repeatedString = {kTestStringValue, kTestStringValue2, kTestStringValue}; in testCreateVendorAtom4ApiGen() local
3331 final String repeatedString = "1aテスト-?"; in testReadAsString() local