Searched refs:STAssertNil (Results 1 – 3 of 3) sorted by relevance
169 STAssertNil(BreakpadKeyValue(b, @"key"),
122 … STAssertNil([tree description], @"Tree description was not nil, was: %@", [tree description]);159 STAssertNil(tree.token.text, @"Tree text was not nil: %@", tree.token.text);
683 #define STAssertNil(a1, description, ...) \ macro