Home
last modified time | relevance | path

Searched defs:get_doc (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/paste/tests/
Dtest_doc.rs20 macro_rules! get_doc { macro
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_common.py244 def get_doc(modules, abi, is_public): function
/external/python/cpython2/Objects/
Ddescrobject.c1332 PyObject *get_doc = PyObject_GetAttrString(get, "__doc__"); in property_init() local
/external/libxml2/python/
Dlibxml.py329 def get_doc(self): member in xmlCore
/external/python/cpython3/Objects/
Ddescrobject.c1703 PyObject *get_doc; in property_init_impl() local
/external/pdfium/fxjs/
Dcjs_field.cpp1185 CJS_Result CJS_Field::get_doc(CJS_Runtime* pRuntime) { in get_doc() function in CJS_Field