Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBRuntimeTypes.h55 BOOL valueBool; member
DGPBDictionary.m379 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 …]
DGPBDescriptor.m918 return @(defaultValue_.valueBool);
DGPBUtilities.m491 return field.defaultValue.valueBool;
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp455 GLboolean valueBool = expectedValue ? GL_FALSE : GL_TRUE; in BindingPointCheck() local
456 glGetBooleanv(GL_DRAW_INDIRECT_BUFFER_BINDING, &valueBool); in BindingPointCheck()
457 if (valueBool != (expectedValue ? GL_TRUE : GL_FALSE)) in BindingPointCheck()
460 << BoolToString(valueBool) in BindingPointCheck()