OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_maxOccurs
(Results
1 - 4
of
4
) sorted by null
/external/collada/src/dae/
daeMetaSequence.cpp
21
if (
_maxOccurs
== -1 ) {
29
for ( daeInt i = 0; ( i <
_maxOccurs
||
_maxOccurs
== -1 ); i++ ) {
daeMetaChoice.cpp
21
if (
_maxOccurs
== -1 ) {
34
for ( daeInt i = 0; ( i <
_maxOccurs
||
_maxOccurs
== -1 ); i++ )
93
for ( daeInt i = 0; ( i <
_maxOccurs
||
_maxOccurs
== -1 ); i++ )
daeMetaElementAttribute.cpp
145
if (
_maxOccurs
!= -1 && (daeInt)era->getCount()-offset >=
_maxOccurs
) {
/external/collada/include/dae/
daeMetaCMPolicy.h
91
_maxOccurs
( maxO ), _maxOrdinal( 0 ), _ordinalOffset( ordinal ) {}
107
daeInt
_maxOccurs
;
Completed in 130 milliseconds