Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
DGPBWrappers.pbobjc.h65 @property(nonatomic, readwrite) double value; in property() argument
83 @property(nonatomic, readwrite) float value; in property() argument
101 @property(nonatomic, readwrite) int64_t value; in property() argument
119 @property(nonatomic, readwrite) uint64_t value; in property() argument
137 @property(nonatomic, readwrite) int32_t value; in property() argument
155 @property(nonatomic, readwrite) uint32_t value; in property() argument
173 @property(nonatomic, readwrite) BOOL value; in property() argument
191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
DGPBType.pbobjc.h393 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; in property() argument
/third_party/python/Lib/
Dasyncore.py112 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/node/test/parallel/
Dtest-util-inspect.js367 util.inspect({ get readwrite() { return 1; }, set readwrite(val) {} }), setter
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c806 enum dxil_component_type comp_type, bool readwrite) in dxil_module_get_res_type()
/third_party/curl/lib/
Durldata.h801 CURLcode (*readwrite)(struct Curl_easy *data, struct connectdata *conn, member