Home
last modified time | relevance | path

Searched refs:bool_val (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttracerrecord.c106 gboolean bool_val; in GST_START_TEST() local
141 "bool", G_TYPE_BOOLEAN, &bool_val, in GST_START_TEST()
145 fail_unless_equals_int (bool_val, TRUE); in GST_START_TEST()
/third_party/gn/src/gn/
Dvalue.cc39 Value::Value(const ParseNode* origin, bool bool_val) in Value() argument
40 : type_(BOOLEAN), origin_(origin), boolean_value_(bool_val) {} in Value()
Dvalue.h33 Value(const ParseNode* origin, bool bool_val);
/third_party/selinux/checkpolicy/
Dpolicy_parse.y337 expandattribute_def : EXPANDATTRIBUTE names bool_val ';'
357 bool_def : BOOL identifier bool_val ';'
360 tunable_def : TUNABLE identifier bool_val ';'
363 bool_val : CTRUE
/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c388 return to_bool(php_val, &upb_val->bool_val); in Convert_PhpToUpb()
461 ZVAL_BOOL(php_val, upb_val.bool_val); in Convert_UpbToPhp()
Dphp-upb.c325 bool bool_val; member
422 val->bool_val = val->uint64_val != 0; in decode_munge()
6787 val.bool_val = true; in jsondec_bool()
6789 val.bool_val = false; in jsondec_bool()
6796 val.bool_val = true; in jsondec_bool()
6800 val.bool_val = false; in jsondec_bool()
7147 val.bool_val = false; in jsondec_wellknownvalue()
7153 val.bool_val = true; in jsondec_wellknownvalue()
7874 jsonenc_putstr(e, val.bool_val ? "true" : "false"); in jsonenc_value()
7929 jsonenc_putstr(e, val.bool_val ? "true" : "false"); in jsonenc_scalar()
[all …]
Dphp-upb.h3642 bool bool_val; member
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c761 gboolean bool_val; in gst_srt_object_set_boolean_value() local
770 bool_val = TRUE; in gst_srt_object_set_boolean_value()
772 bool_val = FALSE; in gst_srt_object_set_boolean_value()
777 gst_structure_set (s, key, G_TYPE_BOOLEAN, bool_val, NULL); in gst_srt_object_set_boolean_value()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c426 gboolean bool_val = g_value_get_boolean (&value); in _add_properties() local
429 bool_val ? "true" : "false"); in _add_properties()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c475 gboolean bool_val = g_value_get_boolean (&value); in print_object_properties_info() local
479 PROP_ATTR_VALUE_COLOR, bool_val ? "true" : "false", RESET_COLOR); in print_object_properties_info()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c310 bool bool_val; member
373 val->bool_val = val->uint64_val != 0; in decode_munge()
Dupb.h3408 bool bool_val; member