OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domCg_bool1x3
(Results
1 - 2
of
2
) sorted by null
/external/collada/include/1.4/dom/
domCg_param_type.h
480
* The
domCg_bool1x3
value of the text data of this element.
482
domCg_bool1x3
_value;
487
* @return Returns a
domCg_bool1x3
reference of the _value array.
489
domCg_bool1x3
&getValue() { return _value; }
492
* @return Returns a constant
domCg_bool1x3
reference of the _value array.
494
const
domCg_bool1x3
&getValue() const { return _value; }
499
void setValue( const
domCg_bool1x3
&val ) { _value = val; }
[
all
...]
domTypes.h
101
typedef domCg_ListOfBool
domCg_bool1x3
;
[
all
...]
Completed in 62 milliseconds