Searched defs:CopyBytes (Results 1 – 4 of 4) sorted by relevance
| /external/brotli/csharp/org/brotli/dec/ | ||
| D | BitReader.cs | 206 internal static void CopyBytes(Org.Brotli.Dec.BitReader br, byte[] data, int offset, int length) in CopyBytes() method in Org.Brotli.Dec.BitReader |
| /external/webrtc/webrtc/p2p/base/ | ||
| D | stun.cc | 718 void StunByteStringAttribute::CopyBytes(const char* bytes) { in CopyBytes() function in cricket::StunByteStringAttribute |
| /external/v8/src/ | ||
| D | utils.h | 1166 inline void CopyBytes(T* dst, const T* src, size_t num_bytes) { in CopyBytes() function |
| /external/dng_sdk/source/ | ||
| D | dng_bottlenecks.h | 572 CopyBytesProc *CopyBytes; member |