Searched refs:EndOfIdentifier (Results 1 – 1 of 1) sorted by relevance
168 size_t EndOfIdentifier = ToTemplate.find("}", Index); in create() local169 if (EndOfIdentifier == std::string::npos) { in create()176 ToTemplate.substr(Index + 2, EndOfIdentifier - Index - 2)); in create()179 Index = EndOfIdentifier + 1; in create()