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

  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 19 1. Unused. me_key == me_value == NULL
22 me_key is NULL, and is each slot's initial state.
24 2. Active. me_key != NULL and me_key != dummy and me_value != NULL
28 3. Dummy. me_key == dummy and me_value == NULL
32 (cannot have me_key set to NULL), else the probe sequence in case of
51 /* Cached hash code of me_key. Note that hash codes are C longs.
56 PyObject *me_key; member in struct:__anon44672
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 19 1. Unused. me_key == me_value == NULL
22 me_key is NULL, and is each slot's initial state.
24 2. Active. me_key != NULL and me_key != dummy and me_value != NULL
28 3. Dummy. me_key == dummy and me_value == NULL
32 (cannot have me_key set to NULL), else the probe sequence in case of
51 /* Cached hash code of me_key. Note that hash codes are C longs.
56 PyObject *me_key; member in struct:__anon44794
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 19 1. Unused. me_key == me_value == NULL
22 me_key is NULL, and is each slot's initial state.
24 2. Active. me_key != NULL and me_key != dummy and me_value != NULL
28 3. Dummy. me_key == dummy and me_value == NULL
32 (cannot have me_key set to NULL), else the probe sequence in case of
51 /* Cached hash code of me_key. Note that hash codes are C longs.
56 PyObject *me_key; member in struct:__anon72910
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 19 1. Unused. me_key == me_value == NULL
22 me_key is NULL, and is each slot's initial state.
24 2. Active. me_key != NULL and me_key != dummy and me_value != NULL
28 3. Dummy. me_key == dummy and me_value == NULL
32 (cannot have me_key set to NULL), else the probe sequence in case of
51 /* Cached hash code of me_key. Note that hash codes are C longs.
56 PyObject *me_key; member in struct:__anon73033

Completed in 51 milliseconds