Searched refs:string16_ptr (Results 1 – 1 of 1) sorted by relevance
936 Value* string16_ptr = dict.SetString("foo.bar", ASCIIToUTF16("baz")); in TEST() local937 EXPECT_EQ(Value::Type::STRING, string16_ptr->type()); in TEST()938 EXPECT_EQ("baz", string16_ptr->GetString()); in TEST()