OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteRawToArray
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.h
568
// buffer = CodedOutputStream::
WriteRawToArray
(text, strlen(text), buffer);
618
static uint8*
WriteRawToArray
(const void* buffer, int size, uint8* target);
[
all
...]
coded_stream.cc
578
uint8* CodedOutputStream::
WriteRawToArray
(
Completed in 33 milliseconds