Searched refs:valueBool (Results 1 – 5 of 5) sorted by relevance
55 BOOL valueBool; member
379 valueToFill->valueBool = GPBCodedInputStreamReadBool(&stream->state_);1263 //% int idx = (key->valueBool ? 1 : 0);1459 //% int idx = (key->valueBool ? 1 : 0);2497 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueUInt32)];4461 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueInt32)];6425 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueUInt64)];8389 [_dictionary setObject:@(value->valueBool) forKey:@(key->valueInt64)];10389 [_dictionary setObject:@(value->valueBool) forKey:key->valueString];11311 int idx = (key->valueBool ? 1 : 0);11552 int idx = (key->valueBool ? 1 : 0);[all …]
918 return @(defaultValue_.valueBool);
491 return field.defaultValue.valueBool;
455 GLboolean valueBool = expectedValue ? GL_FALSE : GL_TRUE; in BindingPointCheck() local456 glGetBooleanv(GL_DRAW_INDIRECT_BUFFER_BINDING, &valueBool); in BindingPointCheck()457 if (valueBool != (expectedValue ? GL_TRUE : GL_FALSE)) in BindingPointCheck()460 << BoolToString(valueBool) in BindingPointCheck()