Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:find_first_of

512             endIdx = cdata.find_first_of (whitespace, begIdx);
1053 std::cout << label << " "<< label.find_first_of ("@") << std::endl;
1055 if (!IsSlot(label) && label.find_first_of ("@") != string::npos) {