HomeSort by relevance Sort by last modified time
    Searched defs:WriteStringToArray (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 623 static uint8* WriteStringToArray(const string& str, uint8* target);
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 639 inline uint8* WireFormatLite::WriteStringToArray(int field_number,
648 return io::CodedOutputStream::WriteStringToArray(value, target);
655 return io::CodedOutputStream::WriteStringToArray(value, target);

Completed in 14 milliseconds