Searched refs:child_type (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/spirit/home/support/ |
D | terminal.hpp | 112 typedef typename result_type::proto_child0 child_type; in operator ()() typedef 113 return result_type::make(child_type( in operator ()() 137 typedef typename result_type::proto_child0 child_type; in operator ()() typedef 138 return result_type::make(child_type( in operator ()() 162 typedef typename result_type::proto_child0 child_type; in operator ()() typedef 163 return result_type::make(child_type( in operator ()() 417 typedef typename result_type::proto_child0 child_type; in operator ()() typedef 419 child_type( in operator ()() 431 typedef typename result_type::proto_child0 child_type; in operator ()() typedef 433 child_type( in operator ()() [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_gather_xfb_info.c | 82 const struct glsl_type *child_type = glsl_get_array_element(type); in add_var_xfb_outputs() local 83 if (!glsl_type_is_array(child_type) && in add_var_xfb_outputs() 84 !glsl_type_is_struct(child_type)) { in add_var_xfb_outputs() 92 child_type, varying_added); in add_var_xfb_outputs() 96 const struct glsl_type *child_type = glsl_get_struct_field(type, i); in add_var_xfb_outputs() local 98 child_type, varying_added); in add_var_xfb_outputs()
|
/third_party/boost/boost/geometry/index/detail/rtree/rstar/ |
D | choose_next_node.hpp | 47 typedef typename children_type::value_type child_type; typedef in boost::geometry::index::detail::rtree::choose_next_node 110 child_type const& ch_i = children[i]; in choose_by_minimum_overlap_cost() 185 child_type const& ch_i = children[i]; in choose_by_minimum_overlap_cost_first_n() 198 child_type const& ch_j = children[j]; in choose_by_minimum_overlap_cost_first_n() 239 child_type const& ch_i = children[i]; in choose_by_minimum_content_cost()
|
/third_party/glib/glib/ |
D | gvariant.c | 647 g_variant_new_maybe (const GVariantType *child_type, in NUMERIC_TYPE() 653 g_return_val_if_fail (child_type == NULL || g_variant_type_is_definite in NUMERIC_TYPE() 654 (child_type), 0); in NUMERIC_TYPE() 655 g_return_val_if_fail (child_type != NULL || child != NULL, NULL); in NUMERIC_TYPE() 656 g_return_val_if_fail (child_type == NULL || child == NULL || in NUMERIC_TYPE() 657 g_variant_is_of_type (child, child_type), in NUMERIC_TYPE() 660 if (child_type == NULL) in NUMERIC_TYPE() 661 child_type = g_variant_get_type (child); in NUMERIC_TYPE() 663 maybe_type = g_variant_type_new_maybe (child_type); in NUMERIC_TYPE() 779 g_variant_new_array (const GVariantType *child_type, in g_variant_new_array() argument [all …]
|
D | gvariant.h | 186 …t * g_variant_new_maybe (const GVariantType *child_type, 189 …t * g_variant_new_array (const GVariantType *child_type,
|
/third_party/glib/glib/tests/ |
D | gvariant.c | 1988 const GVariantType *child_type = NULL; in tree_instance_new() local 2008 child_type = g_variant_type_element (type); in tree_instance_new() 2013 child_type = g_variant_type_element (type); in tree_instance_new() 2019 child_type = g_variant_type_first (type); in tree_instance_new() 2025 child_type = NULL; in tree_instance_new() 2075 instance->children[i] = tree_instance_new (child_type, depth - 1); in tree_instance_new() 2078 child_type = g_variant_type_next (child_type); in tree_instance_new() 2081 g_assert_true (!is_tuple_type || child_type == NULL); in tree_instance_new() 2424 const GVariantType *child_type; in tree_instance_get_gvariant() local 2432 child_type = g_variant_type_element (type); in tree_instance_get_gvariant() [all …]
|
/third_party/boost/boost/geometry/index/detail/rtree/visitors/ |
D | insert.hpp | 75 typedef typename children_type::value_type child_type; in apply() typedef 76 child_type const& ch_i = children[i]; in apply()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11deinterlace.cpp | 1995 GType child_type; member 2118 klass->child_type = cdata->deinterlace_type; in gst_d3d11_deinterlace_bin_class_init() 2130 self->deinterlace = (GstElement *) g_object_new (klass->child_type, in gst_d3d11_deinterlace_bin_init()
|
/third_party/skia/src/core/ |
D | SkRuntimeEffect.cpp | 134 static ChildType child_type(const SkSL::Type& type) { in child_type() function 317 c.type = child_type(varType); in MakeInternal()
|
/third_party/boost/boost/multiprecision/ |
D | number.hpp | 1933 typedef typename Exp::left_type child_type; in contains_self() typedef 1934 return contains_self(e.left(), typename child_type::arity()); in contains_self()
|