Searched refs:setRawValue (Results 1 – 11 of 11) sorted by relevance
384 propertyData.setRawValue( i < length - 1 ? line.substring(i + 1) : ""); in constructPropertyData()415 propertyData.setRawValue(i < length - 1 ? line.substring(i + 1) : ""); in constructPropertyData()604 property.setRawValue(quotedPrintablePart);712 property.setRawValue(quotedPrintablePart);
107 public void setRawValue(String rawValue) { in setRawValue() method in VCardProperty
374 - (void)setRawValue:(int32_t)rawValue forKey:(uint32_t)key;738 - (void)setRawValue:(int32_t)rawValue forKey:(int32_t)key;1102 - (void)setRawValue:(int32_t)rawValue forKey:(uint64_t)key;1466 - (void)setRawValue:(int32_t)rawValue forKey:(int64_t)key;1830 - (void)setRawValue:(int32_t)rawValue forKey:(BOOL)key;2194 - (void)setRawValue:(int32_t)rawValue forKey:(NSString *)key;
3229 - (void)setRawValue:(int32_t)value forKey:(uint32_t)key {5202 - (void)setRawValue:(int32_t)value forKey:(int32_t)key {7175 - (void)setRawValue:(int32_t)value forKey:(uint64_t)key {9148 - (void)setRawValue:(int32_t)value forKey:(int64_t)key {11181 - (void)setRawValue:(int32_t)value forKey:(NSString *)key {13496 - (void)setRawValue:(int32_t)rawValue forKey:(BOOL)key {
160 msg.mapInt32Enum.setRawValue(666, forKey:601) in testProto3Basics()
544 //% [dict setRawValue:VAL2 forKey:KEY2]; // Unknown631 //% [dict setRawValue:VAL4 forKey:KEY1]; // Unknown638 //% [dict setRawValue:VAL1 forKey:KEY4];
3142 [dict setRawValue:801 forKey:12]; // Unknown3276 [dict setRawValue:803 forKey:11]; // Unknown3291 [dict setRawValue:700 forKey:14];
3142 [dict setRawValue:801 forKey:@"bar"]; // Unknown3276 [dict setRawValue:803 forKey:@"foo"]; // Unknown3291 [dict setRawValue:700 forKey:@"mumble"];
3142 [dict setRawValue:801 forKey:32ULL]; // Unknown3276 [dict setRawValue:803 forKey:31ULL]; // Unknown3291 [dict setRawValue:700 forKey:34ULL];
3142 [dict setRawValue:801 forKey:22LL]; // Unknown3276 [dict setRawValue:803 forKey:21LL]; // Unknown3291 [dict setRawValue:700 forKey:24LL];
3142 [dict setRawValue:801 forKey:2U]; // Unknown3276 [dict setRawValue:803 forKey:1U]; // Unknown3291 [dict setRawValue:700 forKey:4U];