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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
byte_io.h 30 // ByteWriter<uint64_t>::WriteLittleEndian(buffer, val);
33 // ByteWriter<uint64_t, 5>::WriteBigEndian(buffer, val);
175 class ByteWriter;
177 // Specialization of ByteWriter for unsigned types.
179 class ByteWriter<T, B, false> {
196 // Specialization of ByteWriter for signed types.
198 class ByteWriter<T, B, true> {
203 ByteWriter<U, B, false>::WriteBigEndian(data, ReinterpretAsUnsigned(val));
207 ByteWriter<U, B, false>::WriteLittleEndian(data,
263 class ByteWriter<T, 1, false>
    [all...]
  /prebuilts/go/darwin-x86/src/io/
io.go 253 // ByteWriter is the interface that wraps the WriteByte method.
254 type ByteWriter interface {
  /prebuilts/go/linux-x86/src/io/
io.go 253 // ByteWriter is the interface that wraps the WriteByte method.
254 type ByteWriter interface {
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 191 milliseconds