Home
last modified time | relevance | path

Searched refs:cur_func (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dfuture_builtins.c86 char **cur_func; in initfuture_builtins() local
97 for (cur_func = it_funcs; *cur_func; ++cur_func){ in initfuture_builtins()
98 iter_func = PyObject_GetAttrString(itertools, *cur_func); in initfuture_builtins()
100 PyModule_AddObject(m, *cur_func+1, iter_func) < 0) in initfuture_builtins()
/external/google-breakpad/src/processor/
Dbasic_source_line_resolver.cc87 linked_ptr<Function> cur_func; in LoadMapFromMemory() local
140 cur_func.reset(ParseFunction(buffer)); in LoadMapFromMemory()
141 if (!cur_func.get()) { in LoadMapFromMemory()
147 functions_.StoreRange(cur_func->address, cur_func->size, cur_func); in LoadMapFromMemory()
151 cur_func.reset(); in LoadMapFromMemory()
168 if (!cur_func.get()) { in LoadMapFromMemory()
176 cur_func->lines.StoreRange(line->address, line->size, in LoadMapFromMemory()