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

  /external/python/cpython3/Objects/
dict-common.h 8 PyObject *me_value; /* This field is only meaningful for combined tables */ member in struct:__anon33532
dictobject.c 56 Values are stored in the me_value field of the PyDictKeysObject.
71 2. Active. index >= 0, me_key != NULL and me_value != NULL
74 This is the only case in which me_value != NULL.
485 assert(entry->me_value != NULL);
490 assert(entry->me_value == NULL);
561 Py_XDECREF(entries[i].me_value);
717 *value_addr = &ep->me_value;
733 *value_addr = &ep->me_value;
769 *value_addr = &ep->me_value;
786 *value_addr = &ep->me_value;
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 314 the key isn't found a PyDictEntry* is returned for which the me_value field is
495 if ((value = ep[i].me_value) == NULL)
516 if (ep->me_value != NULL) {
517 old_value = ep->me_value;
518 ep->me_value = value;
531 ep->me_value = value;
584 assert(ep->me_value == NULL);
588 ep->me_value = value;
662 if (ep->me_value != NULL) { /* active entry */
665 ep->me_value);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 314 the key isn't found a PyDictEntry* is returned for which the me_value field is
495 if ((value = ep[i].me_value) == NULL)
516 if (ep->me_value != NULL) {
517 old_value = ep->me_value;
518 ep->me_value = value;
531 ep->me_value = value;
584 assert(ep->me_value == NULL);
588 ep->me_value = value;
662 if (ep->me_value != NULL) { /* active entry */
665 ep->me_value);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 314 the key isn't found a PyDictEntry* is returned for which the me_value field is
495 if ((value = ep[i].me_value) == NULL)
527 if (ep->me_value != NULL) {
528 old_value = ep->me_value;
529 ep->me_value = value;
542 ep->me_value = value;
573 assert(ep->me_value == NULL);
577 ep->me_value = value;
651 if (ep->me_value != NULL) { /* active entry */
654 ep->me_value);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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:__anon4328
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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:__anon4635
  /prebuilts/gdb/darwin-x86/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:__anon66467
  /prebuilts/gdb/linux-x86/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:__anon66589
  /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:__anon982
  /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:__anon1105
  /external/python/cpython2/Include/
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:__anon32576
  /external/python/cpython3/Modules/
_pickle.c 532 Py_ssize_t me_value; member in struct:__anon33345
793 newentry->me_value = oldentry->me_value;
809 return &entry->me_value;
822 entry->me_value = value;
827 entry->me_value = value;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c     [all...]
  /external/python/cpython2/Python/
ceval.c     [all...]

Completed in 1332 milliseconds