Home | History | Annotate | Download | only in quipper

Lines Matching refs:string

20 #include "compat/string.h"
31 const string expected_buildid = "\xde\xad\xf0\x0d";
35 string buildid;
56 string buildid;
66 string buildid;
74 const string buildid_gnu = "\xde\xad\xf0\x0d";
75 const string buildid_notes = "\xc0\xde\xf0\x0d";
76 const string buildid_note = "\xfe\xed\xba\xad";
78 std::vector<std::pair<string, string>> section_buildids{
85 string buildid;
118 string data;
126 string buildid;
128 EXPECT_EQ(string(note_desc, sizeof(note_desc)), buildid);