Searched defs:is_dict (Results 1 – 3 of 3) sorted by relevance
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
2427 int is_dict = (TYPE(CHILD(ch, 0)) == DOUBLESTAR); in ast_for_atom() local