Searched refs:MayReturnNull (Results 1 – 4 of 4) sorted by relevance
37 bool MayReturnNull; member
247 MayReturnNull = cf->allocator_may_return_null; in setFrom()256 cf->allocator_may_return_null = MayReturnNull; in copyTo()308 BackendAllocator.Init(Options.MayReturnNull); in init()
1334 bool MayReturnNull() const { in MayReturnNull() function1339 if (MayReturnNull()) in ReturnNullOrDie()
278 options->may_return_null = allocator.MayReturnNull(); in GetOptions()