Searched refs:_size_found (Results 1 – 2 of 2) sorted by relevance
23 _name(name), _at_eof(false), _size_found(false), _size(0) { in FileWrapperInput()48 if (_size_found) return _size; in Size()51 _size_found = true; in Size()
49 bool _size_found; variable