Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 - 18 of 18) sorted by relevance

/third_party/protobuf/objectivec/
H A DGPBType.pbobjc.h206 @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 DGPBApi.pbobjc.h86 @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 DGPBWrappers.pbobjc.h65 @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 DGPBStruct.pbobjc.h101 @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 DGPBWellKnownTypes.h72 @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 DGPBAny.pbobjc.h170 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL;
173 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
H A DGPBTimestamp.pbobjc.h149 @property(nonatomic, readwrite) int64_t seconds;
157 @property(nonatomic, readwrite) int32_t nanos;
H A DGPBDuration.pbobjc.h125 @property(nonatomic, readwrite) int64_t seconds;
135 @property(nonatomic, readwrite) int32_t nanos;
H A DGPBSourceContext.pbobjc.h67 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
H A DGPBFieldMask.pbobjc.h261 @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 DFileOutputBuffer.cpp150 fs::convertFDToNativeFile(File.FD), fs::mapped_file_region::readwrite, in createOnDiskBuffer()
/third_party/python/Lib/
H A Dasyncore.py110 def readwrite(obj, flags): function
193 readwrite(obj, flags)
/third_party/python/Lib/test/
H A Dtest_asyncore.py131 # 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 DMemoryBuffer.h222 sys::fs::mapped_file_region::readwrite;
H A DFileSystem.h1164 readwrite, ///< May access map via data and modify it. Written to path. enumerator
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.h300 enum dxil_component_type comp_type, bool readwrite);
H A Ddxil_module.c806 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 DFileSystem.h689 readwrite, ///< May access map via data and modify it. Written to path. enumerator

Completed in 16 milliseconds