Home
last modified time | relevance | path

Searched refs:_size_found (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Dfile_wrapper_input.cpp23 _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()
/frameworks/compile/libbcc/include/bcinfo/Wrap/
Dfile_wrapper_input.h49 bool _size_found; variable