HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt64 (Results 1 - 25 of 26) sorted by null

1 2

  /external/webrtc/webrtc/base/
bytebuffer.h 67 void WriteUInt64(uint64_t val);
bytebuffer_unittest.cc 77 buffer.WriteUInt64(1);
158 buffer.WriteUInt64(wu64);
197 buffer.WriteUInt64(wu64);
bytebuffer.cc 173 void ByteBuffer::WriteUInt64(uint64_t val) {
bitbuffer_unittest.cc 202 byteBuffer.WriteUInt64(encoded_val);
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 79 buffer.WriteUInt64(dummy_elapsed_time);
80 buffer.WriteUInt64(frame.time_stamp);
  /external/libchrome/base/
pickle.h 239 bool WriteUInt64(uint64_t value) { return WritePOD(value); }
pickle_unittest.cc 122 EXPECT_TRUE(pickle.WriteUInt64(testuint64));
620 pickle.WriteUInt64(42);
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 236 void WriteUInt64(UInt64 value);
7zOut.cpp 177 void COutArchive::WriteUInt64(UInt64 value)
506 WriteUInt64(v.Vals[i]);
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 203 inline Status WriteUInt64(int field_number, const DataPiece& data,
207 WireFormatLite::WriteUInt64(field_number, u64.ValueOrDie(), stream);
614 status = WriteUInt64(field.number(), data, stream_.get());
  /external/libchrome/base/trace_event/
trace_event_argument.cc 47 pickle.WriteUInt64(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(ptr)));
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 355 void WireFormatLite::WriteUInt64(int field_number, uint64 value,
wire_format_lite.h 377 static void WriteUInt64 (field_number, uint64 value, output);
wrappers.pb.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 329 static void WriteUInt64 (field_number, uint64 value, output);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 329 static void WriteUInt64 (field_number, uint64 value, output);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 329 static void WriteUInt64 (field_number, uint64 value, output);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 377 static void WriteUInt64 (field_number, uint64 value, output);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 329 static void WriteUInt64 (field_number, uint64 value, output);
  /external/webrtc/webrtc/p2p/base/
stun.cc 689 buf->WriteUInt64(bits_);
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 204 public void WriteUInt64(ulong value)
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 460 output.WriteUInt64(Value);
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]

Completed in 540 milliseconds

1 2