OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteToOutput
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc
96
bool
WriteToOutput
(ZeroCopyOutputStream* output, const void* data, int size);
130
bool IoTest::
WriteToOutput
(ZeroCopyOutputStream* output,
194
EXPECT_TRUE(
WriteToOutput
(output, str.c_str(), str.size()));
382
WriteToOutput
(&gzout, data.data(), data.size());
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc
97
bool
WriteToOutput
(ZeroCopyOutputStream* output, const void* data, int size);
131
bool IoTest::
WriteToOutput
(ZeroCopyOutputStream* output,
195
EXPECT_TRUE(
WriteToOutput
(output, str.c_str(), str.size()));
540
WriteToOutput
(&gzout, data.data(), data.size());
Completed in 51 milliseconds