Home
last modified time | relevance | path

Searched defs:get_data (Results 1 – 25 of 70) sorted by relevance

123

/third_party/boost/boost/fusion/container/set/
Dset.hpp79 storage_type& get_data() { return data; } in get_data() function
81 storage_type const& get_data() const { return data; } in get_data() function
127 storage_type& get_data() { return data; } in get_data() function
129 storage_type const& get_data() const { return data; } in get_data() function
/third_party/boost/boost/fusion/container/set/detail/cpp03/
Dset.hpp91 storage_type& get_data() { return data; } in get_data() function
93 storage_type const& get_data() const { return data; } in get_data() function
/third_party/boost/boost/fusion/container/map/detail/cpp03/
Dmap.hpp138 storage_type& get_data() { return data; } in get_data() function
140 storage_type const& get_data() const { return data; } in get_data() function
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h230 const void *get_data() const override { return NULL; } in get_data() function
231 void *get_data() override { return NULL; } in get_data() function
269 const void *get_data() const override { return this->data(); } in get_data() function
270 void *get_data() override { return this->data(); } in get_data() function
/third_party/boost/boost/hof/
Ddecorate.hpp123 constexpr const T& get_data(Ts&&... xs) const noexcept in get_data() function
172 constexpr const T& get_data(Ts&&... xs) const noexcept in get_data() function
/third_party/boost/boost/fusion/container/set/detail/cpp03/preprocessed/
Dset10.hpp71 storage_type& get_data() { return data; } in get_data() function
73 storage_type const& get_data() const { return data; } in get_data() function
Dset20.hpp101 storage_type& get_data() { return data; } in get_data() function
103 storage_type const& get_data() const { return data; } in get_data() function
Dset30.hpp131 storage_type& get_data() { return data; } in get_data() function
133 storage_type const& get_data() const { return data; } in get_data() function
Dset40.hpp161 storage_type& get_data() { return data; } in get_data() function
163 storage_type const& get_data() const { return data; } in get_data() function
/third_party/boost/libs/msm/doc/HTML/examples/
DiPodSearch.cpp26 const string& get_data() const {return m_Song;} in get_data() function
33 DATA get_data() const {return m_Data;} in get_data() function
39 DATA get_data() const {return m_Data;} in get_data() function
DiPodSearchEuml.cpp49 const string& get_data() const {return get_attribute(m_song);} in get_data() function
/third_party/boost/libs/msm/doc/PDF/examples/
DiPodSearch.cpp26 const string& get_data() const {return m_Song;} in get_data() function
33 DATA get_data() const {return m_Data;} in get_data() function
39 DATA get_data() const {return m_Data;} in get_data() function
DiPodSearchEuml.cpp49 const string& get_data() const {return get_attribute(m_song);} in get_data() function
/third_party/boost/libs/type_erasure/src/
Ddynamic_binding.cpp35 data_type * get_data() { in get_data() function
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dhistogram.py57 def get_data(self): member in Histogram
/third_party/mindspore/tests/ut/python/mindrecord/
Dutils.py27 def get_data(dir_name): function
/third_party/boost/libs/python/src/numpy/
Dufunc.cpp45 char * multi_iter::get_data(int i) const in get_data() function in boost::python::numpy::multi_iter
/third_party/boost/boost/fusion/container/map/detail/cpp03/preprocessed/
Dmap10.hpp172 storage_type& get_data() { return data; } in get_data() function
174 storage_type const& get_data() const { return data; } in get_data() function
Dmap20.hpp272 storage_type& get_data() { return data; } in get_data() function
274 storage_type const& get_data() const { return data; } in get_data() function
/third_party/mindspore/tests/ut/python/dataset/
Dtest_paddeddataset.py367 def get_data(dir_name): function
/third_party/python/Lib/
Dpkgutil.py295 def get_data(self, pathname): member in ImpLoader
599 def get_data(package, resource): function
/third_party/boost/boost/mpi/detail/
Dmpi_datatype_primitive.hpp134 static T* get_data(std::vector<T>& v) in get_data() function in boost::mpi::detail::mpi_datatype_primitive
Dpacked_oprimitive.hpp115 static buffer_type::value_type* get_data(buffer_type& b) in get_data() function in boost::mpi::packed_oprimitive
/third_party/boost/libs/core/test/swap/
Dswap_test_class.hpp53 int get_data() const in get_data() function in swap_test_class
/third_party/elfio/elfio/
Delfio_segment.hpp105 const char* get_data() const { return data; } in get_data() function in ELFIO::segment_impl

123