Searched defs:ByteWriter (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dbyte_io.h30 // 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> { class in namespace:webrtc
196 // Specialization of ByteWriter for signed types.
198 class ByteWriter<T, B, true> { class in namespace:webrtc
203 ByteWriter<U, B, false>::WriteBigEndian(data, ReinterpretAsUnsigned(val));
207 ByteWriter<U, B, false>::WriteLittleEndian(data,
263 class ByteWriter< class in namespace:webrtc
292 class ByteWriter<T, 2, false> { class in namespace:webrtc
324 class ByteWriter<T, 4, false> { class in namespace:webrtc
372 class ByteWriter<T, 8, false> { class in namespace:webrtc
[all...]
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...

Completed in 162 milliseconds