Searched refs:strLen (Results 1 – 3 of 3) sorted by relevance
118 explicit StringMapEntry(unsigned strLen) in StringMapEntry() argument119 : StringMapEntryBase(strLen), second() {} in StringMapEntry()121 StringMapEntry(unsigned strLen, InitTy &&V) in StringMapEntry() argument122 : StringMapEntryBase(strLen), second(std::forward<InitTy>(V)) {} in StringMapEntry()
262 int strLen; member2655 &flags, &loop.strLen, in ApplyModifiers()
163 int strLen; member2079 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1); in storeRawNames()2442 tag->name.strLen = convLen; in doContent()