Home
last modified time | relevance | path

Searched refs:struct1 (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/unordered/test/unordered/
Dincomplete_test.cpp80 struct struct1 struct
82 boost::unordered_map<struct1, struct1, hash, equals,
83 allocator<std::pair<struct1 const, struct1> > >
114 incomplete_test::struct1 c1;
125 std::size_t hash_value(struct1 const&);
130 bool operator==(struct1 const&, struct1 const&);
156 std::size_t hash_value(struct1 const&) { return 0; } in hash_value()
161 bool operator==(struct1 const&, struct1 const&) { return true; } in operator ==()
/third_party/libffi/testsuite/libffi.call/
Dstruct1.c17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1() function
60 ffi_call(&cif, FFI_FN(struct1), ts1_result, values); in main()
Duninitialized.c11 static test_structure_1 struct1(test_structure_1 ts) in struct1() function
54 ffi_call(&cif, FFI_FN(struct1), ts1_result, values); in main()
/third_party/gstreamer/gstreamer/gst/
Dgstcaps.c356 gst_caps_new_full (GstStructure * struct1, ...) in gst_caps_new_full() argument
361 va_start (var_args, struct1); in gst_caps_new_full()
362 caps = gst_caps_new_full_valist (struct1, var_args); in gst_caps_new_full()
1207 GstStructure *struct1, *struct2; in gst_caps_is_equal_fixed() local
1213 struct1 = gst_caps_get_structure_unchecked (caps1, 0); in gst_caps_is_equal_fixed()
1222 return gst_structure_is_equal (struct1, struct2) && in gst_caps_is_equal_fixed()
1469 GstStructure *struct1; in gst_caps_can_intersect() local
1517 struct1 = gst_caps_get_structure_unchecked (caps1, j); in gst_caps_can_intersect()
1526 gst_structure_can_intersect (struct1, struct2)) { in gst_caps_can_intersect()
1545 GstStructure *struct1; in gst_caps_intersect_zig_zag() local
[all …]
Dgststructure.c2800 const GstStructure *struct1 = (const GstStructure *) data; in gst_structure_is_equal_foreach() local
2801 const GValue *val1 = gst_structure_id_get_value (struct1, field_id); in gst_structure_is_equal_foreach()
2892 gst_structure_intersect (const GstStructure * struct1, in gst_structure_intersect() argument
2897 g_assert (struct1 != NULL); in gst_structure_intersect()
2900 if (G_UNLIKELY (struct1->name != struct2->name)) in gst_structure_intersect()
2905 data.dest = gst_structure_new_id_empty (struct1->name); in gst_structure_intersect()
2907 if (G_UNLIKELY (!gst_structure_foreach ((GstStructure *) struct1, in gst_structure_intersect()
2912 data.intersect = struct1; in gst_structure_intersect()
2961 gst_structure_can_intersect (const GstStructure * struct1, in gst_structure_can_intersect() argument
2964 g_return_val_if_fail (GST_IS_STRUCTURE (struct1), FALSE); in gst_structure_can_intersect()
[all …]
Dgststructure.h368 gboolean gst_structure_can_intersect (const GstStructure * struct1,
371 GstStructure * gst_structure_intersect (const GstStructure * struct1,
Dgstcaps.h419 GstCaps * gst_caps_new_full (GstStructure *struct1,
/third_party/libffi/testsuite/
DMakefile.am26 libffi.call/return_ul.c libffi.call/struct1.c libffi.call/strlen3.c \
DMakefile.in305 libffi.call/return_ul.c libffi.call/struct1.c libffi.call/strlen3.c \
/third_party/libffi/
DChangeLog.old1126 * testsuite/libffi.call/struct1.c: Likewise.
3460 * testsuite/libffi.call/struct1.c: Likewise.
5054 * testsuite/libffi.call/struct1.c: Likewise.