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

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 348 public void WriteSFixed64(long value)
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 385 void WireFormatLite::WriteSFixed64(int field_number, int64 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 173 inline Status WriteSFixed64(int field_number, const DataPiece& data,
177 WireFormatLite::WriteSFixed64(field_number, i64.ValueOrDie(), stream);
602 status = WriteSFixed64(field.number(), data, stream_.get());

Completed in 538 milliseconds