Lines Matching refs:startswith
192 if arg_type.startswith("operator"):
261 if decl_str.startswith("explicit"):
264 if decl_str.startswith("virtual"):
267 if decl_str.startswith("static"):
414 if decl_str.startswith("static") and (context == "class" or context == "struct"):
419 if decl_str.startswith("CVAPI"):
474 if self.wrap_mode and (("::" in funcname) or funcname.startswith("~")):
589 if name.startswith("cv."):
641 if not stack_top[self.PUBLIC_SECTION] or stmt.startswith("template"):
645 if not self.wrap_mode and stmt.startswith("typedef struct"):
652 if classname.startswith("_Ipl"):
659 if stmt.startswith("class") or stmt.startswith("struct"):
674 if stmt.startswith("enum"):
677 if stmt.startswith("namespace"):
682 if stmt.startswith("extern") and "\"C\"" in stmt:
689 if end_token == ";" and stmt.startswith("typedef"):
768 if state == SCAN and l.startswith("#"):
827 if stmt.startswith("@"):