Searched refs:n_fields (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_structseq.py72 self.assertEqual(len(t), t.n_fields)
73 self.assertEqual(t.n_fields, t.n_sequence_fields+t.n_unnamed_fields)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstructseq.c9 static char real_length_key[] = "n_fields";
377 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; local
380 n_fields = REAL_SIZE(self);
399 for (; i < n_fields; i++) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstructseq.c9 static char real_length_key[] = "n_fields";
376 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; local
379 n_fields = REAL_SIZE(self);
398 for (; i < n_fields; i++) {

Completed in 102 milliseconds