Home
last modified time | relevance | path

Searched refs:ParsePerson (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx483 void ParsePerson(const char* str, Person& person) in ParsePerson() function in cmCTestGIT::CommitParser
556 this->ParsePerson(this->Line.c_str() + 7, author); in DoHeaderLine()
562 this->ParsePerson(this->Line.c_str() + 10, committer); in DoHeaderLine()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx483 void ParsePerson(const char* str, Person& person) in ParsePerson() function in cmCTestGIT::CommitParser
556 this->ParsePerson(this->Line.c_str() + 7, author); in DoHeaderLine()
562 this->ParsePerson(this->Line.c_str() + 10, committer); in DoHeaderLine()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx483 void ParsePerson(const char* str, Person& person) in ParsePerson() function in cmCTestGIT::CommitParser
556 this->ParsePerson(this->Line.c_str() + 7, author); in DoHeaderLine()
562 this->ParsePerson(this->Line.c_str() + 10, committer); in DoHeaderLine()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKPedigreeImporterPlugin/
H A DImporter.cs444 private GDMIndividualRecord ParsePerson(GDMLines buffer, string str, ref int selfId) in ParsePerson() method in GKPedigreeImporterPlugin.Importer
611 GDMIndividualRecord curPerson = ParsePerson(buffer, s, ref selfId); in ParseBuffer()