Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 25 of 63) sorted by relevance

123

/third_party/glib/gobject/
Dgboxed.c400 gpointer boxed) in g_boxed_free() argument
406 g_return_if_fail (boxed != NULL); in g_boxed_free()
413 _g_type_boxed_free (boxed_type, boxed); in g_boxed_free()
420 value.data[0].v_pointer = boxed; in g_boxed_free()
464 gconstpointer boxed, in value_set_boxed_internal() argument
468 if (!boxed) in value_set_boxed_internal()
482 …lue->data[0].v_pointer = need_copy ? g_boxed_copy (G_VALUE_TYPE (value), boxed) : (gpointer) boxed; in value_set_boxed_internal()
494 gconstpointer boxed) in g_value_set_boxed() argument
499 value_set_boxed_internal (value, boxed, TRUE, TRUE); in g_value_set_boxed()
513 gconstpointer boxed) in g_value_set_static_boxed() argument
[all …]
Dgboxed.h56 typedef gpointer (*GBoxedCopyFunc) (gpointer boxed);
65 typedef void (*GBoxedFreeFunc) (gpointer boxed);
74 gpointer boxed);
/third_party/boost/libs/metaparse/doc/
Dsource_position.qbk13 [[`Line`] [[link boxed_value boxed] integer value]]
14 [[`Col`] [[link boxed_value boxed] integer value]]
15 [[`PrevChar`] [[link boxed_value boxed] character value]]
36 For any `l`, `c` compile-time boxed integral values and `p` compile-time boxed
Ddigit_to_int.qbk17 [[`D`] [[link boxed_value boxed] character value]]
22 Converts a boxed character containing a value in the range `['0'..'9']` to an
27 It returns a [link boxed_value boxed] integer value.
35 For any `C` boxed character value in the range `['0'..'9']` the following
Dlazy_metafunction.qbk15 This metafunction takes two [link boxed_value boxed] numbers as arguments,
16 unboxes them, adds their values and boxed the result again.
18 It works when it is called with boxed numbers. For example:
28 However, when it is called with a nullary metafunction returning the boxed
Din_range.qbk17 [[`LowerBound`] [[link boxed_value boxed integral value]]]
18 [[`UpperBound`] [[link boxed_value boxed integral value]]]
19 [[`Item`] [[link boxed_value boxed integral value]]]
24 It returns a boxed boolean value. The value is `true` when `Item` is in the
Dpredicate.qbk6 returning a [link boxed_value boxed value] of type `bool`.
8 For example the following predicate checks if its argument is the boxed `char`
Dint_to_digit.qbk17 [[`D`] [[link boxed_value boxed] integer value]]
22 Converts a boxed integer value in the range `[0-9]` to a character representing
Dis_whitespace.qbk17 [[`C`] [[link boxed_value boxed] character value]]
22 Checks if `C` is a whitespace character. Returns a boxed boolean value.
Dis_digit.qbk17 [[`C`] [[link boxed_value boxed] character value]]
22 Checks if `C` is a digit value or not. Returns a boxed boolean value.
Drange.qbk13 [[`From`] [[link boxed_value boxed] character value]]
14 [[`To`] [[link boxed_value boxed] character value]]
Dlit.qbk13 [[`C`] [[link boxed_value boxed] character value]]
27 For any `c` boxed character the following are equivalent:
Dis_lcase_letter.qbk17 [[`C`] [[link boxed_value boxed] character value]]
22 Checks if `C` is a lower case letter. Returns a boxed boolean value.
Dis_ucase_letter.qbk17 [[`C`] [[link boxed_value boxed] character value]]
22 Checks if `C` is an upper case letter. Returns a boxed boolean value.
Dis_letter.qbk17 [[`C`] [[link boxed_value boxed] character value]]
22 Checks if `C` is a letter. Returns a boxed boolean value.
Done_char_except.qbk13 [[`Cs`] [[link boxed_value boxed] character values]]
34 For any `c1`, ..., `cn` boxed characters the following are equivalent
Dnth_of.qbk13 [[`N`] [[link boxed_value boxed] integer value in the range `[0..sizeof...(Ps)]`]]
33 For any `p0`, ..., `pn` parsers and `k` boxed integer value the following are
Dboxed_value.qbk4 A ['boxed value] is a type representing a constant value. It has a public static
Dcurrying.qbk35 `plus` with just one argument: the [link boxed_value boxed] `1` value.
Dis_whitespace_c.qbk22 Checks if `C` is a whitespace character. Returns a boxed boolean value.
Ddigit_to_int_c.qbk26 It returns a [link boxed_value boxed] integer value.
Dis_error.qbk20 Determines if `C` is a parsing error or not. Returns a [link boxed_value boxed]
Din_range_c.qbk23 [[`U`] [[link boxed_value boxed integral value]]]
/third_party/glib/gobject/tests/
Dboxed.c69 static MyBoxed boxed = { 10, "bla" }; in test_boxed_ownership() local
75 g_value_set_static_boxed (&value, &boxed); in test_boxed_ownership()
80 g_value_set_boxed_take_ownership (&value, g_boxed_copy (MY_TYPE_BOXED, &boxed)); in test_boxed_ownership()
84 g_value_take_boxed (&value, g_boxed_copy (MY_TYPE_BOXED, &boxed)); in test_boxed_ownership()
88 g_value_set_boxed (&value, &boxed); in test_boxed_ownership()
D.gitignore2 boxed

123