Home
last modified time | relevance | path

Searched defs:readwrite (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/objectivec/
DGPBWrappers.pbobjc.h55 @property(nonatomic, readwrite) double value; in property() argument
73 @property(nonatomic, readwrite) float value; in property() argument
91 @property(nonatomic, readwrite) int64_t value; in property() argument
109 @property(nonatomic, readwrite) uint64_t value; in property() argument
127 @property(nonatomic, readwrite) int32_t value; in property() argument
145 @property(nonatomic, readwrite) uint32_t value; in property() argument
163 @property(nonatomic, readwrite) BOOL value; in property() argument
181 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
DGPBType.pbobjc.h394 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dasm.rs76 readwrite: bool, field
235 let readwrite = out_place.is_none(); in codegen_inline_asm() localVariable
/third_party/python/Lib/
Dasyncore.py110 def readwrite(obj, flags): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h689 readwrite, ///< May access map via data and modify it. Written to path. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h1164 readwrite, ///< May access map via data and modify it. Written to path. enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c815 bool readwrite) in dxil_module_get_res_type()