Home
last modified time | relevance | path

Searched defs:get_info (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/boost/spirit/home/x3/binary/
Dbinary.hpp133 struct get_info<any_binary_parser<T, endian::order::little, bits>> struct
135 typedef std::string result_type;
136 std::string operator()(any_binary_parser<T, endian::order::little, bits> const&) const in operator ()()
143 struct get_info<any_binary_parser<T, endian::order::big, bits>> struct
145 typedef std::string result_type;
146 std::string operator()(any_binary_parser<T, endian::order::big, bits> const&) const in operator ()()
153 struct get_info<binary_lit_parser<V, T, endian::order::little, bits>> struct
155 typedef std::string result_type;
156 std::string operator()(binary_lit_parser<V, T, endian::order::little, bits> const&) const in operator ()()
163 struct get_info<binary_lit_parser<V, T, endian::order::big, bits>> struct
[all …]
/third_party/boost/boost/exception/
Dget_error_info.hpp36 get_info struct
40 get( exception const & x ) in get()
57 get_info<throw_function> struct
61 get( exception const & x ) in get()
69 get_info<throw_file> struct
73 get( exception const & x ) in get()
81 get_info<throw_line> struct
85 get( exception const & x ) in get()
/third_party/boost/boost/spirit/home/x3/char/
Dchar_set.hpp106 struct get_info<char_set<Encoding, Attribute>> struct
108 typedef std::string result_type;
109 std::string operator()(char_set<Encoding, Attribute> const& /* p */) const in operator ()()
116 struct get_info<char_range<Encoding, Attribute>> struct
118 typedef std::string result_type;
119 std::string operator()(char_range<Encoding, Attribute> const& p) const in operator ()()
Dliteral_char.hpp39 struct get_info<literal_char<Encoding, Attribute>> struct
41 typedef std::string result_type;
42 std::string operator()(literal_char<Encoding, Attribute> const& p) const in operator ()()
/third_party/boost/boost/spirit/home/x3/auxiliary/
Deoi.hpp32 struct get_info<eoi_parser> struct
34 typedef std::string result_type;
35 result_type operator()(eoi_parser const &) const { return "eoi"; } in operator ()()
Deol.hpp46 struct get_info<eol_parser> struct
48 typedef std::string result_type;
49 result_type operator()(eol_parser const &) const { return "eol"; } in operator ()()
Dany_parser.hpp88 std::string get_info() const in get_info() function
126 std::string get_info() const override in get_info() function
139 struct get_info<any_parser<Iterator, Attribute, Context>> struct
141 typedef std::string result_type;
142 std::string operator()( in operator ()()
Dattr.hpp106 struct get_info<attr_parser<Value>> struct
108 typedef std::string result_type;
109 std::string operator()(attr_parser<Value> const& /*p*/) const in operator ()()
/third_party/boost/boost/gil/extension/io/png/detail/
Dbase.hpp56 png_info* get_info() { return get()->_info; } in get_info() function
57 png_info const* get_info() const { return get()->_info; } in get_info() function
/third_party/boost/libs/compute/test/
Dtest_image_sampler.cpp35 BOOST_AUTO_TEST_CASE(get_info) in BOOST_AUTO_TEST_CASE() argument
Dtest_image2d.cpp59 BOOST_AUTO_TEST_CASE(get_info) in BOOST_AUTO_TEST_CASE() argument
/third_party/uboot/u-boot-2020.01/include/
Dram.h23 int (*get_info)(struct udevice *dev, struct ram_info *info); member
Dcache.h24 int (*get_info)(struct udevice *dev, struct cache_info *info); member
Dvideo_osd.h53 int (*get_info)(struct udevice *dev, struct video_osd_info *info); member
Dcpu.h71 int (*get_info)(struct udevice *dev, struct cpu_info *info); member
/third_party/boost/boost/spirit/home/x3/core/
Dparser.hpp199 struct get_info struct
201 typedef std::string result_type;
202 std::string operator()(Parser const&) const in operator ()()
/third_party/boost/boost/spirit/home/x3/nonterminal/
Drule.hpp167 struct get_info<T, typename enable_if<traits::is_rule<T>>::type> struct
169 typedef std::string result_type;
170 std::string operator()(T const& r) const in operator ()()
/third_party/boost/boost/spirit/home/x3/string/
Dliteral_string.hpp273 struct get_info<literal_string<String, Encoding, Attribute>> struct
275 typedef std::string result_type;
276 std::string operator()(literal_string<String, Encoding, Attribute> const& p) const in operator ()()
Dsymbols.hpp291 struct get_info<symbols_parser<Encoding, T, Lookup>> struct
293 typedef std::string result_type;
294 result_type operator()(symbols_parser< Encoding, T in operator ()()
/third_party/glib/gio/
Dgdbusinterface.h60 GDBusInterfaceInfo *(*get_info) (GDBusInterface *interface_); member
Dgdbusinterfaceskeleton.h71 GDBusInterfaceInfo *(*get_info) (GDBusInterfaceSkeleton *interface_); member
/third_party/boost/boost/compute/
Dpipe.hpp120 T get_info(cl_pipe_info info) const in get_info() function in boost::compute::pipe
Dbuffer.hpp143 T get_info(cl_mem_info info) const in get_info() function in boost::compute::buffer
Dcontext.hpp197 T get_info(cl_context_info info) const in get_info() function in boost::compute::context
/third_party/boost/boost/compute/image/
Dimage1d.hpp138 T get_info(cl_image_info info) const in get_info() function in boost::compute::image1d

12