Home
last modified time | relevance | path

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

/nanopb-2.7.6/generator/
Dnanopb_generator.py162 class Names: class
165 if isinstance(parts, Names):
176 return Names(self.parts + (other,))
177 elif isinstance(other, Names):
178 return Names(self.parts + other.parts)
180 return Names(self.parts + other)
185 return isinstance(other, Names) and self.parts == other.parts
188 if not isinstance(other, Names):
196 return Names(type_name[1:].split('.'))
221 elif isinstance(value, strtypes + (Names,)):
[all …]
/nanopb-2.7.6/generator/proto/google/protobuf/
Ddescriptor.proto65 // Names of files imported by this file.