Home
last modified time | relevance | path

Searched defs:is_dict (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dvalues.h159 bool is_dict() const { return type() == Type::DICTIONARY; } in is_dict() function
/external/python/cpython3/Python/
Dast.c2193 int is_dict = (TYPE(CHILD(ch, 0)) == DOUBLESTAR); in ast_for_atom() local