OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idList
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/grxmlcompile/
vocab.cpp
232
std::vector<int>
idList
; // Create storage
252
idList
.push_back(id);
254
m_ModelIDs.push_back(
idList
);
/external/webkit/WebCore/xml/
XPathFunctions.cpp
321
Vector<UChar>
idList
; // A whitespace-separated list of IDs
327
idList
.append(str.characters(), str.length());
328
idList
.append(' ');
332
idList
.append(str.characters(), str.length());
340
size_t length =
idList
.size();
342
while (startPos < length && isWhitespace(
idList
[startPos]))
349
while (endPos < length && !isWhitespace(
idList
[endPos]))
354
Node* node = contextDocument->getElementById(String(&
idList
[startPos], endPos - startPos));
Completed in 1636 milliseconds