Searched defs:WriteSInt64 (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs366 public void WriteSInt64(long value) method in class:Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc365 void WireFormatLite::WriteSInt64(int field_number, int64 value, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc183 inline Status WriteSInt64(int field_number, const DataPiece& data, function in namespace:google::protobuf::util::converter::__anon19118
187 WireFormatLite::WriteSInt64(field_number, i64.ValueOrDie(), stream);
606 status = WriteSInt64(field.number(), data, stream_.get());

Completed in 226 milliseconds