OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReserveAdditionalBytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
output_string_crope.h
33
void OutputString<__gnu_cxx::crope>::
ReserveAdditionalBytes
(
/external/chromium/sdch/open-vcdiff/src/google/
output_string.h
38
//
ReserveAdditionalBytes
(). This asks the underlying output type to reserve
41
// advance, so one large
ReserveAdditionalBytes
() operation precedes many small
43
// advance how many bytes will be appended,
ReserveAdditionalBytes
() can be
55
virtual void
ReserveAdditionalBytes
(size_t res_arg) = 0;
85
virtual void
ReserveAdditionalBytes
(size_t res_arg) {
Completed in 156 milliseconds