Searched refs:int_weak (Results 1 – 1 of 1) sorted by relevance
1061 Value* int_weak = original_dict.Set("int", std::make_unique<Value>(42)); in TEST() local1106 ASSERT_NE(copy_int, int_weak); in TEST()1360 Value* int_weak = original_dict.SetKey("int", Value(42)); in TEST() local1376 auto copy_int = std::make_unique<Value>(int_weak->Clone()); in TEST()1386 EXPECT_EQ(*int_weak, *copy_int); in TEST()