Home
last modified time | relevance | path

Searched +defs:other +defs:buffer (Results 1 – 25 of 268) sorted by relevance

1234567891011

/third_party/boost/boost/compute/
Dbuffer.hpp54 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/
Dbuffer.hpp54 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/
Dbytestring_test.js59 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/
Dtest-bignum.cc52 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/
Dbase_ref.cc24 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/
Dunifiedcache.h42 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/
Ddoc_pmr.cpp34 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/
Dgrpc.h42 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/
Dany.h44 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/
Dmetadata_lite.h106 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/
Dconstant_buffer_iterator.hpp72 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/
Dconstant_buffer_iterator.hpp72 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/
Dabstract_function.cc32 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
Dabstract_value.cc146 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/
Dfiltered_queue.hpp40 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/
Dunifiedcache.h42 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/
Dunifiedcache.h42 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/
Dunifiedcache.h42 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/
Dbuffers_prefix.hpp172 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/
Dbuffers_prefix.hpp172 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/
Dstream.hpp141 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/
Dstream.hpp141 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/
Ddevice_ptr.hpp76 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/
Ddevice_ptr.hpp76 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/
DVertexDataManager.cpp83 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 …]

1234567891011