HomeSort by relevance Sort by last modified time
    Searched full:batch_replace (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/python/src2/
hdr_parser.py 43 def batch_replace(self, s, pairs): member in class:CppHeaderParser
204 arg_type = self.batch_replace(arg_type, [("std::", ""), ("cv::", ""), ("::", "_")])
250 l = self.batch_replace(l, [("CV_EXPORTS_W", ""), ("CV_EXPORTS", ""), ("public virtual ", " "), ("public ", " "), ("::", ".")]).strip()
409 decl_str = self.batch_replace(decl_str, [("virtual", ""), ("static inline", ""), ("inline", ""),\
556 defval = self.batch_replace(defval, [("InputArrayOfArrays", "vector<Mat>"),
711 stmt = self.batch_replace(stmt, [("CV_PROP_RW", ""), ("CV_PROP", "")]).strip()
    [all...]

Completed in 667 milliseconds