HomeSort by relevance Sort by last modified time
    Searched refs:readwrite (Results 1 - 25 of 38) sorted by null

1 2

  /external/protobuf/objectivec/google/protobuf/
Type.pbobjc.h 173 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
176 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray;
181 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray;
186 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
191 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
193 @property(nonatomic, readwrite) BOOL hasSourceContext;
196 @property(nonatomic, readwrite) GPBSyntax syntax;
227 @property(nonatomic, readwrite) GPBField_Kind kind;
230 @property(nonatomic, readwrite) GPBField_Cardinality cardinality;
233 @property(nonatomic, readwrite) int32_t number
    [all...]
Api.pbobjc.h 55 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
58 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray;
63 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
87 @property(nonatomic, readwrite, copy, null_resettable) NSString *version;
91 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
93 @property(nonatomic, readwrite) BOOL hasSourceContext;
96 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray;
101 @property(nonatomic, readwrite) enum GPBSyntax syntax;
129 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
132 @property(nonatomic, readwrite, copy, null_resettable) NSString *requestTypeURL
    [all...]
Wrappers.pbobjc.h 44 @property(nonatomic, readwrite) double value;
60 @property(nonatomic, readwrite) float value;
76 @property(nonatomic, readwrite) int64_t value;
92 @property(nonatomic, readwrite) uint64_t value;
108 @property(nonatomic, readwrite) int32_t value;
124 @property(nonatomic, readwrite) uint32_t value;
140 @property(nonatomic, readwrite) BOOL value;
156 @property(nonatomic, readwrite, copy, null_resettable) NSString *value;
172 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
Struct.pbobjc.h 74 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields;
113 @property(nonatomic, readwrite) GPBNullValue nullValue;
116 @property(nonatomic, readwrite) double numberValue;
119 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue;
122 @property(nonatomic, readwrite) BOOL boolValue;
125 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue;
128 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue;
155 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
Any.pbobjc.h 121 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL;
124 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
Duration.pbobjc.h 83 @property(nonatomic, readwrite) int64_t seconds;
91 @property(nonatomic, readwrite) int32_t nanos;
Timestamp.pbobjc.h 97 @property(nonatomic, readwrite) int64_t seconds;
103 @property(nonatomic, readwrite) int32_t nanos;
FieldMask.pbobjc.h 190 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray;
SourceContext.pbobjc.h 44 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
  /external/protobuf/objectivec/
GPBWellKnownTypes.h 40 @property(nonatomic, readwrite, strong) NSDate *date;
41 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970;
48 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970;
  /external/antlr/runtime/ObjC/Framework/
TreeIterator.h 56 @property(retain, readwrite) id<BaseTree> up;
57 @property(retain, readwrite) id<BaseTree> down;
58 @property(retain, readwrite) id<BaseTree> eof;
LookaheadStream.h 47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
  /external/walt/ios/WALT/
WALTAppDelegate.m 26 @property (readwrite, nonatomic) WALTClient *client;
MIDIEndpoint.m 20 @property (readwrite, nonatomic, assign) MIDIEndpointRef endpoint;
MIDIClient.m 27 @property (readwrite, nonatomic) MIDISource *source;
28 @property (readwrite, nonatomic) MIDIDestination *destination;
30 @property (readwrite, nonatomic) NSMutableData *sysExBuffer;
  /device/linaro/hikey/gralloc960/
gralloc_buffer_priv.h 65 static inline int gralloc_buffer_attr_map(struct private_handle_t *hnd, int readwrite)
81 if (readwrite)
  /external/grpc-grpc/src/objective-c/GRPCClient/
GRPCCall.h 171 @property(atomic, copy, readwrite) NSString *serverName;
  /external/autotest/site_utils/stable_images/
build_data_unittest.py 205 "main-readwrite-firmware-version":"Google_Coral.10068.39.0"
209 "main-readwrite-firmware-version":null
213 "main-readwrite-firmware-version":null
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 92 FD, mapped_file_region::readwrite, Size, 0, EC);
  /external/openssh/regress/
netcat.c 123 void readwrite(int);
389 readwrite(s);
414 readwrite(s);
426 readwrite(connfd);
444 readwrite(s);
502 readwrite(s);
764 * readwrite()
768 readwrite(int net_fd) function
    [all...]
  /external/curl/lib/
transfer.c 665 if(conn->handler->readwrite) {
666 result = conn->handler->readwrite(data, conn, &nread, &readmore);
683 if(conn->handler->readwrite &&
685 result = conn->handler->readwrite(data, conn, &nread, &readmore);
951 if(conn->handler->readwrite && excess && !conn->bits.stream_was_rewound) {
962 result = conn->handler->readwrite(data, conn, &nread, &readmore);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MemoryBuffer.h 223 sys::fs::mapped_file_region::readwrite;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FileOutputBuffer.cpp 141 File.FD, fs::mapped_file_region::readwrite, Size, 0, EC);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 105 def readwrite(obj, flags): function
199 readwrite(obj, flags)
  /external/python/cpython2/Lib/
asyncore.py 105 def readwrite(obj, flags): function
201 readwrite(obj, flags)

Completed in 571 milliseconds

1 2