OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_position
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/brillo/streams/
memory_stream.cc
18
size_t
stream_position
)
19
: container_{std::move(container)}, stream_position_{
stream_position
} {}
79
size_t
stream_position
,
82
return StreamPtr{new MemoryStream(std::move(container),
stream_position
)};
memory_stream.h
136
// and so on). |
stream_position
| is the current stream pointer position at
140
size_t
stream_position
,
196
size_t
stream_position
);
/external/antlr/runtime/Ruby/lib/antlr3/
token.rb
180
stream_position
= start ? "(#{ range.inspect })" : ''
184
text_position <<
stream_position
Completed in 230 milliseconds