Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.h159 bool is_dict() const { return type() == Type::DICTIONARY; } in is_dict() function
/external/libchrome/base/trace_event/
Dtrace_config_unittest.cc331 bool is_dict = default_value->GetAsDictionary(&default_dict); in TEST() local
/external/python/cpython3/Python/
Dast.c2427 int is_dict = (TYPE(CHILD(ch, 0)) == DOUBLESTAR); in ast_for_atom() local