Searched defs:is_dict (Results 1 – 3 of 3) sorted by relevance
191 <tr id="types.is_dict-v">
159 bool is_dict() const { return type() == Type::DICTIONARY; } in is_dict() function
331 bool is_dict = default_value->GetAsDictionary(&default_dict); in TEST() local