Home
last modified time | relevance | path

Searched refs:test_union (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/common/
H A Dmojo_echo.mojom27 // Runs callback with |test_union.bool_value|.
28 EchoBoolFromUnion(TestUnion test_union) => (bool value);
29 // Runs callback with |test_union.int32_value|.
31 // Runs callback with |test_union.string_value|.
37 EchoBoolAsUnion(bool value) => (TestUnion test_union);
48 // Runs callback with |test_union.bool_value|.
50 // Runs callback with |test_union.int32_value|.
52 // Runs callback with |test_union.string_value|.
70 // Runs callback with |test_union.int8_value|.
91 // Runs callback with |test_union.int8_value|.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/browser/
H A Dmojo_echo.cc51 mojom::TestUnionPtr test_union, in EchoNullFromOptionalUnion() argument
53 DCHECK(!test_union); in EchoNullFromOptionalUnion()
58 mojom::TestUnionPtr test_union, in EchoBoolFromOptionalUnion() argument
64 mojom::TestUnionPtr test_union, in EchoInt32FromOptionalUnion() argument
70 mojom::TestUnionPtr test_union, in EchoStringFromOptionalUnion() argument
99 mojom::NestedUnionPtr test_union, in EchoInt8FromNestedUnion() argument
105 mojom::NestedUnionPtr test_union, in EchoBoolFromNestedUnion() argument
111 mojom::NestedUnionPtr test_union, in EchoStringFromNestedUnion() argument
135 mojom::NestedUnionPtr test_union, in EchoNullFromOptionalNestedUnion() argument
137 DCHECK(!test_union); in EchoNullFromOptionalNestedUnion()
[all …]
H A Dmojo_echo.h32 mojom::TestUnionPtr test_union,
35 mojom::TestUnionPtr test_union,
38 mojom::TestUnionPtr test_union,
41 mojom::TestUnionPtr test_union,
55 mojom::NestedUnionPtr test_union,
58 mojom::NestedUnionPtr test_union,
61 mojom::NestedUnionPtr test_union,
71 mojom::NestedUnionPtr test_union,
74 mojom::NestedUnionPtr test_union,
77 mojom::NestedUnionPtr test_union,
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/pfr/test/run/
H A Dops.cpp24 union test_union { union
29 inline bool operator< (test_union l, test_union r) noexcept { ++test_union_counter; return l.i < r… in operator <()
30 inline bool operator<=(test_union l, test_union r) noexcept { ++test_union_counter; return l.i <= r… in operator <=()
31 inline bool operator> (test_union l, test_union r) noexcept { ++test_union_counter; return l.i > r… in operator >()
32 inline bool operator>=(test_union l, test_union r) noexcept { ++test_union_counter; return l.i >= r… in operator >=()
33 inline bool operator==(test_union l, test_union r) noexcept { ++test_union_counter; return l.i == r… in operator ==()
34 inline bool operator!=(test_union l, test_union r) noexcept { ++test_union_counter; return l.i != r… in operator !=()
35 inline std::ostream& operator<<(std::ostream& os, test_union src) { ++test_union_counter; return os… in operator <<()
36 inline std::istream& operator>>(std::istream& is, test_union& src) { ++test_union_counter; return i… in operator >>()
95 int i; short s; bool bl; int a,b,c,d,e; test_union u; in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/arm/cmse/
H A Dcmse-3.c11 union test_union union
16 } test_union; variable
37 foo2 (long long a, int b, union test_union c) {} /* { dg-error "not available to functions with arg… in foo2()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DUnionTest.thrift62 1: TestUnion test_union; member
67 1: TestUnion test_union; member
72 {"test_union": {"i32_field": 3}},
74 {"test_union": {"other_i32_field": 4}},
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/jit.dg/
H A Dtest-accessing-union.c90 fn_type test_union = in verify_code() local
92 CHECK_NON_NULL (test_union); in verify_code()
95 float f_result = test_union (42); in verify_code()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/jit.dg/
H A Dtest-accessing-union.c90 fn_type test_union = in verify_code() local
92 CHECK_NON_NULL (test_union); in verify_code()
95 float f_result = test_union (42); in verify_code()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/jit.dg/
H A Dtest-accessing-union.c90 fn_type test_union = in verify_code() local
92 CHECK_NON_NULL (test_union); in verify_code()
95 float f_result = test_union (42); in verify_code()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/jit.dg/
H A Dtest-accessing-union.c90 fn_type test_union = in verify_code() local
92 CHECK_NON_NULL (test_union); in verify_code()
95 float f_result = test_union (42); in verify_code()

12345678910>>...31