Searched refs:custom_value (Results 1 – 3 of 3) sorted by relevance
340 std::unique_ptr<Value> custom_value( in TEST() local342 DCHECK(custom_value); in TEST()344 is_dict = custom_value->GetAsDictionary(&custom_dict); in TEST()
245 bool operator==(custom_value<Char> lhs, custom_value<Char> rhs) { in operator ==()
1042 template <typename Context> struct custom_value {1067 custom_value<Context> custom;1279 explicit handle(detail::custom_value<Context> custom) : custom_(custom) {}1287 detail::custom_value<Context> custom_;