Home
last modified time | relevance | path

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

/external/libevent/
Devent_rpcgen.py366 code = TranslateList(code, entry.GetTranslation())
493 def GetTranslation(self, extradict=None): member in Entry
511 return "%(var)s->%(name)s_data" % self.GetTranslation({"var": var})
534 code = code % self.GetTranslation()
562 code = code % self.GetTranslation()
584 code = code % self.GetTranslation()
665 self.GetTranslation(
738 code = "\n".join(code) % self.GetTranslation(
826 self.GetTranslation()
838 code = "\n".join(code) % self.GetTranslation(
[all …]