Searched defs:WriteFixed64 (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedOutputStream.cs | 239 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream |
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 375 void WireFormatLite::WriteFixed64(int field_number, uint64 value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite |
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 193 inline Status WriteFixed64(int field_number, const DataPiece& data, in WriteFixed64() function |