OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRemainingLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
Asset.h
97
virtual off64_t
getRemainingLength
(void) const = 0;
243
virtual off64_t
getRemainingLength
(void) const { return mLength-mOffset; }
300
virtual off64_t
getRemainingLength
(void) const { return mUncompressedLen-mOffset; }
/external/clang/lib/Format/
Format.cpp
[
all
...]
Completed in 53 milliseconds