Searched refs:prev_item (Results 1 - 5 of 5) sorted by relevance
/third_party/gn/src/gn/ |
H A D | vector_utils.h | 71 const T* prev_item = nullptr; in IterateOver() local 73 if (!prev_item || *prev_item != *item) { in IterateOver() 75 prev_item = item; in IterateOver()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 542 key, prev_item, next_item = self.map.pop(key) 543 prev_item[2] = next_item 544 next_item[1] = prev_item
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 536 key, prev_item, next_item = self.map.pop(key) 537 prev_item[2] = next_item 538 next_item[1] = prev_item
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 2108 static const char *prev_item(const char *opt, const char *end) in prev_item() function 2148 while ((end = prev_item(groups, end)) != NULL) { in conf_get_string() 2845 while ((end = prev_item(opt_section, end)) != NULL) { in cmp_main()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 2108 static const char *prev_item(const char *opt, const char *end) in prev_item() function 2148 while ((end = prev_item(groups, end)) != NULL) { in conf_get_string() 2844 while ((end = prev_item(opt_section, end)) != NULL) { in cmp_main()
|
Completed in 10 milliseconds