Home | History | Annotate | Download | only in Analysis

Lines Matching full:nsmutabledictionary

28 @interface NSMutableDictionary : NSDictionary
46 for (x in [NSMutableDictionary testObject])
78 void collectionIsEmpty(NSMutableDictionary *D){
88 void processCollection(NSMutableDictionary *D);
89 void collectionIsEmptyCollectionIsModified(NSMutableDictionary *D){
127 void onlySuppressExitAfterZeroIterations(NSMutableDictionary *D) {
141 void onlySuppressLoopExitAfterZeroIterations_WithContinue(NSMutableDictionary *D) {
157 void onlySuppressLoopExitAfterZeroIterations_WithBreak(NSMutableDictionary *D) {
172 int consistencyBetweenLoopsWhenCountIsUnconstrained(NSMutableDictionary *D) {
188 int consistencyBetweenLoopsWhenCountIsUnconstrained_dual(NSMutableDictionary *D) {