| /third_party/boost/boost/compute/ |
| D | buffer.hpp | 54 class buffer : public memory_object class 58 buffer() in buffer() function in boost::compute::buffer 65 explicit buffer(cl_mem mem, bool retain = true) in buffer() function in boost::compute::buffer 74 buffer(const context &context, in buffer() function in boost::compute::buffer 91 buffer(const buffer &other) in buffer() function in boost::compute::buffer 97 buffer& operator=(const buffer &other) in operator =() 108 buffer(buffer&& other) BOOST_NOEXCEPT in buffer() function in boost::compute::buffer 114 buffer& operator=(buffer&& other) BOOST_NOEXCEPT in operator =()
|
| /third_party/boost/libs/compute/include/boost/compute/ |
| D | buffer.hpp | 54 class buffer : public memory_object class 58 buffer() in buffer() function in boost::compute::buffer 65 explicit buffer(cl_mem mem, bool retain = true) in buffer() function in boost::compute::buffer 74 buffer(const context &context, in buffer() function in boost::compute::buffer 91 buffer(const buffer &other) in buffer() function in boost::compute::buffer 97 buffer& operator=(const buffer &other) in operator =() 108 buffer(buffer&& other) BOOST_NOEXCEPT in buffer() function in boost::compute::buffer 114 buffer& operator=(buffer&& other) BOOST_NOEXCEPT in operator =()
|
| /third_party/protobuf/js/experimental/runtime/ |
| D | bytestring_test.js | 59 const buffer = new ArrayBuffer(4); constant 82 const buffer = new ArrayBuffer(4); constant 103 const buffer = new ArrayBuffer(4); constant 164 const other = ByteString.fromBase64String(HALLO_IN_BASE64); constant 169 const other = ByteString.fromBase64String(HALLO_IN_BASE64_WITH_SPACES); constant 174 const other = ByteString.fromArrayBufferView(BYTES_WITH_HALLO); constant 199 const other = ByteString.fromArrayBuffer(arrayBufferSlice(TEST_BYTES, 0)); constant 204 const other = constant 210 const other = constant 216 const other = constant [all …]
|
| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| D | test-bignum.cc | 52 char buffer[kBufferSize]; in TEST() local 121 char buffer[kBufferSize]; in TEST() local 159 char buffer[kBufferSize]; in TEST() local 258 char buffer[kBufferSize]; in TEST() local 260 Bignum other; in TEST() local 352 char buffer[kBufferSize]; in TEST() local 354 Bignum other; in TEST() local 452 char buffer[kBufferSize]; in TEST() local 553 char buffer[kBufferSize]; in TEST() local 654 char buffer[kBufferSize]; in TEST() local [all …]
|
| /third_party/mindspore/mindspore/core/base/ |
| D | base_ref.cc | 24 BaseRef::BaseRef(const BaseRef &other) : Base(other), m_ptr(other.m_ptr) { in BaseRef() 58 BaseRef &BaseRef::operator=(const BaseRef &other) { in operator =() 67 BaseRef &BaseRef::operator=(BaseRef &&other) { in operator =() 91 SetRef &SetRef::operator=(const SetRef &other) { in operator =() 100 std::ostringstream buffer; in ToString() local 116 VectorRef &VectorRef::operator=(const VectorRef &other) { in operator =() 125 std::ostringstream buffer; in ToString() local
|
| /third_party/node/deps/icu-small/source/common/ |
| D | unifiedcache.h | 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() 118 virtual char *writeDescription(char *buffer, int32_t bufLen) const override { in writeDescription() 129 virtual bool equals(const CacheKeyBase &other) const override { in equals() 142 virtual bool equals(const CacheKeyBase &other) const override { in equals() 152 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() 169 virtual char *writeDescription(char *buffer, int32_t bufLen) const override { in writeDescription()
|
| /third_party/boost/libs/container/example/ |
| D | doc_pmr.cpp | 34 ShoppingList(const ShoppingList& other) in ShoppingList() 38 ShoppingList(const ShoppingList& other, allocator_type a) in ShoppingList() 71 char buffer[1024]; in main() local
|
| /third_party/flatbuffers/include/flatbuffers/ |
| D | grpc.h | 42 Message(Message &&other) : slice_(other.slice_) { in Message() function 91 SliceAllocator(SliceAllocator &&other) : slice_(grpc_empty_slice()) { in SliceAllocator() function 103 void swap(SliceAllocator &other) { in swap() 171 MessageBuilder(MessageBuilder &&other) in MessageBuilder() function 210 void Swap(MessageBuilder &other) { in Swap() 276 grpc_byte_buffer **buffer, bool *own_buffer) { in Serialize() 292 grpc_byte_buffer *buffer = *reinterpret_cast<grpc_byte_buffer **>(buf); in Deserialize() local
|
| /third_party/mindspore/mindspore/core/utils/ |
| D | any.h | 44 Any(const Any &other) : m_ptr(other.clone()), m_tpIndex(other.m_tpIndex) {} in Any() 45 Any(Any &&other) : m_ptr(std::move(other.m_ptr)), m_tpIndex(std::move(other.m_tpIndex)) {} in Any() function 69 std::stringstream buffer; in Hash() local 131 std::ostringstream buffer; in ToString() local 183 std::stringstream buffer; in GetString() local
|
| /third_party/protobuf/src/google/protobuf/ |
| D | metadata_lite.h | 106 PROTOBUF_ALWAYS_INLINE void Swap(InternalMetadata* other) { in Swap() 119 PROTOBUF_ALWAYS_INLINE void MergeFrom(const InternalMetadata& other) { in MergeFrom() 187 void DoMergeFrom(const T& other) { in DoMergeFrom() 192 void DoSwap(T* other) { in DoSwap() 235 std::string* buffer() { return &buffer_; } in buffer() function
|
| /third_party/boost/libs/compute/include/boost/compute/iterator/ |
| D | constant_buffer_iterator.hpp | 72 constant_buffer_iterator(const buffer &buffer, size_t index) in constant_buffer_iterator() 78 constant_buffer_iterator(const constant_buffer_iterator<T> &other) in constant_buffer_iterator() 84 constant_buffer_iterator<T>& operator=(const constant_buffer_iterator<T> &other) in operator =() 182 make_constant_buffer_iterator(const buffer &buffer, size_t index = 0) in make_constant_buffer_iterator()
|
| /third_party/boost/boost/compute/iterator/ |
| D | constant_buffer_iterator.hpp | 72 constant_buffer_iterator(const buffer &buffer, size_t index) in constant_buffer_iterator() 78 constant_buffer_iterator(const constant_buffer_iterator<T> &other) in constant_buffer_iterator() 84 constant_buffer_iterator<T>& operator=(const constant_buffer_iterator<T> &other) in operator =() 182 make_constant_buffer_iterator(const buffer &buffer, size_t index = 0) in make_constant_buffer_iterator()
|
| /third_party/mindspore/mindspore/core/abstract/ |
| D | abstract_function.cc | 32 AbstractFunctionPtr AbstractFuncAtom::Join(const AbstractFunctionPtr &other) { in Join() 68 std::ostringstream buffer; in ToString() local 80 bool AbstractFuncUnion::IsSuperSet(const AbstractFunctionPtr &other) { in IsSuperSet() 94 AbstractFunctionPtr AbstractFuncUnion::Join(const AbstractFunctionPtr &other) { in Join() 227 std::ostringstream buffer; in ToString() local 273 std::ostringstream buffer; in ToString() local 310 std::ostringstream buffer; in ToString() local 345 std::ostringstream buffer; in ToString() local
|
| D | abstract_value.cc | 146 std::ostringstream buffer; in ToString() local 171 AbstractBasePtr AbstractScalar::Join(const AbstractBasePtr &other) { in Join() 221 std::ostringstream buffer; in ToString() local 238 std::ostringstream buffer; in ToString() local 247 AbstractBasePtr AbstractFunction::Join(const AbstractBasePtr &other) { in Join() 273 std::ostringstream buffer; in ToString() local 355 AbstractBasePtr AbstractSequeue::ElementsJoin(const AbstractBasePtr &other) { in ElementsJoin() 484 std::ostringstream buffer; in ToString() local 547 AbstractBasePtr AbstractTensor::Join(const AbstractBasePtr &other) { in Join() 656 std::ostringstream buffer; in ToString() local [all …]
|
| /third_party/boost/boost/graph/distributed/detail/ |
| D | filtered_queue.hpp | 40 filtered_queue(const buffer_type& buffer = buffer_type(), in filtered_queue() 79 void swap(filtered_queue& other) in swap() 87 buffer_type buffer; member in boost::filtered_queue 94 make_filtered_queue(const Buffer& buffer, const Predicate& pred) in make_filtered_queue()
|
| /third_party/icu/icu4c/source/common/ |
| D | unifiedcache.h | 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() 116 virtual char *writeDescription(char *buffer, int32_t bufLen) const { in writeDescription() 141 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() 169 virtual char *writeDescription(char *buffer, int32_t bufLen) const { in writeDescription()
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | unifiedcache.h | 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() 116 virtual char *writeDescription(char *buffer, int32_t bufLen) const { in writeDescription() 141 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() 169 virtual char *writeDescription(char *buffer, int32_t bufLen) const { in writeDescription()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | unifiedcache.h | 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() 116 virtual char *writeDescription(char *buffer, int32_t bufLen) const { in writeDescription() 141 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() 169 virtual char *writeDescription(char *buffer, int32_t bufLen) const { in writeDescription()
|
| /third_party/boost/boost/beast/core/impl/ |
| D | buffers_prefix.hpp | 172 buffers_prefix_view const& other, in buffers_prefix_view() 183 buffers_prefix_view(buffers_prefix_view const& other) in buffers_prefix_view() function in boost::beast::buffers_prefix_view 194 operator=(buffers_prefix_view const& other) -> in operator =() 264 net::const_buffer buffer) in buffers_prefix_view() 300 net::mutable_buffer buffer) in buffers_prefix_view()
|
| /third_party/boost/libs/beast/include/boost/beast/core/impl/ |
| D | buffers_prefix.hpp | 172 buffers_prefix_view const& other, in buffers_prefix_view() 183 buffers_prefix_view(buffers_prefix_view const& other) in buffers_prefix_view() function in boost::beast::buffers_prefix_view 194 operator=(buffers_prefix_view const& other) -> in operator =() 264 net::const_buffer buffer) in buffers_prefix_view() 300 net::mutable_buffer buffer) in buffers_prefix_view()
|
| /third_party/boost/libs/beast/include/boost/beast/_experimental/test/ |
| D | stream.hpp | 141 typedef basic_stream<Executor1> other; typedef 213 basic_stream(basic_stream<Executor2>&& other) in basic_stream() function in boost::beast::test::basic_stream 333 buffer() noexcept in buffer() function in boost::beast::test::basic_stream
|
| /third_party/boost/boost/beast/_experimental/test/ |
| D | stream.hpp | 141 typedef basic_stream<Executor1> other; typedef 213 basic_stream(basic_stream<Executor2>&& other) in basic_stream() function in boost::beast::test::basic_stream 333 buffer() noexcept in buffer() function in boost::beast::test::basic_stream
|
| /third_party/boost/libs/compute/include/boost/compute/detail/ |
| D | device_ptr.hpp | 76 device_ptr(const buffer &buffer, size_t index = 0) in device_ptr() 82 device_ptr(const device_ptr<T> &other) in device_ptr() 88 device_ptr<T>& operator=(const device_ptr<T> &other) in operator =() 99 device_ptr(device_ptr<T>&& other) BOOST_NOEXCEPT in device_ptr() function in boost::compute::detail::device_ptr 106 device_ptr<T>& operator=(device_ptr<T>&& other) BOOST_NOEXCEPT in operator =()
|
| /third_party/boost/boost/compute/detail/ |
| D | device_ptr.hpp | 76 device_ptr(const buffer &buffer, size_t index = 0) in device_ptr() 82 device_ptr(const device_ptr<T> &other) in device_ptr() 88 device_ptr<T>& operator=(const device_ptr<T> &other) in operator =() 99 device_ptr(device_ptr<T>&& other) BOOST_NOEXCEPT in device_ptr() function in boost::compute::detail::device_ptr 106 device_ptr<T>& operator=(device_ptr<T>&& other) BOOST_NOEXCEPT in operator =()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | VertexDataManager.cpp | 83 gl::Buffer *buffer = binding.getBuffer().get(); in DirectStoragePossible() local 174 gl::Buffer *buffer = binding.getBuffer().get(); in ClassifyAttributeStorage() local 211 VertexDataManager::CurrentValueState::CurrentValueState(CurrentValueState &&other) in CurrentValueState() function in rx::VertexDataManager::CurrentValueState 330 gl::Buffer *buffer = binding.getBuffer().get(); in StoreDirectAttrib() local 354 gl::Buffer *buffer = binding.getBuffer().get(); in StoreStaticAttrib() local 472 gl::Buffer *buffer = binding.getBuffer().get(); in PromoteDynamicAttribs() local 496 gl::Buffer *buffer = binding.getBuffer().get(); in reserveSpaceForAttrib() local 536 gl::Buffer *buffer = binding.getBuffer().get(); in storeDynamicAttrib() local 591 StreamingVertexBufferInterface &buffer = *cachedState->buffer; in storeCurrentValue() local 633 VertexBufferBinding::VertexBufferBinding(const VertexBufferBinding &other) in VertexBufferBinding() [all …]
|