OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_pos_
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/text/
Utf8Iterator.h
46
size_t
current_pos_
;
member in class:aapt::text::Utf8Iterator
/bionic/libc/bionic/
dirent.cpp
57
long
current_pos_
;
member in struct:DIR
70
d->
current_pos_
= 0L;
120
d->
current_pos_
= static_cast<long>(entry->d_off);
172
d->
current_pos_
= 0L;
182
d->
current_pos_
= ret;
189
return d->
current_pos_
;
/external/piex/src/binary_parse/
range_checked_byte_ptr.h
197
// sub_array_begin_ <=
current_pos_
<= sub_array_end_
215
// Note that it is _not_ a class invariant that
current_pos_
needs to lie
227
// called anywhere that
current_pos_
changes (whereas, with the present
243
size_t
current_pos_
;
member in class:piex::binary_parse::RangeCheckedBytePtr
470
//
current_pos_
<= sub_array_end_ is a class invariant, but protect
472
if (
current_pos_
<= sub_array_end_) {
473
return sub_array_end_ -
current_pos_
;
491
const size_t read_offset =
current_pos_
+ i;
535
if (
current_pos_
< sub_array_end_) {
536
current_pos_
++
[
all
...]
Completed in 504 milliseconds