Home
last modified time | relevance | path

Searched refs:from_row (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/
H A Ddatafiles.py36 yield _info.ParsedItem.from_row(row, columns)
89 decl = _info.Declaration.from_row(info)
H A Dinfo.py206 def from_row(cls, row, **markers): member in DeclID
266 def from_row(cls, row, columns=None): member in ParsedItem
774 def from_row(cls, row, **markers): member in Declaration
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py107 varid = _info.DeclID.from_row(varidinfo)
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py988 def from_row(row: List[str]) -> UcdRecord: function
1006 table[char] = from_row(s)
1028 table[i] = from_row(('%X' % i,) + field[1:])

Completed in 5 milliseconds