Searched refs:startstr (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | symtablemodule.c.h | 6 "symtable($module, source, filename, startstr, /)\n" 16 PyObject *filename, const char *startstr); 24 const char *startstr; in _symtable_symtable() local 38 startstr = PyUnicode_AsUTF8AndSize(args[2], &startstr_length); in _symtable_symtable() 39 if (startstr == NULL) { in _symtable_symtable() 42 if (strlen(startstr) != (size_t)startstr_length) { in _symtable_symtable() 46 return_value = _symtable_symtable_impl(module, source, filename, startstr); in _symtable_symtable()
|
/third_party/python/Modules/ |
H A D | symtablemodule.c | 16 startstr: str 24 PyObject *filename, const char *startstr) in _symtable_symtable_impl() 40 if (strcmp(startstr, "exec") == 0) in _symtable_symtable_impl() 42 else if (strcmp(startstr, "eval") == 0) in _symtable_symtable_impl() 44 else if (strcmp(startstr, "single") == 0) in _symtable_symtable_impl() 23 _symtable_symtable_impl(PyObject *module, PyObject *source, PyObject *filename, const char *startstr) _symtable_symtable_impl() argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 4015 * MySubClosure* startstr(MyClosure* c, const MyHandlerData* d, 5343 func *startstr; in upb_sink_startstr() local 5348 startstr = (func*)upb_handlers_gethandler(s.handlers, sel, &hd); in upb_sink_startstr() 5350 if (!startstr) return true; in upb_sink_startstr() 5351 sub->closure = startstr(s.closure, hd, size_hint); in upb_sink_startstr()
|
H A D | upb.c | 5626 SETTER(startstr, upb_startstr_handlerfunc*, UPB_HANDLER_STARTSTR) 12415 /* We track the depth so that we know when to emit startstr/endstr on the
|
Completed in 39 milliseconds