Searched refs:get_data_size (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/interprocess/sync/windows/ |
D | named_sync.hpp | 40 virtual std::size_t get_data_size() const = 0; 81 const std::size_t buflen = sync_interface.get_data_size(); in close() 128 const std::size_t buflen = sync_interface.get_data_size(); in open_or_create()
|
D | named_mutex.hpp | 80 virtual std::size_t get_data_size() const in get_data_size() function in boost::interprocess::ipcdetail::windows_named_mutex::named_mut_callbacks
|
D | named_semaphore.hpp | 78 virtual std::size_t get_data_size() const in get_data_size() function in boost::interprocess::ipcdetail::windows_named_semaphore::named_sem_callbacks
|
D | named_condition_any.hpp | 151 virtual std::size_t get_data_size() const in get_data_size() function in boost::interprocess::ipcdetail::windows_named_condition_any::named_cond_callbacks
|
/third_party/mindspore/mindspore/offline_debug/ |
D | dbg_services.py | 283 if elem.get_data_size() == 0: 284 … tensor_data = TensorData(b'', elem.get_data_size(), elem.get_dtype(), elem.get_shape()) 286 …tensor_data = TensorData(elem.get_data_ptr(), elem.get_data_size(), elem.get_dtype(), elem.get_sha… 577 return self.instance.get_data_size()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 87 unsigned get_data_size () const { return varDataSize; } in get_data_size() function 221 …var_data_bytes.check_range (current_tuple, hb_max (current_tuple->get_data_size (), current_tuple-… in is_valid() 227 data_offset += current_tuple->get_data_size (); in move_to_next() 574 unsigned int length = iterator.current_tuple->get_data_size (); in apply_deltas_to_points()
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 87 unsigned get_data_size () const { return varDataSize; } in get_data_size() function 221 …var_data_bytes.check_range (current_tuple, hb_max (current_tuple->get_data_size (), current_tuple-… in is_valid() 227 data_offset += current_tuple->get_data_size (); in move_to_next() 570 unsigned int length = iterator.current_tuple->get_data_size (); in apply_deltas_to_points()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/ |
D | mi_pybind_register.cc | 65 .def("get_data_size", &tensor_data_t::get_data_size) in PYBIND11_MODULE()
|
D | dbg_services.h | 113 const uint64_t get_data_size() const { return data_size; } in get_data_size() function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 3224 static s64 get_data_size(expand_t *expand, s64 inum) in get_data_size() function 3492 expand->mft_size = get_data_size(expand, FILE_MFT); in can_expand() 3494 expand->boot_size = get_data_size(expand, FILE_Boot); in can_expand()
|