Searched refs:dict_ptr (Results 1 – 3 of 3) sorted by relevance
409 PyObject **dict_ptr = _PyObject_GetDictPtr(self); in clear_instance() local410 if (dict_ptr) in clear_instance()411 Py_CLEAR(*dict_ptr); in clear_instance()
1510 Value* dict_ptr = dict.Set("foo.bar", Value::Dict()); in TEST() local1511 EXPECT_EQ(Value::Type::DICT, dict_ptr->type()); in TEST()
943 DictionaryValue* dict_ptr = dict.SetDictionary( in TEST() local945 EXPECT_EQ(Value::Type::DICTIONARY, dict_ptr->type()); in TEST()