OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZeroCopyOutputStream
(Results
26 - 33
of
33
) sorted by null
1
2
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
242
io::
ZeroCopyOutputStream
* Open(const string& filename);
243
io::
ZeroCopyOutputStream
* OpenForInsert(
256
: public io::
ZeroCopyOutputStream
{
263
// implements
ZeroCopyOutputStream
---------------------------------
416
io::
ZeroCopyOutputStream
* CommandLineInterface::MemoryOutputDirectory::Open(
421
io::
ZeroCopyOutputStream
*
[
all
...]
zip_writer.cc
105
ZipWriter::ZipWriter(io::
ZeroCopyOutputStream
* raw_output)
/external/protobuf/src/google/protobuf/
text_format.cc
645
// Internal class for writing text to the io::
ZeroCopyOutputStream
. Adapted
649
explicit TextGenerator(io::
ZeroCopyOutputStream
* output,
756
io::
ZeroCopyOutputStream
* const output_;
878
io::
ZeroCopyOutputStream
* output) {
889
io::
ZeroCopyOutputStream
* output) {
[
all
...]
message.h
160
class
ZeroCopyOutputStream
; // zero_copy_stream.h
[
all
...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc
214
scoped_ptr<io::
ZeroCopyOutputStream
> output(
/external/protobuf/src/google/protobuf/compiler/java/
java_file.cc
380
scoped_ptr<io::
ZeroCopyOutputStream
> output(
/external/protobuf/src/google/protobuf/io/
coded_stream.cc
526
CodedOutputStream::CodedOutputStream(
ZeroCopyOutputStream
* output)
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
255
scoped_ptr<io::
ZeroCopyOutputStream
> output(output_directory->Open(filename));
[
all
...]
Completed in 191 milliseconds
1
2