Home
last modified time | relevance | path

Searched defs:src_begin (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/iostreams/src/
Dbzip2.cpp85 void bzip2_base::before( const char*& src_begin, const char* src_end, in before()
95 void bzip2_base::after(const char*& src_begin, char*& dest_begin) in after()
102 int bzip2_base::check_end(const char* src_begin, const char* dest_begin) in check_end()
Dlzma.cpp90 void lzma_base::before( const char*& src_begin, const char* src_end, in before()
100 void lzma_base::after(const char*& src_begin, char*& dest_begin, bool) in after()
Dzlib.cpp100 void zlib_base::before( const char*& src_begin, const char* src_end, in before()
110 void zlib_base::after(const char*& src_begin, char*& dest_begin, bool compress) in after()
Dzstd.cpp70 void zstd_base::before( const char*& src_begin, const char* src_end, in before()
83 void zstd_base::after(const char*& src_begin, char*& dest_begin, bool) in after()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dcarry_data.cc27 const std::vector<lite::Tensor *>::iterator &src_begin, in MoveData()
/third_party/boost/boost/iostreams/filter/
Dzstd.hpp290 ( const char*& src_begin, const char* src_end, in filter()
321 ( const char*& src_begin, const char* src_end, in filter()
Dlzma.hpp301 ( const char*& src_begin, const char* src_end, in filter()
333 ( const char*& src_begin, const char* src_end, in filter()
Dbzip2.hpp325 ( const char*& src_begin, const char* src_end, in filter()
365 ( const char*& src_begin, const char* src_end, in filter()
Dzlib.hpp351 ( const char*& src_begin, const char* src_end, in filter()
385 ( const char*& src_begin, const char* src_end, in filter()
/third_party/boost/boost/gil/extension/numeric/
Dalgorithm.hpp138 SrcIterator src_begin, in correlate_pixels_n()
186 SrcIterator src_begin, in correlate_pixels_k()
Dconvolve.hpp158 SrcIterator src_begin, in operator ()()
/third_party/spirv-tools/source/opt/
Dfunction.h221 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
/third_party/boost/boost/graph/detail/
Dindexed_properties.hpp212 std::size_t src_begin, std::size_t src_end, std::size_t dest_begin) in move_range()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h353 EdgeIterator src_begin() const { return SrcEdges.begin(); } in src_begin() function