HomeSort by relevance Sort by last modified time
    Searched refs:me_value (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 19 1. Unused. me_key == me_value == NULL
24 2. Active. me_key != NULL and me_key != dummy and me_value != NULL
26 key deletion. This is the only case in which me_value != NULL.
28 3. Dummy. me_key == dummy and me_value == NULL
57 PyObject *me_value; member in struct:__anon63165
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 19 1. Unused. me_key == me_value == NULL
24 2. Active. me_key != NULL and me_key != dummy and me_value != NULL
26 key deletion. This is the only case in which me_value != NULL.
28 3. Dummy. me_key == dummy and me_value == NULL
57 PyObject *me_value; member in struct:__anon63288

Completed in 837 milliseconds