Searched refs:strArray (Results 1 – 5 of 5) sorted by relevance
34 private String[] strArray; field in SerializableBean72 return strArray; in getStrArray()75 public void setStrArray(String[] strArray) { in setStrArray() argument76 this.strArray = strArray; in setStrArray()
39 static String[] strArray = new String[8]; field in ArrayReferenceDebuggee59 for (int i=0; i<strArray.length; i++) {60 strArray[i] = ""+i;
311 String[] strArray; in toString() local313 strArray = primitiveArrayToString(o); in toString()315 strArray = toString((Object[]) o, null); in toString()318 for (int i = 0; i < strArray.length; i++) in toString()320 sb.append(strArray[i]); in toString()321 if (i + 1 < strArray.length) in toString()
977 XCTAssertNotNil(message2.a.a.strArray);986 [message2.a.a.strArray addObject:@"foo"];989 XCTAssertEqual([message2.a.a.strArray count], (NSUInteger)1);1010 message2a.a.strArray = message2b.a.strArray;1013 [message2a.a.strArray addObject:@"bar"];1016 XCTAssertEqual(message2a.a.strArray, message2b.a.strArray);1122 XCTAssertNotNil(message.a.strArray);1124 GPBAutocreatedArray *strArray =1125 (GPBAutocreatedArray *)[message.a.strArray retain];1126 XCTAssertTrue([strArray isKindOfClass:[GPBAutocreatedArray class]]);[all …]
442 const std::vector<WideString>& strArray) { in SetFieldValue() argument444 if (strArray.empty()) in SetFieldValue()457 if (pFormField->GetValue() != strArray[0]) { in SetFieldValue()458 pFormField->SetValue(strArray[0], NotificationOption::kNotify); in SetFieldValue()464 if (pFormField->GetValue() != strArray[0]) { in SetFieldValue()465 pFormField->SetValue(strArray[0], NotificationOption::kNotify); in SetFieldValue()471 for (const auto& str : strArray) { in SetFieldValue()479 for (const auto& str : strArray) { in SetFieldValue()2145 std::vector<WideString> strArray; in set_value() local2149 strArray.push_back( in set_value()[all …]