Searched refs:NewErrorIterator (Results 1 – 4 of 4) sorted by relevance
383 return NewErrorIterator( in NewIterator()387 return NewErrorIterator(Status::NotSupported( in NewIterator()395 return NewErrorIterator(Status::NotSupported( in NewIterator()399 return NewErrorIterator( in NewIterator()
2524 return NewErrorIterator( in NewIterator()2529 return NewErrorIterator(Status::NotSupported( in NewIterator()2537 return NewErrorIterator(Status::InvalidArgument( in NewIterator()
126 extern Iterator* NewErrorIterator(const Status& status);
162 Iterator* NewErrorIterator(const Status& status) { in NewErrorIterator() function