OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Unread
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc
130
void FileInputStream::
Unread
(ByteVector* b) {
131
Unread
(b, 0, b->size());
134
void FileInputStream::
Unread
(ByteVector* b, int32_t offset, int32_t length) {
memory_input_stream.cc
122
void MemoryInputStream::
Unread
(ByteVector* b) {
123
Unread
(b, 0, b->size());
126
void MemoryInputStream::
Unread
(ByteVector* b, int32_t offset, int32_t length) {
Completed in 324 milliseconds