Searched refs:NewEmptyIterator (Results 1 – 3 of 3) sorted by relevance
96 extern Iterator* NewEmptyIterator();
76 Iterator* NewEmptyIterator() { return new EmptyIterator(Status::OK()); } in NewEmptyIterator() function
241 return NewEmptyIterator(); in NewIterator()