/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 543 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 545 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/ |
D | memory-public.h | 33 wuffs_base__malloc_slice_u8(void* (*malloc_func)(size_t), uint64_t num_u8) { in wuffs_base__malloc_slice_u8() 44 wuffs_base__malloc_slice_u16(void* (*malloc_func)(size_t), uint64_t num_u16) { in wuffs_base__malloc_slice_u16() 55 wuffs_base__malloc_slice_u32(void* (*malloc_func)(size_t), uint64_t num_u32) { in wuffs_base__malloc_slice_u32() 66 wuffs_base__malloc_slice_u64(void* (*malloc_func)(size_t), uint64_t num_u64) { in wuffs_base__malloc_slice_u64()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 565 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 567 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/third_party/boost/libs/beast/test/doc/ |
D | websocket_8_notes.cpp | 53 ws.async_read(b, [](error_code, std::size_t){}); in snippets() 54 ws.async_read(b, [](error_code, std::size_t){}); in snippets() 62 ws.async_read(b, [](error_code, std::size_t){}); in snippets() 63 ws.async_write(b.data(), [](error_code, std::size_t){}); in snippets()
|
/third_party/boost/boost/mp11/ |
D | tuple.hpp | 34 …BOOST_MP11_CONSTEXPR auto tuple_apply_impl( F && f, Tp && tp, integer_sequence<std::size_t, J...> ) in tuple_apply_impl() 54 …> BOOST_MP11_CONSTEXPR T construct_from_tuple_impl( Tp && tp, integer_sequence<std::size_t, J...> ) in construct_from_tuple_impl() 72 …lass F> BOOST_MP11_CONSTEXPR F tuple_for_each_impl( Tp && tp, integer_sequence<std::size_t, J...>,… in tuple_for_each_impl() 78 … F> BOOST_MP11_CONSTEXPR F tuple_for_each_impl( Tp && /*tp*/, integer_sequence<std::size_t>, F && … in tuple_for_each_impl() 117 BOOST_MP11_CONSTEXPR auto tuple_transform_impl( integer_sequence<std::size_t, J...>, F const& f, Tp… in tuple_transform_impl() 126 BOOST_MP11_CONSTEXPR auto tuple_transform_impl( integer_sequence<std::size_t, J...>, F const& f, Tp… in tuple_transform_impl() 133 BOOST_MP11_CONSTEXPR auto tuple_transform_impl( integer_sequence<std::size_t, J...>, F const& f, Tp… in tuple_transform_impl() 140 BOOST_MP11_CONSTEXPR auto tuple_transform_impl( integer_sequence<std::size_t, J...>, F const& f, Tp… in tuple_transform_impl()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/ |
D | somas_solver_alg.cc | 26 bool SmallestFit(const pair<size_t, size_t> &a, const pair<size_t, size_t> &b) { in SmallestFit() 29 bool LargestFit(const pair<size_t, size_t> &a, const pair<size_t, size_t> &b) { in LargestFit() 32 bool BestFit(const pair<size_t, size_t> &a, const pair<size_t, size_t> &b) { in BestFit() 35 bool WorstFit(const pair<size_t, size_t> &a, const pair<size_t, size_t> &b) { in WorstFit()
|
/third_party/flutter/skia/src/core/ |
D | SkReadBuffer.h | 228 SkReadBuffer(const void*, size_t) {} in SkReadBuffer() argument 239 const void* skip(size_t) { return nullptr; } in skip() argument 240 const void* skip(size_t, size_t) { return nullptr; } in skip() argument 242 template <typename T> const T* skipT(size_t) { return nullptr; } in skipT() argument 285 bool readPad32 (void*, size_t) { return false; } in readPad32() argument 286 bool readByteArray (void*, size_t) { return false; } in readByteArray() argument 287 bool readColorArray (SkColor*, size_t) { return false; } in readColorArray() argument 288 bool readColor4fArray(SkColor4f*, size_t) { return false; } in readColor4fArray() argument 289 bool readIntArray (int32_t*, size_t) { return false; } in readIntArray() argument 290 bool readPointArray (SkPoint*, size_t) { return false; } in readPointArray() argument [all …]
|
/third_party/boost/boost/graph/detail/ |
D | indexed_properties.hpp | 133 indexed_vertex_properties(std::size_t) {} in indexed_vertex_properties() 137 void resize(std::size_t) {} in resize() 138 void reserve(std::size_t) {} in reserve() 267 void write_by_index(std::size_t /*idx*/, const no_property& /*prop*/) {} in write_by_index() 277 indexed_edge_properties(std::size_t) {} in indexed_edge_properties() 280 void resize(std::size_t) {} in resize() 281 void reserve(std::size_t) {} in reserve() 285 void move_range(std::size_t /*src_begin*/, std::size_t /*src_end*/, in move_range()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ps/ |
D | pserver_kernel.h | 35 …virtual void InitKernel(const std::shared_ptr<std::vector<std::shared_ptr<std::vector<size_t>>>> &… in InitKernel() 37 … const std::shared_ptr<std::vector<std::shared_ptr<std::vector<size_t>>>> &) {} in InitKernel() 38 virtual void ReInit(const std::vector<std::vector<size_t>> &) {} in ReInit()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | operator_costmodel.cc | 175 void MatMulCost::CalculateInputsInMemory(const std::map<size_t, bool> &prev_output_in_mem) { in CalculateInputsInMemory() 246 void CastCost::CalculateInputsInMemory(const std::map<size_t, bool> &) { in CalculateInputsInMemory() 254 void GeLUCost::CalculateInputsInMemory(const std::map<size_t, bool> &prev_output_in_mem) { in CalculateInputsInMemory() 317 void SoftmaxCost::CalculateInputsInMemory(const std::map<size_t, bool> &) { in CalculateInputsInMemory() 325 void PackCost::CalculateInputsInMemory(const std::map<size_t, bool> &) { in CalculateInputsInMemory() 333 void TileCost::CalculateInputsInMemory(const std::map<size_t, bool> &prev_output_in_mem) { in CalculateInputsInMemory() 354 void BroadcastToCost::CalculateInputsInMemory(const std::map<size_t, bool> &) { in CalculateInputsInMemory() 359 void ReLU6Cost::CalculateInputsInMemory(const std::map<size_t, bool> &prev_output_in_mem) { in CalculateInputsInMemory() 370 void TransposeCost::CalculateInputsInMemory(const std::map<size_t, bool> &prev_output_in_mem) { in CalculateInputsInMemory() 421 void TmpIdentityCost::CalculateInputsInMemory(const std::map<size_t, bool> &) { in CalculateInputsInMemory() [all …]
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | read3.cpp | 73 [&](error_code ec, std::size_t) in testSuspend() 74 { in testSuspend() 109 { in testSuspend() 157 [&](error_code ec, std::size_t) in testSuspend() 158 { in testSuspend() 197 { in testSuspend() 250 { in testParseFrame() 324 { in testParseFrame() 416 [&](error_code, std::size_t) in testIssue954() 417 { in testIssue954() [all …]
|
D | ping.cpp | 187 { in testSuspend() 229 { in testSuspend() 270 { in testSuspend() 310 { in testSuspend() 402 [&](error_code, std::size_t){}); in testSuspend() 406 [&](error_code, std::size_t){}); in testSuspend() 411 [&](error_code, std::size_t){}); in testSuspend() 432 { in testSuspend()
|
D | close.cpp | 367 { in testSuspend() 408 { in testSuspend() 449 { in testSuspend() 500 { in testSuspend() 544 { in testSuspend() 594 [&](error_code ec, std::size_t) in testSuspend() 595 { in testSuspend() 627 { in testSuspend() 703 [&](error_code ec, std::size_t) in testSuspend() 704 { in testSuspend()
|
/third_party/skia/src/sksl/ |
D | SkSLMemoryPool.h | 31 static std::unique_ptr<MemoryPool> Make(size_t, size_t) { in Make() argument
|
/third_party/mbedtls/library/ |
D | ecdh.c | 76 int (*f_rng)(void *, unsigned char *, size_t), in ecdh_gen_public_restartable() argument 99 int (*f_rng)(void *, unsigned char *, size_t), in mbedtls_ecdh_gen_public() argument 117 int (*f_rng)(void *, unsigned char *, size_t), in ecdh_compute_shared_restartable() argument 148 int (*f_rng)(void *, unsigned char *, size_t), in mbedtls_ecdh_compute_shared() argument 303 size_t), in ecdh_make_params_internal() argument 358 int (*f_rng)(void *, unsigned char *, size_t), in mbedtls_ecdh_make_params() argument 526 size_t), in ecdh_make_public_internal() argument 564 int (*f_rng)(void *, unsigned char *, size_t), in mbedtls_ecdh_make_public() argument 648 size_t), in ecdh_calc_secret_internal() argument 698 int (*f_rng)(void *, unsigned char *, size_t), in mbedtls_ecdh_calc_secret() argument [all …]
|
/third_party/boost/libs/asio/test/local/ |
D | stream_protocol.cpp | 37 void send_handler(const boost::system::error_code&, std::size_t) in send_handler() 41 void receive_handler(const boost::system::error_code&, std::size_t) in receive_handler() 45 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler() 49 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()
|
/third_party/boost/libs/asio/test/generic/ |
D | stream_protocol.cpp | 42 void send_handler(const boost::system::error_code&, std::size_t) in send_handler() 46 void receive_handler(const boost::system::error_code&, std::size_t) in receive_handler() 50 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler() 54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()
|
/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.h | 206 inline void RecordStorageChanged(size_t /*size*/, size_t /*capacity*/) {} in RecordStorageChanged() argument 207 inline void RecordRehash(size_t /*total_probe_length*/) {} in RecordRehash() argument 208 inline void RecordInsert(size_t /*hash*/, size_t /*distance_from_desired*/) {} in RecordInsert() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.h | 207 inline void RecordStorageChanged(size_t /*size*/, size_t /*capacity*/) {} in RecordStorageChanged() argument 208 inline void RecordRehash(size_t /*total_probe_length*/) {} in RecordRehash() argument 209 inline void RecordInsert(size_t /*hash*/, size_t /*distance_from_desired*/) {} in RecordInsert() argument
|
/third_party/boost/libs/beast/example/websocket/server/chat-multi/ |
D | websocket_session.cpp | 62 on_read(beast::error_code ec, std::size_t) in on_read() 119 on_write(beast::error_code ec, std::size_t) in on_write()
|
/third_party/boost/boost/asio/ |
D | buffered_stream.hpp | 134 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 167 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 196 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 228 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | buffered_stream.hpp | 134 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 167 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 196 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 228 void (boost::system::error_code, std::size_t)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
|
/third_party/boost/libs/asio/example/cpp11/chat/ |
D | chat_client.cpp | 70 { in do_read_header() 87 { in do_read_body() 107 { in do_write()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/chat/ |
D | chat_client.cpp | 70 { in do_read_header() 87 { in do_read_body() 107 { in do_write()
|
/third_party/boost/libs/asio/test/ssl/ |
D | stream.cpp | 42 void buffered_handshake_handler(const boost::system::error_code&, std::size_t) in buffered_handshake_handler() 50 void write_some_handler(const boost::system::error_code&, std::size_t) in write_some_handler() 54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler()
|