Home
last modified time | relevance | path

Searched refs:the_struct (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/libiqxmlrpc/libiqxmlrpc-0.13.5/tests/
H A Dparser2.cc65 BOOST_CHECK_EQUAL(v[5].the_struct().size(), 2); in BOOST_AUTO_TEST_CASE()
66 BOOST_CHECK_EQUAL(v[5].the_struct()["v2"].get_int(), 123); in BOOST_AUTO_TEST_CASE()
88 "</struct>").the_struct(); in BOOST_AUTO_TEST_CASE()
111 "</struct>").the_struct(); in BOOST_AUTO_TEST_CASE()
115 Struct s2 = s["nested"].the_struct(); in BOOST_AUTO_TEST_CASE()
178 BOOST_CHECK_EQUAL(a3[0].the_struct().size(), 0); in BOOST_AUTO_TEST_CASE()
179 BOOST_CHECK_EQUAL(a3[1].the_struct().size(), 0); in BOOST_AUTO_TEST_CASE()
183 BOOST_CHECK_EQUAL(parse_value("<struct/>").the_struct().size(), 0); in BOOST_AUTO_TEST_CASE()
184 BOOST_CHECK_EQUAL(parse_value("<struct></struct>").the_struct().size(), 0); in BOOST_AUTO_TEST_CASE()
205 Struct s5 = parse_value("<struct><member><name/><value/></member></struct>").the_struct(); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_interface_ref_trace_fst.out20 $scope struct the_struct $end
30 $scope struct the_struct $end
41 $scope struct the_struct $end
52 $scope struct the_struct $end
62 $scope struct the_struct $end
74 $scope struct the_struct $end
84 $scope struct the_struct $end
95 $scope struct the_struct $end
105 $scope struct the_struct $end
116 $scope struct the_struct $end
[all …]
H A Dt_interface_ref_trace.out17 $scope struct the_struct $end
28 $scope struct the_struct $end
39 $scope struct the_struct $end
50 $scope struct the_struct $end
60 $scope struct the_struct $end
69 $scope struct the_struct $end
78 $scope struct the_struct $end
133 $scope struct the_struct $end
142 $scope struct the_struct $end
183 $scope struct the_struct $end
[all …]
H A Dt_interface_ref_trace_fst_sc.out19 $scope struct the_struct $end
29 $scope struct the_struct $end
40 $scope struct the_struct $end
51 $scope struct the_struct $end
61 $scope struct the_struct $end
73 $scope struct the_struct $end
83 $scope struct the_struct $end
94 $scope struct the_struct $end
104 $scope struct the_struct $end
115 $scope struct the_struct $end
[all …]
H A Dt_interface_ref_trace.v17 struct_t the_struct; register
63 intf_for_struct.the_struct.val100 = intf_for_struct.value + 100;
64 intf_for_struct.the_struct.val200 = intf_for_struct.value + 200;
79 if (intf_for_check.the_struct.val100 != intf_for_check.value + 100) $stop;
80 if (intf_for_check.the_struct.val200 != intf_for_check.value + 200) $stop;
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/message/
H A Dmake_parser_and_packer.py141 def _make_parser(streamer, the_struct): argument
143 struct_items = [s.split(":") for s in the_struct.split()]
157 the_struct = ("version:L relayUntil:Q expiration:Q id:L cancel:L setCancel:[L] minVer:L "
160 alert_submessage_parser = _make_parser(streamer, the_struct)
256 the_struct = message_dict[message_name]
257 if not the_struct:
260 the_fields = the_struct.split(" ")
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_data_change.cc50 MY_BITMAP *the_struct; in allocate_column_bitmap() local
55 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
60 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
63 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_data_change.cc50 MY_BITMAP *the_struct; in allocate_column_bitmap() local
55 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
60 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
63 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_data_change.cc50 MY_BITMAP *the_struct; in allocate_column_bitmap() local
55 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
60 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
63 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_data_change.cc50 MY_BITMAP *the_struct; in allocate_column_bitmap() local
55 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
60 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
63 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_data_change.cc50 MY_BITMAP *the_struct; in allocate_column_bitmap() local
55 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
60 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
63 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_data_change.cc52 MY_BITMAP *the_struct; in allocate_column_bitmap() local
57 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
62 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
65 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_data_change.cc52 MY_BITMAP *the_struct; in allocate_column_bitmap() local
57 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
62 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
65 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_data_change.cc52 MY_BITMAP *the_struct; in allocate_column_bitmap() local
57 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
62 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
65 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_data_change.cc52 MY_BITMAP *the_struct; in allocate_column_bitmap() local
57 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
62 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
65 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_data_change.cc52 MY_BITMAP *the_struct; in allocate_column_bitmap() local
57 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
62 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
65 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_data_change.cc52 MY_BITMAP *the_struct; in allocate_column_bitmap() local
57 &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
62 if (bitmap_init(the_struct, the_bits, number_bits, FALSE) != 0) in allocate_column_bitmap()
65 *bitmap= the_struct; in allocate_column_bitmap()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_data_change.cc57 MY_BITMAP *the_struct; in allocate_column_bitmap() local
61 if (multi_alloc_root(table->in_use->mem_root, &the_struct, sizeof(MY_BITMAP), in allocate_column_bitmap()
66 if (bitmap_init(the_struct, the_bits, number_bits) != 0) return true; in allocate_column_bitmap()
68 *bitmap = the_struct; in allocate_column_bitmap()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcp-valprint.c730 type *the_struct = arch_composite_type (arch, NULL, TYPE_CODE_STRUCT); in test_print_fields() local
731 TYPE_LENGTH (the_struct) = 4; in test_print_fields()
737 f = append_composite_type_field_raw (the_struct, "A", bool_type); in test_print_fields()
740 f = append_composite_type_field_raw (the_struct, "B", uint8_type); in test_print_fields()
743 f = append_composite_type_field_raw (the_struct, "C", bool_type); in test_print_fields()
752 f = append_composite_type_field_raw (the_struct, "A", bool_type); in test_print_fields()
755 f = append_composite_type_field_raw (the_struct, "B", uint8_type); in test_print_fields()
758 f = append_composite_type_field_raw (the_struct, "C", bool_type); in test_print_fields()
763 value *val = allocate_value (the_struct); in test_print_fields()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-405.cs13 LibTestStruct* the_struct; field in testapp.LibTestAPI
17 the_struct = (LibTestStruct *) 0; // error CS1002 in Create()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/c_src/
H A Dcrypto_callback.c185 static struct crypto_callbacks the_struct = { in get_crypto_callbacks() local
204 the_struct.add_lock_function = get_add_lock_function(); in get_crypto_callbacks()
223 return &the_struct; in get_crypto_callbacks()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcrypto_callback.c185 static struct crypto_callbacks the_struct = { in get_crypto_callbacks() local
204 the_struct.add_lock_function = get_add_lock_function(); in get_crypto_callbacks()
223 return &the_struct; in get_crypto_callbacks()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcrypto_callback.c185 static struct crypto_callbacks the_struct = { in get_crypto_callbacks() local
204 the_struct.add_lock_function = get_add_lock_function(); in get_crypto_callbacks()
223 return &the_struct; in get_crypto_callbacks()
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcrypto_callback.c185 static struct crypto_callbacks the_struct = { in get_crypto_callbacks() local
204 the_struct.add_lock_function = get_add_lock_function(); in get_crypto_callbacks()
223 return &the_struct; in get_crypto_callbacks()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcrypto_callback.c185 static struct crypto_callbacks the_struct = { in get_crypto_callbacks() local
204 the_struct.add_lock_function = get_add_lock_function(); in get_crypto_callbacks()
223 return &the_struct; in get_crypto_callbacks()

12