Home
last modified time | relevance | path

Searched defs:CopyBytes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DCopyBytes.cpp32 void CopyBytes( in CopyBytes() function
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Darray.h35 PW_CONSTEVAL void CopyBytes(B* array, T value, Args... args) { in CopyBytes() function
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dstring.go171 func (s *String) CopyBytes(out []byte) bool { func
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DBitReader.cs206 internal static void CopyBytes(Org.Brotli.Dec.BitReader br, byte[] data, int offset, int length) in CopyBytes() method in Org.Brotli.Dec.BitReader
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc1126 void StunByteStringAttribute::CopyBytes(absl::string_view bytes) { in CopyBytes() function in cricket::StunByteStringAttribute
1132 void StunByteStringAttribute::CopyBytes(const void* bytes, size_t length) { in CopyBytes() function in cricket::StunByteStringAttribute
/aosp_15_r20/trusty/user/base/app/apploader/tests/cbor_test/
Dcbor_test.cpp379 TEST(CborTest, CopyBytes) { argument
/aosp_15_r20/system/extras/simpleperf/
H A Dtracing.cpp608 void CopyBytes(const char*& p, size_t len) { in CopyBytes() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_bottlenecks.h572 CopyBytesProc *CopyBytes; member