Home
last modified time | relevance | path

Searched refs:get_data_size (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/interprocess/sync/windows/
Dnamed_sync.hpp40 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()
Dnamed_mutex.hpp80 virtual std::size_t get_data_size() const in get_data_size() function in boost::interprocess::ipcdetail::windows_named_mutex::named_mut_callbacks
Dnamed_semaphore.hpp78 virtual std::size_t get_data_size() const in get_data_size() function in boost::interprocess::ipcdetail::windows_named_semaphore::named_sem_callbacks
Dnamed_condition_any.hpp151 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/
Ddbg_services.py283 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/
Dhb-ot-var-gvar-table.hh87 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/
Dhb-ot-var-gvar-table.hh87 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/
Dmi_pybind_register.cc65 .def("get_data_size", &tensor_data_t::get_data_size) in PYBIND11_MODULE()
Ddbg_services.h113 const uint64_t get_data_size() const { return data_size; } in get_data_size() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c3224 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()