Searched refs:strArray (Results 1 – 6 of 6) 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()
976 XCTAssertNotNil(message2.a.a.strArray);985 [message2.a.a.strArray addObject:@"foo"];988 XCTAssertEqual([message2.a.a.strArray count], (NSUInteger)1);1009 message2a.a.strArray = message2b.a.strArray;1012 [message2a.a.strArray addObject:@"bar"];1015 XCTAssertEqual(message2a.a.strArray, message2b.a.strArray);1107 XCTAssertNotNil(message.a.strArray);1109 GPBAutocreatedArray *strArray =1110 (GPBAutocreatedArray *)[message.a.strArray retain];1111 XCTAssertTrue([strArray isKindOfClass:[GPBAutocreatedArray class]]);[all …]
2080 std::vector<WideString> strArray; in set_value() local2084 strArray.push_back( in set_value()2088 strArray.push_back(pRuntime->ToWideString(vp)); in set_value()2092 AddDelay_WideStringArray(FP_VALUE, strArray); in set_value()2095 strArray); in set_value()2103 const std::vector<WideString>& strArray) { in SetValue() argument2105 if (strArray.empty()) in SetValue()2118 if (pFormField->GetValue() != strArray[0]) { in SetValue()2119 pFormField->SetValue(strArray[0], true); in SetValue()2125 if (pFormField->GetValue() != strArray[0]) { in SetValue()[all …]
296 const std::vector<WideString>& strArray);