Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Parser/
Dasdl_c.py112 self.sum_with_constructors(sum, name, depth)
125 def sum_with_constructors(self, sum, name, depth): member in TypeDefVisitor
150 self.sum_with_constructors(sum, name, depth)
152 def sum_with_constructors(self, sum, name, depth): member in StructVisitor
/aosp_15_r20/external/python/cpython3/Parser/
Dasdl_c.py209 self.sum_with_constructors(sum, name, depth)
222 def sum_with_constructors(self, sum, name, depth): member in TypeDefVisitor
273 self.sum_with_constructors(sum, name, depth)
275 def sum_with_constructors(self, sum, name, depth): member in StructVisitor