OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pptr
(Results
126 - 150
of
233
) sorted by null
1
2
3
4
5
6
7
8
9
10
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp
31
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
put_time.pass.cpp
31
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp
36
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
get_streambuf_chart.pass.cpp
37
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
CharT_pointer.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
char.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
char_pointer.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
char_to_wide.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
char_to_wide_pointer.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
signed_char.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
signed_char_pointer.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
unsigned_char.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
unsigned_char_pointer.pass.cpp
33
{return std::basic_string<CharT>(base::pbase(), base::
pptr
());}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
fstream
311
this->pbump(__rhs.
pptr
() - __rhs.pbase());
426
ptrdiff_t __n = this->
pptr
() - this->pbase();
442
ptrdiff_t __n = __rhs.
pptr
() - __rhs.pbase();
675
if (this->
pptr
() == 0)
677
*this->
pptr
() = traits_type::to_char_type(__c);
680
if (this->
pptr
() != this->pbase())
684
size_t __nmemb = static_cast<size_t>(this->
pptr
() - this->pbase());
699
__r = __cv_->out(__st_, this->pbase(), this->
pptr
(), __e,
705
size_t __nmemb = static_cast<size_t>(this->
pptr
() - this->pbase());
716
this->setp((char_type*)__e, this->
pptr
());
[
all
...]
/dalvik/vm/analysis/
RegisterMap.h
197
* Get the register map for the next method. "*
pPtr
" will be advanced past
203
const RegisterMap* dvmRegisterMapGetNext(const void**
pPtr
);
/external/stlport/src/
stdio_streambuf.cpp
207
ptrdiff_t unwritten = this->
pptr
() - this->pbase();
211
if (this->
pptr
() - this->pbase() < unwritten)
/ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp
207
ptrdiff_t unwritten = this->
pptr
() - this->pbase();
211
if (this->
pptr
() - this->pbase() < unwritten)
/external/tcpdump/
print-ldp.c
483
ldp_print(register const u_char *
pptr
, register u_int len) {
487
processed = ldp_msg_print(
pptr
);
491
pptr
+= processed;
497
ldp_msg_print(register const u_char *
pptr
) {
506
tptr=
pptr
;
507
ldp_com_header = (const struct ldp_common_header *)
pptr
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf
403
if (__builtin_expect(this->
pptr
() < this->epptr(), true))
405
*this->
pptr
() = __c;
501
* -
pptr
() returns the next pointer for the output sequence
508
pptr
() const { return _M_out_cur; }
527
* @post @a pbeg == @c pbase(), @a pbeg == @c
pptr
(), and
694
* @post The constraints of @c gptr(), @c eback(), and @c
pptr
()
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
streambuf
407
if (__builtin_expect(this->
pptr
() < this->epptr(), true))
409
*this->
pptr
() = __c;
505
* -
pptr
() returns the next pointer for the output sequence
512
pptr
() const { return _M_out_cur; }
531
* @post @a pbeg == @c pbase(), @a pbeg == @c
pptr
(), and
698
* @post The constraints of @c gptr(), @c eback(), and @c
pptr
()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
streambuf
407
if (__builtin_expect(this->
pptr
() < this->epptr(), true))
409
*this->
pptr
() = __c;
505
* -
pptr
() returns the next pointer for the output sequence
512
pptr
() const { return _M_out_cur; }
531
* @post @a pbeg == @c pbase(), @a pbeg == @c
pptr
(), and
698
* @post The constraints of @c gptr(), @c eback(), and @c
pptr
()
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
streambuf
403
if (__builtin_expect(this->
pptr
() < this->epptr(), true))
405
*this->
pptr
() = __c;
501
* -
pptr
() returns the next pointer for the output sequence
508
pptr
() const { return _M_out_cur; }
527
* @post @a pbeg == @c pbase(), @a pbeg == @c
pptr
(), and
694
* @post The constraints of @c gptr(), @c eback(), and @c
pptr
()
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
streambuf
403
if (__builtin_expect(this->
pptr
() < this->epptr(), true))
405
*this->
pptr
() = __c;
501
* -
pptr
() returns the next pointer for the output sequence
508
pptr
() const { return _M_out_cur; }
527
* @post @a pbeg == @c pbase(), @a pbeg == @c
pptr
(), and
694
* @post The constraints of @c gptr(), @c eback(), and @c
pptr
()
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
streambuf
403
if (__builtin_expect(this->
pptr
() < this->epptr(), true))
405
*this->
pptr
() = __c;
501
* -
pptr
() returns the next pointer for the output sequence
508
pptr
() const { return _M_out_cur; }
527
* @post @a pbeg == @c pbase(), @a pbeg == @c
pptr
(), and
694
* @post The constraints of @c gptr(), @c eback(), and @c
pptr
()
Completed in 313 milliseconds
1
2
3
4
5
6
7
8
9
10