Home
last modified time | relevance | path

Searched refs:mutableCopy (Results 1 – 20 of 20) sorted by relevance

/external/protobuf/objectivec/Tests/
Dunittest_objc.proto336 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/
Dchecking-in-arc.m33 - (id)mutableCopy; method
DCommon.h49 - (id)mutableCopy;
Dcheck-with-serialized-diag.m19 - (id)mutableCopy; method
Datautorelease-check.m42 - (id)mutableCopy; method
Dchecking.m33 - (id)mutableCopy; method
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm17 - (id)mutableCopy; method
/external/clang/test/Analysis/
DNSContainers.m28 - (id)mutableCopy; method
308 NSMutableArray *subviews = [[view subviews] mutableCopy];
Dretain-release-path-notes.m136 …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…
Dretain-release.m13087 …('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/
DGeneratedMessageLite.java1240 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/
Drelated-result-type-inference.m17 - (id)mutableCopy; method
/external/protobuf/objectivec/
DGPBUnknownField.m261 mutableLengthDelimitedList_ = [otherLengthDelimitedList mutableCopy];
/external/google-breakpad/src/client/ios/
DBreakpadController.mm204 configuration_ = [[[NSBundle mainBundle] infoDictionary] mutableCopy];
/external/clang/docs/
DAutomaticReferenceCounting.rst455 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/
DSRWebSocket.m1221 NSMutableData *mutableSlice = [slice mutableCopy];
/external/google-styleguide/
Dobjcguide.md1415 NSMutableArray<MyLocation *> *mutableLocations = [otherObject.locations mutableCopy];
/external/clang/include/clang/Basic/
DAttr.td1233 ["none", "alloc", "copy", "init", "mutableCopy", "new"],
DAttrDocs.td507 ``none``, ``alloc``, ``copy``, ``init``, ``mutableCopy``, or ``new``. This
DDiagnosticSemaKinds.td8355 "mutableCopy|new|autorelease|dealloc|finalize|release|retain|retainCount|"