OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginItemRepeat
(Results
1 - 3
of
3
) sorted by null
/external/srec/tools/grxmlcompile/
grph.h
49
void
BeginItemRepeat
(SubGraph *subg, int min_count, int max_count);
gr_iface.cpp
113
void Graph::
BeginItemRepeat
(SubGraph *subg, int minCount, int maxCount)
grxmldoc.cpp
69
// If max is given then use BeginCount otherwise use
BeginItemRepeat
575
// NB:
BeginItemRepeat
can only use min of 0 or 1!
576
m_pGraph->
BeginItemRepeat
( p_SubGraph, minCnt, -1);
732
m_pGraph->
BeginItemRepeat
( p_SubGraph, minCnt, -1);
[
all
...]
Completed in 67 milliseconds