Home
last modified time | relevance | path

Searched defs:BOOL (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary.m2372 + (instancetype)dictionaryWithBools:(const BOOL [])values argument
2374 count:(NSUInteger)count {
2398 count:(NSUInteger)count {
2525 - (BOOL)getBool:(nullable BOOL *)value forKey:(uint32_t)key {
2542 - (void)setBool:(BOOL)value forKey:(uint32_t)key { argument
4345 + (instancetype)dictionaryWithBools:(const BOOL [])values argument
4347 count:(NSUInteger)count {
4371 count:(NSUInteger)count {
4498 - (BOOL)getBool:(nullable BOOL *)value forKey:(int32_t)key {
4515 - (void)setBool:(BOOL)value forKey:(int32_t)key { argument
[all …]
DGPBUnknownFieldSet.m140 - (BOOL)hasField:(int32_t)number {
307 - (GPBUnknownField *)mutableFieldForNumber:(int32_t)number create:(BOOL)create { argument
DGPBMessage.m1018 - (void)internalClear:(BOOL)zeroStorage { argument
2573 - (BOOL)isEqual:(id)other {
3168 + (BOOL)supportsSecureCoding {
3193 + (BOOL)accessInstanceVariablesDirectly {
DGPBDescriptor.m163 wireFormat:(BOOL)wireFormat { argument
394 BOOL isMessage = GPBDataTypeIsMessage(dataType); argument
DGPBArray.m1802 + (instancetype)arrayWithValue:(BOOL)value { argument
1826 - (instancetype)initWithValues:(const BOOL [])values count:(NSUInteger)count {
1938 - (void)addValue:(BOOL)value { argument
1942 - (void)addValues:(const BOOL [])values count:(NSUInteger)count {
1956 - (void)insertValue:(BOOL)value atIndex:(NSUInteger)index { argument
1977 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(BOOL)value { argument
DGPBCodedOutputStream.m275 - (void)writeBoolNoTag:(BOOL)value { argument
279 - (void)writeBool:(int32_t)fieldNumber value:(BOOL)value { argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dconstants.js180 BOOL: 8, property
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java117 BOOL (JavaType.BOOLEAN , WIRETYPE_VARINT ), enumConstant
DDescriptors.java1156 BOOL (JavaType.BOOLEAN ), enumConstant
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h40 BOOL = ANEURALNETWORKS_BOOL, enumerator