Home
last modified time | relevance | path

Searched refs:mustBeNull (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/testng37/
DNullParameterTest.java14 public void nullParameter(String notNull, int mustBeNull) { in nullParameter() argument
16 Assert.assertNull(mustBeNull, "null parameter expected"); in nullParameter()
/external/clang/include/clang/Sema/
DAttributeList.h275 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed) in AttributeList() argument
286 ExtraData.MustBeNull = mustBeNull; in AttributeList()
636 bool layoutCompatible, bool mustBeNull, in createTypeTagForDatatype() argument
642 layoutCompatible, mustBeNull, in createTypeTagForDatatype()
771 bool layoutCompatible, bool mustBeNull, in addNewTypeTagForDatatype() argument
777 layoutCompatible, mustBeNull, syntax); in addNewTypeTagForDatatype()