Home
last modified time | relevance | path

Searched refs:strLen (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDStringMap.h118 explicit StringMapEntry(unsigned strLen) in StringMapEntry() argument
119 : StringMapEntryBase(strLen), second() {} in StringMapEntry()
121 StringMapEntry(unsigned strLen, InitTy &&V) in StringMapEntry() argument
122 : StringMapEntryBase(strLen), second(std::forward<InitTy>(V)) {} in StringMapEntry()
/NextBSD/contrib/bmake/
HDvar.c262 int strLen; member
2655 &flags, &loop.strLen, in ApplyModifiers()
/NextBSD/contrib/expat/lib/
HDxmlparse.c163 int strLen; member
2079 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1); in storeRawNames()
2442 tag->name.strLen = convLen; in doContent()