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.h297 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed) in AttributeList() argument
308 ExtraData.MustBeNull = mustBeNull; in AttributeList()
679 bool layoutCompatible, bool mustBeNull, in createTypeTagForDatatype() argument
685 layoutCompatible, mustBeNull, in createTypeTagForDatatype()
816 bool layoutCompatible, bool mustBeNull, in addNewTypeTagForDatatype() argument
822 layoutCompatible, mustBeNull, syntax); in addNewTypeTagForDatatype()