Searched refs:local_defines (Results 1 – 2 of 2) sorted by relevance
67 local_defines = kwargs.get("local_defines"),
317 def get_cpp_guard(self, local_defines): argument319 needed = [x for x in self.required_defines if x not in local_defines]1988 local_defines = [identifier for identifier, msize in messagesizes if msize is not None]1999 guard = msize.get_cpp_guard(local_defines)2009 cpp_guard = msize.get_cpp_guard(local_defines)