/external/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 336 optional string mutableCopy = 4; field 343 repeated string mutableCopy = 4; field 350 optional int32 mutableCopy = 4; field 357 repeated int32 mutableCopy = 4; field 364 optional self mutableCopy = 4; field 371 repeated self mutableCopy = 4; field
|
/external/clang/test/ARCMT/ |
D | checking-in-arc.m | 33 - (id)mutableCopy; method
|
D | Common.h | 49 - (id)mutableCopy;
|
D | check-with-serialized-diag.m | 19 - (id)mutableCopy; method
|
D | atautorelease-check.m | 42 - (id)mutableCopy; method
|
D | checking.m | 33 - (id)mutableCopy; method
|
/external/clang/test/SemaObjCXX/ |
D | related-result-type-inference.mm | 17 - (id)mutableCopy; method
|
/external/clang/test/Analysis/ |
D | NSContainers.m | 28 - (id)mutableCopy; method 308 NSMutableArray *subviews = [[view subviews] mutableCopy];
|
D | retain-release-path-notes.m | 136 …from a method whose name ('getViolation') does not start with 'copy', 'mutableCopy', 'alloc' or 'n… 3795 …('getViolation') does not start with 'copy', 'mutableCopy', 'al… 3797 …('getViolation') does not start with 'copy', 'mutableCopy', 'al…
|
D | retain-release.m | 13087 …('NoCopyString') does not start with 'copy', 'mutableCopy', 'al… 13089 …('NoCopyString') does not start with 'copy', 'mutableCopy', 'al… 13203 …('noCopyString') does not start with 'copy', 'mutableCopy', 'al… 13205 …('noCopyString') does not start with 'copy', 'mutableCopy', 'al… 13783 …whose name (':') does not start with 'copy', 'mutableCopy', 'al… 13785 …whose name (':') does not start with 'copy', 'mutableCopy', 'al… 19069 …alsoReturnsRetained') does not start with 'copy', 'mutableCopy', 'al… 19071 …alsoReturnsRetained') does not start with 'copy', 'mutableCopy', 'al… 19359 …ReturnsRetainedAsCF') does not start with 'copy', 'mutableCopy', 'al… 19361 …ReturnsRetainedAsCF') does not start with 'copy', 'mutableCopy', 'al…
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 1240 protected static IntList mutableCopy(IntList list) { in mutableCopy() method in GeneratedMessageLite 1250 protected static LongList mutableCopy(LongList list) { in mutableCopy() method in GeneratedMessageLite 1260 protected static FloatList mutableCopy(FloatList list) { in mutableCopy() method in GeneratedMessageLite 1270 protected static DoubleList mutableCopy(DoubleList list) { in mutableCopy() method in GeneratedMessageLite 1280 protected static BooleanList mutableCopy(BooleanList list) { in mutableCopy() method in GeneratedMessageLite 1290 protected static <E> ProtobufList<E> mutableCopy(ProtobufList<E> list) { in mutableCopy() method in GeneratedMessageLite
|
/external/clang/test/SemaObjC/ |
D | related-result-type-inference.m | 17 - (id)mutableCopy; method
|
/external/protobuf/objectivec/ |
D | GPBUnknownField.m | 261 mutableLengthDelimitedList_ = [otherLengthDelimitedList mutableCopy];
|
/external/google-breakpad/src/client/ios/ |
D | BreakpadController.mm | 204 configuration_ = [[[NSBundle mainBundle] infoDictionary] mutableCopy];
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 455 Methods in the ``alloc``, ``copy``, ``init``, ``mutableCopy``, and ``new`` 1189 * ``mutableCopy`` methods must return a retainable object pointer type. 1237 ``alloc``, ``copy``, ``init``, ``mutableCopy``, or ``new``, in which case the 1262 Methods in the ``alloc``, ``copy``, ``mutableCopy``, and ``new`` families --- 1271 the ``alloc``, ``copy``, ``mutableCopy``, and ``new`` families provide access
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/ |
D | SRWebSocket.m | 1221 NSMutableData *mutableSlice = [slice mutableCopy];
|
/external/google-styleguide/ |
D | objcguide.md | 1415 NSMutableArray<MyLocation *> *mutableLocations = [otherObject.locations mutableCopy];
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1233 ["none", "alloc", "copy", "init", "mutableCopy", "new"],
|
D | AttrDocs.td | 507 ``none``, ``alloc``, ``copy``, ``init``, ``mutableCopy``, or ``new``. This
|
D | DiagnosticSemaKinds.td | 8355 "mutableCopy|new|autorelease|dealloc|finalize|release|retain|retainCount|"
|