Home | History | Annotate | Download | only in aot

Lines Matching defs:ident

46   string ident;
48 ident.append(1, c);
51 ident.append(1, c);
54 ident.append(1, c);
56 ident += "_";
57 TF_EXPECT_OK(ValidateCppIdent(ident, ""));
98 string ident;
100 ident.append(1, c);
103 ident.append(1, c);
106 ident.append(1, c);
108 ident += "_";
109 ExpectOK(ident, ident, {});
110 ExpectOK(ident + "::" + ident, ident, {ident});
111 ExpectOK(ident + "::" + ident + "::" + ident, ident, {ident, ident});