Home
last modified time | relevance | path

Searched refs:valueBool (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBRuntimeTypes.h55 BOOL valueBool; member
DGPBDictionary.m385 valueToFill->valueBool = GPBCodedInputStreamReadBool(&stream->state_);
1276 //% int idx = (key->valueBool ? 1 : 0);
1472 //% int idx = (key->valueBool ? 1 : 0);
2515 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueUInt32)];
4488 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueInt32)];
6461 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueUInt64)];
8434 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueInt64)];
10443 [_dictionary setObject:@(value->valueBool) forKey:key->valueString];
11369 int idx = (key->valueBool ? 1 : 0);
11611 int idx = (key->valueBool ? 1 : 0);
[all …]
DGPBDescriptor.m945 return @(defaultValue_.valueBool);
DGPBUtilities.m497 return field.defaultValue.valueBool;