OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__buffer
(Results
26 - 26
of
26
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
ropeimpl.h
846
_Rope_flatten_char_consumer(_CharT*
__buffer
)
847
{ _M_buf_ptr =
__buffer
; };
962
_CharT*
__buffer
=
local
966
(*(__f->_M_fn))(__begin, __len,
__buffer
);
967
__result = __c(
__buffer
, __len);
968
_Alloc().deallocate(
__buffer
, __len * sizeof(_CharT));
972
_Alloc().deallocate(
__buffer
, __len * sizeof(_CharT));
1049
_CharT*
__buffer
)
1051
_Rope_flatten_char_consumer<_CharT> __c(
__buffer
);
1053
return(
__buffer
+ __len)
1169
_CharT
__buffer
[__max_len + 1];
local
[
all
...]
Completed in 652 milliseconds
1
2