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

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 239 public void WriteFixed64(ulong value)
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 375 void WireFormatLite::WriteFixed64(int field_number, uint64 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 193 inline Status WriteFixed64(int field_number, const DataPiece& data,
197 WireFormatLite::WriteFixed64(field_number, u64.ValueOrDie(), stream);
610 status = WriteFixed64(field.number(), data, stream_.get());

Completed in 247 milliseconds