Home
last modified time | relevance | path

Searched defs:readwrite (Results 1 – 6 of 6) 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.py105 def readwrite(obj, flags): function
/third_party/boost/boost/iostreams/device/
Dmapped_file.hpp55 readwrite = 2, enumerator
/third_party/node/test/parallel/
Dtest-util-inspect.js352 util.inspect({ get readwrite() { return 1; }, set readwrite(val) {} }), setter
/third_party/curl/lib/
Durldata.h791 CURLcode (*readwrite)(struct Curl_easy *data, struct connectdata *conn, member