Searched refs:setRef (Results 1 - 22 of 22) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomCg_connect_param.h37 void setRef( domCg_identifier atRef ) { attrRef = atRef; } function in class:domCg_connect_param_complexType
74 void setRef( domCg_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domCg_connect_param
H A DdomCg_setparam_simple.h39 void setRef( domCg_identifier atRef ) { attrRef = atRef; } function in class:domCg_setparam_simple_complexType
91 void setRef( domCg_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domCg_setparam_simple
H A DdomGlsl_setparam_simple.h39 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; } function in class:domGlsl_setparam_simple_complexType
91 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domGlsl_setparam_simple
H A DdomCg_setparam.h61 void setRef( domCg_identifier atRef ) { attrRef = atRef; } function in class:domCg_setparam_complexType
140 void setRef( domCg_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domCg_setparam
H A DdomGlsl_setparam.h56 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; } function in class:domGlsl_setparam_complexType
135 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domGlsl_setparam
H A DdomFx_surface_init_volume_common.h54 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domFx_surface_init_volume_common_complexType::domAll
118 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domFx_surface_init_volume_common_complexType::domPrimary
H A DdomInstance_effect.h94 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[2] = true; } function in class:domInstance_effect::domTechnique_hint
154 void setRef( xsToken atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; } function in class:domInstance_effect::domSetparam
H A DdomFx_surface_init_cube_common.h54 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domFx_surface_init_cube_common_complexType::domAll
189 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domFx_surface_init_cube_common_complexType::domPrimary
262 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domFx_surface_init_cube_common_complexType::domFace
H A DdomFx_surface_init_planar_common.h57 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; } function in class:domFx_surface_init_planar_common_complexType::domAll
H A DdomCommon_float_or_param_type.h117 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; } function in class:domCommon_float_or_param_type_complexType::domParam
H A DdomCommon_color_or_texture_type.h123 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; } function in class:domCommon_color_or_texture_type_complexType::domParam
H A DdomProfile_CG.h387 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; } function in class:domProfile_CG::domTechnique::domPass::domShader::domBind::domParam
H A DdomProfile_GLES.h80 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; } function in class:domProfile_GLES::domTechnique::domSetparam
H A DdomProfile_GLSL.h388 void setRef( xsString atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; } function in class:domProfile_GLSL::domTechnique::domPass::domShader::domBind::domParam
/external/icu4c/common/
H A Drbbisetb.cpp446 RBBINode *setRef = usetNode->fParent; local
447 if (setRef != NULL) {
448 RBBINode *varRef = setRef->fParent;
486 RBBINode *setRef = usetNode->fParent; local
487 if (setRef != NULL) {
488 RBBINode *varRef = setRef->fParent;
526 RBBINode *setRef; local
537 setRef = usetNode->fParent;
538 if (setRef != NULL) {
539 varRef = setRef
677 RBBINode *setRef = usetNode->fParent; local
[all...]
H A Drbbinode.cpp112 case setRef:
208 // flattenSets Walk the parse tree, replacing any nodes of type setRef
215 U_ASSERT(fType != setRef);
218 if (fLeftChild->fType==setRef) {
231 if (fRightChild->fType==setRef) {
277 "setRef",
H A Drbbinode.h28 setRef, enumerator in enum:RBBINode::NodeType
H A Drbbistbl.cpp86 if (exprNode->fType == RBBINode::setRef) {
H A Drbbiscan.cpp421 n = pushNewNode(RBBINode::setRef);
432 n = pushNewNode(RBBINode::setRef);
594 // An entry on the stack may be as small as a single setRef node,
657 // - Set fLeftChild of the caller's node (should be a setRef node)
1053 RBBINode *operand = pushNewNode(RBBINode::setRef);
1193 n = pushNewNode(RBBINode::setRef);
H A Drbbitblb.cpp204 if (n->fType == RBBINode::setRef ||
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java209 public void setRef(int parameterIndex, Ref theRef) throws SQLException { method in class:Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java447 public void setRef(int i, Ref x) throws SQLException {

Completed in 207 milliseconds