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

  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 42 const char *ml_doc; /* The __doc__ attribute, or NULL */ member in struct:PyMethodDef
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 42 const char *ml_doc; /* The __doc__ attribute, or NULL */ member in struct:PyMethodDef
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 42 const char *ml_doc; /* The __doc__ attribute, or NULL */ member in struct:PyMethodDef
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 42 const char *ml_doc; /* The __doc__ attribute, or NULL */ member in struct:PyMethodDef
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 273 const char *c = methods[i].ml_doc;
290 size_t ldoc = (c - methods[i].ml_doc);
295 strncpy(buff, methods[i].ml_doc, ldoc);
300 methods[i].ml_doc = ndoc;
pyrun.swg     [all...]

Completed in 145 milliseconds