Home
last modified time | relevance | path

Searched refs:nested_map (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cbor/
H A Dwriter_unittest.cc310 Value::MapValue nested_map; in TEST() local
311 nested_map[Value("c")] = Value(2); in TEST()
312 nested_map[Value("d")] = Value(3); in TEST()
425 Value::MapValue nested_map; in TEST() local
426 nested_map[Value("c")] = Value(2); in TEST()
427 nested_map[Value("d")] = Value(3); in TEST()
443 Value::MapValue nested_map; in TEST() local
446 nested_map[Value("c")] = Value(2); in TEST()
447 nested_map[Value("d")] = Value(3); in TEST()
469 Value::MapValue nested_map; in TEST() local
[all …]
H A Dreader_unittest.cc780 const Value nested_map = cbor_val.GetMap().find(key_b)->second.Clone(); in TEST() local
781 ASSERT_EQ(nested_map.type(), Value::Type::MAP); in TEST()
782 ASSERT_EQ(nested_map.GetMap().size(), 2u); in TEST()
785 ASSERT_EQ(nested_map.GetMap().count(key_c), 1u); in TEST()
786 ASSERT_EQ(nested_map.GetMap().find(key_c)->second.type(), in TEST()
788 EXPECT_EQ(nested_map.GetMap().find(key_c)->second.GetInteger(), 2u); in TEST()
791 ASSERT_EQ(nested_map.GetMap().count(key_d), 1u); in TEST()
792 ASSERT_EQ(nested_map.GetMap().find(key_d)->second.type(), in TEST()
794 EXPECT_EQ(nested_map.GetMap().find(key_d)->second.GetInteger(), 3u); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cbor/
H A Dwriter_unittest.cc310 Value::MapValue nested_map; in TEST() local
311 nested_map[Value("c")] = Value(2); in TEST()
312 nested_map[Value("d")] = Value(3); in TEST()
425 Value::MapValue nested_map; in TEST() local
426 nested_map[Value("c")] = Value(2); in TEST()
427 nested_map[Value("d")] = Value(3); in TEST()
443 Value::MapValue nested_map; in TEST() local
446 nested_map[Value("c")] = Value(2); in TEST()
447 nested_map[Value("d")] = Value(3); in TEST()
469 Value::MapValue nested_map; in TEST() local
[all …]
H A Dreader_unittest.cc780 const Value nested_map = cbor_val.GetMap().find(key_b)->second.Clone(); in TEST() local
781 ASSERT_EQ(nested_map.type(), Value::Type::MAP); in TEST()
782 ASSERT_EQ(nested_map.GetMap().size(), 2u); in TEST()
785 ASSERT_EQ(nested_map.GetMap().count(key_c), 1u); in TEST()
786 ASSERT_EQ(nested_map.GetMap().find(key_c)->second.type(), in TEST()
788 EXPECT_EQ(nested_map.GetMap().find(key_c)->second.GetInteger(), 2u); in TEST()
791 ASSERT_EQ(nested_map.GetMap().count(key_d), 1u); in TEST()
792 ASSERT_EQ(nested_map.GetMap().find(key_d)->second.type(), in TEST()
794 EXPECT_EQ(nested_map.GetMap().find(key_d)->second.GetInteger(), 3u); in TEST()
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/tests/
H A Dconfig_node_test.cc192 auto nested_map = make_shared<config_node_object>( variable
199 top_level_value_replace_test(nested_map, int_node(10));
200 top_level_value_replace_test(int_node(10), nested_map);
201 top_level_value_replace_test(node_array, nested_map);
202 top_level_value_replace_test(nested_map, node_array);
203 top_level_value_replace_test(nested_map,
217 top_level_value_replace_test(nested_map, concat);
218 top_level_value_replace_test(concat, nested_map);
224 top_level_value_replace_test(int_node(10), nested_map, "foo.bar");
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c111 nested_map(vmx, vm, NESTED_TEST_MEM1, GUEST_TEST_MEM, 4096, 0); in main()
112 nested_map(vmx, vm, NESTED_TEST_MEM2, GUEST_TEST_MEM, 4096, 0); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c111 nested_map(vmx, vm, NESTED_TEST_MEM1, GUEST_TEST_MEM, 4096, 0); in main()
112 nested_map(vmx, vm, NESTED_TEST_MEM2, GUEST_TEST_MEM, 4096, 0); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c111 nested_map(vmx, vm, NESTED_TEST_MEM1, GUEST_TEST_MEM, 4096, 0); in main()
112 nested_map(vmx, vm, NESTED_TEST_MEM2, GUEST_TEST_MEM, 4096, 0); in main()
/dports/lang/zig-devel/zig-0.9.0/src/link/tapi/parse/
H A Dtest.zig148 const nested_map = entry.value.cast(Node.Map).?;
149 try testing.expectEqual(nested_map.start.?, 4);
150 try testing.expectEqual(nested_map.end.?, 16);
151 try testing.expectEqual(nested_map.values.items.len, 2);
154 const nested_entry = nested_map.values.items[0];
175 const nested_entry = nested_map.values.items[1];
/dports/lang/zig/zig-0.9.0/src/link/tapi/parse/
H A Dtest.zig148 const nested_map = entry.value.cast(Node.Map).?;
149 try testing.expectEqual(nested_map.start.?, 4);
150 try testing.expectEqual(nested_map.end.?, 16);
151 try testing.expectEqual(nested_map.values.items.len, 2);
154 const nested_entry = nested_map.values.items[0];
175 const nested_entry = nested_map.values.items[1];
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c496 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map() function
530 nested_map(vmx, vm, in nested_map_memslot()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c496 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map() function
530 nested_map(vmx, vm, in nested_map_memslot()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c496 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map() function
530 nested_map(vmx, vm, in nested_map_memslot()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h611 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm,
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h611 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm,
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h611 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm,
/dports/sysutils/terraform/terraform-1.0.11/internal/tfdiags/
H A Dcontextual_test.go35 nested_map = {
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl2014 nested_map(),
2039 nested_map() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dmap_SUITE.erl2001 nested_map(),
2026 nested_map() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl2014 nested_map(),
2039 nested_map() -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl2014 nested_map(),
2039 nested_map() -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl2014 nested_map(),
2039 nested_map() -> function