Home
last modified time | relevance | path

Searched defs:element_info (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dgrammar_impl.hpp25 struct element_info struct
35 enum type_enum
69 enum context
97 element_info() : type(nothing), rule(), tag(0) {} in element_info() function
99 element_info( in element_info() argument
108 type_enum type;
109 cl::rule<scanner>* rule;
110 value::tag_type tag;
111 unsigned int qbk_version;
/third_party/gstreamer/gstreamer/gst/
Dgstdeviceprovider.c91 static const GTypeInfo element_info = { in gst_device_provider_get_type() local
Dgstelement.c167 static const GTypeInfo element_info = { in gst_element_get_type() local
/third_party/glib/glib/tests/
Dgvariant.c1479 GVariantTypeInfo *element_info; in test_array() local