Searched refs:op_text (Results 1 – 2 of 2) sorted by relevance
53 const string op_text = R"( in TEST() local71 protobuf::TextFormat::ParseFromString(op_text, &op); // NOLINT in TEST()156 const string op_text = R"( in TEST() local174 protobuf::TextFormat::ParseFromString(op_text, &op); // NOLINT in TEST()
187 char op_text[4]; member2744 for (; tbl->op_text[0]; tbl++) in test_isop()2745 if (sc1 == tbl->op_text[1] && !strcmp(s, tbl->op_text)) in test_isop()