Home | History | Annotate | Download | only in src

Lines Matching defs:string

14 #include <string>
22 typedef std::string string;
33 // - Manages the creation of the string table.
42 // Adds a string to the profile string table if not already present.
43 // Returns a unique integer id for this string.
62 // Serializes and compresses the profile into a string, replacing
65 bool Emit(string *output);
67 // Serializes and compresses a profile into a string, replacing its
69 // or compression, and the output string will not contain valid data.
70 static bool Marshal(const Profile &profile, string *output);
110 std::unordered_map<string, int64> strings_;