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

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 366 public void WriteSInt64(long value)
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 365 void WireFormatLite::WriteSInt64(int field_number, int64 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 183 inline Status WriteSInt64(int field_number, const DataPiece& data,
187 WireFormatLite::WriteSInt64(field_number, i64.ValueOrDie(), stream);
606 status = WriteSInt64(field.number(), data, stream_.get());

Completed in 91 milliseconds