Home
last modified time | relevance | path

Searched refs:setRawValue (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V21.java384 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);
DVCardProperty.java107 public void setRawValue(String rawValue) { in setRawValue() method in VCardProperty
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary.h374 - (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;
DGPBDictionary.m3229 - (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 {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBSwiftTests.swift160 msg.mapInt32Enum.setRawValue(666, forKey:601) in testProto3Basics()
DGPBDictionaryTests.pddm544 //% [dict setRawValue:VAL2 forKey:KEY2]; // Unknown
631 //% [dict setRawValue:VAL4 forKey:KEY1]; // Unknown
638 //% [dict setRawValue:VAL1 forKey:KEY4];
DGPBDictionaryTests+Int32.m3142 [dict setRawValue:801 forKey:12]; // Unknown
3276 [dict setRawValue:803 forKey:11]; // Unknown
3291 [dict setRawValue:700 forKey:14];
DGPBDictionaryTests+String.m3142 [dict setRawValue:801 forKey:@"bar"]; // Unknown
3276 [dict setRawValue:803 forKey:@"foo"]; // Unknown
3291 [dict setRawValue:700 forKey:@"mumble"];
DGPBDictionaryTests+UInt64.m3142 [dict setRawValue:801 forKey:32ULL]; // Unknown
3276 [dict setRawValue:803 forKey:31ULL]; // Unknown
3291 [dict setRawValue:700 forKey:34ULL];
DGPBDictionaryTests+Int64.m3142 [dict setRawValue:801 forKey:22LL]; // Unknown
3276 [dict setRawValue:803 forKey:21LL]; // Unknown
3291 [dict setRawValue:700 forKey:24LL];
DGPBDictionaryTests+UInt32.m3142 [dict setRawValue:801 forKey:2U]; // Unknown
3276 [dict setRawValue:803 forKey:1U]; // Unknown
3291 [dict setRawValue:700 forKey:4U];