Home
last modified time | relevance | path

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

/third_party/boost/libs/python/src/object/
Dfunction_doc_signature.cpp287 int doc_len = len(func_doc); in function_doc_signatures() local
289 … bool show_py_signature = doc_len >= int(sizeof(detail::py_signature_tag)/sizeof(char)-1) in function_doc_signatures()
294 doc_len = len(func_doc); in function_doc_signatures()
297 … bool show_cpp_signature = doc_len >= int(sizeof(detail::cpp_signature_tag)/sizeof(char)-1) in function_doc_signatures()
303 doc_len = len(func_doc); in function_doc_signatures()
313 if(doc_len || show_cpp_signature )res+=" :"; in function_doc_signatures()
317 if(doc_len) in function_doc_signatures()