Home
last modified time | relevance | path

Searched refs:WriteUInt64 (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/webrtc/base/
Dbytebuffer_unittest.cc77 buffer.WriteUInt64(1); in TEST()
158 buffer.WriteUInt64(wu64); in TEST()
197 buffer.WriteUInt64(wu64); in TEST()
Dbytebuffer.h67 void WriteUInt64(uint64_t val);
Dbytebuffer.cc173 void ByteBuffer::WriteUInt64(uint64_t val) { in WriteUInt64() function in rtc::ByteBuffer
Dbitbuffer_unittest.cc202 byteBuffer.WriteUInt64(encoded_val); in TEST()
/external/webrtc/talk/media/devices/
Dfilevideocapturer.cc79 buffer.WriteUInt64(dummy_elapsed_time); in RecordFrame()
80 buffer.WriteUInt64(frame.time_stamp); in RecordFrame()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStats.cs257 output.WriteUInt64(TotalCpuTime); in WriteTo()
261 output.WriteUInt64(IdleCpuTime); in WriteTo()
265 output.WriteUInt64(CqPollCount); in WriteTo()
1167 output.WriteUInt64(CqPollCount); in WriteTo()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc203 inline Status WriteUInt64(int field_number, const DataPiece& data, in WriteUInt64() function
207 WireFormatLite::WriteUInt64(field_number, u64.ValueOrDie(), stream); in WriteUInt64()
614 status = WriteUInt64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/libchrome/base/
Dpickle.h199 void WriteUInt64(uint64_t value) { WritePOD(value); } in WriteUInt64() function
Dpickle_unittest.cc122 pickle.WriteUInt64(testuint64); in TEST()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs145 output.WriteUInt64(Count); in WriteTo()
465 output.WriteUInt64(Count); in WriteTo()
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h252 void WriteUInt64(UInt64 value);
D7zOut.cpp177 void COutArchive::WriteUInt64(UInt64 value) in WriteUInt64() function in NArchive::N7z::COutArchive
503 WriteUInt64(v.Vals[i]); in WriteUInt64DefVector()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs204 public void WriteUInt64(ulong value) in WriteUInt64() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs174 …eldCodec<ulong>(input => input.ReadUInt64(), (output, value) => output.WriteUInt64(value), CodedOu… in ForUInt64()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc355 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h377 static void WriteUInt64 (field_number, uint64 value, output);
Dwrappers.pb.cc1221 ::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->value(), output); in SerializeWithCachedSizes()
Ddescriptor.pb.cc12732 … ::google::protobuf::internal::WireFormatLite::WriteUInt64(4, this->positive_int_value(), output); in SerializeWithCachedSizes()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs460 output.WriteUInt64(Value); in WriteTo()
/external/webrtc/webrtc/p2p/base/
Dstun.cc689 buf->WriteUInt64(bits_); in Write()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs948 output.WriteUInt64(SingleUint64); in WriteTo()
4231 output.WriteUInt64(Data); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2196 output.WriteUInt64(OptionalUint64); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4438 output.WriteUInt64(PositiveIntValue); in WriteTo()