Searched refs:MarshalToFile (Results 1 – 2 of 2) sorted by relevance
75 static bool MarshalToFile(const Profile &profile, int fd);79 static bool MarshalToFile(const Profile &profile, const char *filename);
94 bool Builder::MarshalToFile(const Profile &profile, int fd) { in MarshalToFile() function in perftools::profiles::Builder104 bool Builder::MarshalToFile(const Profile &profile, const char *filename) { in MarshalToFile() function in perftools::profiles::Builder110 int ret = MarshalToFile(profile, fd); in MarshalToFile()