Searched refs:expect_null (Results 1 – 2 of 2) sorted by relevance
866 bool expect_null = false; in CheckInstance() local893 expect_null = true; in CheckInstance()899 if (!expect_null && obj == nullptr) { in CheckInstance()903 if (expect_null && !null_ok) { in CheckInstance()
2637 bool expect_null = false; in DecodeJObject() local2657 expect_null = true; in DecodeJObject()2662 DCHECK(expect_null || result != nullptr) in DecodeJObject()