/third_party/protobuf/objectivec/ |
H A D | GPBType.pbobjc.h | 206 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 209 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray; 214 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray; 219 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 224 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 226 @property(nonatomic, readwrite) BOOL hasSourceContext; 229 @property(nonatomic, readwrite) GPBSyntax syntax; 266 @property(nonatomic, readwrite) GPBField_Kind kind; 269 @property(nonatomic, readwrite) GPBField_Cardinality cardinality; 272 @property(nonatomic, readwrite) int32_ [all...] |
H A D | GPBApi.pbobjc.h | 86 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 89 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray; 94 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 119 @property(nonatomic, readwrite, copy, null_resettable) NSString *version; 125 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 127 @property(nonatomic, readwrite) BOOL hasSourceContext; 130 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray; 135 @property(nonatomic, readwrite) enum GPBSyntax syntax; 169 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 172 @property(nonatomic, readwrite, cop [all...] |
H A D | GPBWrappers.pbobjc.h | 65 @property(nonatomic, readwrite) double value; 83 @property(nonatomic, readwrite) float value; 101 @property(nonatomic, readwrite) int64_t value; 119 @property(nonatomic, readwrite) uint64_t value; 137 @property(nonatomic, readwrite) int32_t value; 155 @property(nonatomic, readwrite) uint32_t value; 173 @property(nonatomic, readwrite) BOOL value; 191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; 209 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
|
H A D | GPBStruct.pbobjc.h | 101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields; 142 @property(nonatomic, readwrite) GPBNullValue nullValue; 145 @property(nonatomic, readwrite) double numberValue; 148 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue; 151 @property(nonatomic, readwrite) BOOL boolValue; 154 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue; 157 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue; 192 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
|
H A D | GPBWellKnownTypes.h | 72 @property(nonatomic, readwrite, strong) NSDate *date; 80 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970; 115 @property(nonatomic, readwrite) NSTimeInterval timeInterval; 131 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970
|
H A D | GPBAny.pbobjc.h | 170 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL; 173 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
|
H A D | GPBTimestamp.pbobjc.h | 149 @property(nonatomic, readwrite) int64_t seconds; 157 @property(nonatomic, readwrite) int32_t nanos;
|
H A D | GPBDuration.pbobjc.h | 125 @property(nonatomic, readwrite) int64_t seconds; 135 @property(nonatomic, readwrite) int32_t nanos;
|
H A D | GPBSourceContext.pbobjc.h | 67 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
|
H A D | GPBFieldMask.pbobjc.h | 261 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 150 fs::convertFDToNativeFile(File.FD), fs::mapped_file_region::readwrite, in createOnDiskBuffer()
|
/third_party/python/Lib/ |
H A D | asyncore.py | 110 def readwrite(obj, flags): function 193 readwrite(obj, flags)
|
/third_party/python/Lib/test/ |
H A D | test_asyncore.py | 131 # asyncore.readwrite uses constants in the select module that 138 # Check that correct methods are called by readwrite() 177 asyncore.readwrite(tobj, flag) 185 # bubbles all the way up through asyncore readwrite call 187 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag) 193 asyncore.readwrite(tr2, flag)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MemoryBuffer.h | 222 sys::fs::mapped_file_region::readwrite;
|
H A D | FileSystem.h | 1164 readwrite, ///< May access map via data and modify it. Written to path. enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 300 enum dxil_component_type comp_type, bool readwrite);
|
H A D | dxil_module.c | 806 enum dxil_component_type comp_type, bool readwrite) in dxil_module_get_res_type() 824 readwrite ? "RW" : "", in dxil_module_get_res_type() 835 snprintf(class_name, 64, "struct.%sByteAddressBuffer", readwrite ? "RW" : ""); in dxil_module_get_res_type() 805 dxil_module_get_res_type(struct dxil_module *m, enum dxil_resource_kind kind, enum dxil_component_type comp_type, bool readwrite) dxil_module_get_res_type() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 689 readwrite, ///< May access map via data and modify it. Written to path. enumerator
|