Searched refs:tuple (Results 1 – 4 of 4) sorted by relevance
48 if isinstance(nanopb_plugin_options, (list, tuple)):
216 self.parts = tuple(parts)232 elif isinstance(other, tuple):348 assert(isinstance(path, tuple))1799 tuple(location.path): location
686 #define PB_ONEOF_NAME(type, tuple) PB_EXPAND(PB_ONEOF_NAME_ ## type tuple) argument