Home
last modified time | relevance | path

Searched defs:GetBytes (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp60 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anon4762019d0111::DataFileStreamer
/third_party/cef/libcef_dll/ctocpp/
Dpost_data_element_ctocpp.cc137 size_t CefPostDataElementCToCpp::GetBytes(size_t size, void* bytes) { in GetBytes() function in CefPostDataElementCToCpp
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp89 size_t TextDataStreamer::GetBytes(unsigned char *Buf, size_t Len) { in GetBytes() function in Ice::__anon021f5bba0111::TextDataStreamer
/third_party/cef/libcef/common/
Drequest_impl.h258 void* GetBytes() { return data_.bytes.bytes; } in GetBytes() function
Drequest_impl.cc1257 size_t CefPostDataElementImpl::GetBytes(size_t size, void* bytes) { in GetBytes() function in CefPostDataElementImpl
/third_party/uboot/u-boot-2020.01/tools/patman/
Dtools.py287 def GetBytes(byte, size): function
/third_party/boringssl/src/crypto/test/
Dfile_test.cc306 bool FileTest::GetBytes(std::vector<uint8_t> *out, const std::string &key) { in GetBytes() function in FileTest
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp79 virtual HRESULT STDMETHODCALLTYPE GetBytes (void **buffer) in GetBytes() function in decklink_frame
/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go385 func (server *Server) GetBytes(endPoint string) ([]byte, error) { func