Home
last modified time | relevance | path

Searched refs:schemaObj (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgseptpointcloudindex.cpp153 const QJsonObject schemaObj = schemaItem.toObject(); in loadSchema() local
190 if ( schemaObj.contains( QLatin1String( "scale" ) ) ) in loadSchema()
191 scale = schemaObj.value( QLatin1String( "scale" ) ).toDouble(); in loadSchema()
194 if ( schemaObj.contains( QLatin1String( "offset" ) ) ) in loadSchema()
215 if ( schemaObj.contains( QLatin1String( "count" ) ) ) in loadSchema()
217 if ( schemaObj.contains( QLatin1String( "minimum" ) ) ) in loadSchema()
219 if ( schemaObj.contains( QLatin1String( "maximum" ) ) ) in loadSchema()
221 if ( schemaObj.contains( QLatin1String( "count" ) ) ) in loadSchema()
223 if ( schemaObj.contains( QLatin1String( "stddev" ) ) ) in loadSchema()
225 if ( schemaObj.contains( QLatin1String( "variance" ) ) ) in loadSchema()
[all …]
/dports/lang/jimtcl/jimtcl-0.81/
H A Djim-json.c48 Jim_Obj *schemaObj; member
62 prevSchemaObj = state->schemaObj; in json_decode_schema_push()
63 state->schemaObj = Jim_NewListObj(interp, NULL, 0); in json_decode_schema_push()
64 Jim_IncrRefCount(state->schemaObj); in json_decode_schema_push()
78 Jim_DecrRefCount(interp, state->schemaObj); in json_decode_schema_pop()
79 state->schemaObj = prevSchemaObj; in json_decode_schema_pop()
143 if (state->schemaObj) { in json_decode_dump_container()
194 if (state->schemaObj && container_type != JSON_LIST) { in json_decode_dump_container()
400 if (state.schemaObj) { in json_decode()
403 Jim_ListAppendElement(interp, resultObj, state.schemaObj); in json_decode()
[all …]
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Djim-json.c48 Jim_Obj *schemaObj; member
62 prevSchemaObj = state->schemaObj; in json_decode_schema_push()
63 state->schemaObj = Jim_NewListObj(interp, NULL, 0); in json_decode_schema_push()
64 Jim_IncrRefCount(state->schemaObj); in json_decode_schema_push()
78 Jim_DecrRefCount(interp, state->schemaObj); in json_decode_schema_pop()
79 state->schemaObj = prevSchemaObj; in json_decode_schema_pop()
143 if (state->schemaObj) { in json_decode_dump_container()
191 if (state->schemaObj && container_type != JSON_LIST) { in json_decode_dump_container()
397 if (state.schemaObj) { in json_decode()
400 Jim_ListAppendElement(interp, resultObj, state.schemaObj); in json_decode()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DapiSchemaBase.h136 explicit UsdAPISchemaBase(const UsdSchemaBase& schemaObj) in UsdAPISchemaBase() argument
137 : UsdSchemaBase(schemaObj) in UsdAPISchemaBase()
196 explicit UsdAPISchemaBase(const UsdSchemaBase& schemaObj, in UsdAPISchemaBase() argument
198 : UsdSchemaBase(schemaObj) in UsdAPISchemaBase()
H A Dtyped.h67 explicit UsdTyped(const UsdSchemaBase& schemaObj) in UsdTyped() argument
68 : UsdSchemaBase(schemaObj) in UsdTyped()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdSchemaBase.cpp58 explicit Usd_TestBase(const UsdSchemaBase& schemaObj) in Usd_TestBase() argument
59 : UsdSchemaBase(schemaObj) in Usd_TestBase()
89 explicit Usd_TestDerived(const UsdSchemaBase& schemaObj) in Usd_TestDerived() argument
90 : Usd_TestBase(schemaObj) in Usd_TestDerived()
/dports/misc/usd/USD-21.11/pxr/usd/usdRi/
H A DsplineAPI.h94 explicit UsdRiSplineAPI(const UsdSchemaBase& schemaObj) in UsdRiSplineAPI() argument
95 : UsdAPISchemaBase(schemaObj) in UsdRiSplineAPI()
208 explicit UsdRiSplineAPI(const UsdSchemaBase& schemaObj, in UsdRiSplineAPI() argument
212 : UsdAPISchemaBase(schemaObj.GetPrim()) in UsdRiSplineAPI()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DSchemaHelper.cs34 foreach (XmlSchemaObject schemaObj in schema.Items) in GetSchemaType()
36 XmlSchemaType schemaType = schemaObj as XmlSchemaType; in GetSchemaType()
57 foreach (XmlSchemaObject schemaObj in schema.Items) in GetSchemaElement()
59 XmlSchemaElement schemaElement = schemaObj as XmlSchemaElement; in GetSchemaElement()
/dports/misc/usd/USD-21.11/pxr/usd/usd/codegenTemplates/
H A DschemaClass.h105 const UsdSchemaBase& schemaObj, const TfToken &name)
106 : {{ cls.parentCppClassName }}(schemaObj, /*instanceName*/ name)
121 explicit {{ cls.cppClassName }}(const UsdSchemaBase& schemaObj)
122 : {{ cls.parentCppClassName }}(schemaObj)
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/namespace/
H A DderivedNonAppliedAPI.h75 explicit UsdContrivedDerivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedDerivedNonAppliedAPI() argument
76 : UsdContrivedNonAppliedAPI(schemaObj) in UsdContrivedDerivedNonAppliedAPI()
H A DnonAppliedAPI.h75 explicit UsdContrivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedNonAppliedAPI() argument
76 : UsdAPISchemaBase(schemaObj) in UsdContrivedNonAppliedAPI()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/basic/
H A DnonAppliedAPI.h75 explicit UsdContrivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedNonAppliedAPI() argument
76 : UsdAPISchemaBase(schemaObj) in UsdContrivedNonAppliedAPI()
H A DderivedNonAppliedAPI.h75 explicit UsdContrivedDerivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedDerivedNonAppliedAPI() argument
76 : UsdContrivedNonAppliedAPI(schemaObj) in UsdContrivedDerivedNonAppliedAPI()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/headerTerminatorString/
H A DderivedNonAppliedAPI.h75 explicit UsdContrivedDerivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedDerivedNonAppliedAPI() argument
76 : UsdContrivedNonAppliedAPI(schemaObj) in UsdContrivedDerivedNonAppliedAPI()
H A DnonAppliedAPI.h75 explicit UsdContrivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedNonAppliedAPI() argument
76 : UsdAPISchemaBase(schemaObj) in UsdContrivedNonAppliedAPI()
/dports/misc/usd/USD-21.11/pxr/usd/usdVol/
H A DfieldBase.h76 explicit UsdVolFieldBase(const UsdSchemaBase& schemaObj) in UsdVolFieldBase() argument
77 : UsdGeomBoundable(schemaObj) in UsdVolFieldBase()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/nestedNamespace/
H A DderivedNonAppliedAPI.h75 explicit UsdContrivedDerivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedDerivedNonAppliedAPI() argument
76 : UsdContrivedNonAppliedAPI(schemaObj) in UsdContrivedDerivedNonAppliedAPI()
H A DnonAppliedAPI.h75 explicit UsdContrivedNonAppliedAPI(const UsdSchemaBase& schemaObj) in UsdContrivedNonAppliedAPI() argument
76 : UsdAPISchemaBase(schemaObj) in UsdContrivedNonAppliedAPI()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A Dscope.h79 explicit UsdGeomScope(const UsdSchemaBase& schemaObj) in UsdGeomScope() argument
80 : UsdGeomImageable(schemaObj) in UsdGeomScope()
H A Dxform.h76 explicit UsdGeomXform(const UsdSchemaBase& schemaObj) in UsdGeomXform() argument
77 : UsdGeomXformable(schemaObj) in UsdGeomXform()
/dports/misc/usd/USD-21.11/pxr/usd/usdLux/
H A DportalLight.h84 explicit UsdLuxPortalLight(const UsdSchemaBase& schemaObj) in UsdLuxPortalLight() argument
85 : UsdLuxBoundableLightBase(schemaObj) in UsdLuxPortalLight()
H A DpluginLight.h84 explicit UsdLuxPluginLight(const UsdSchemaBase& schemaObj) in UsdLuxPluginLight() argument
85 : UsdGeomXformable(schemaObj) in UsdLuxPluginLight()
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A DfixedJoint.h77 explicit UsdPhysicsFixedJoint(const UsdSchemaBase& schemaObj) in UsdPhysicsFixedJoint() argument
78 : UsdPhysicsJoint(schemaObj) in UsdPhysicsFixedJoint()
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/
H A DpackedJointAnimation.h76 explicit UsdSkelPackedJointAnimation(const UsdSchemaBase& schemaObj) in UsdSkelPackedJointAnimation() argument
77 : UsdSkelAnimation(schemaObj) in UsdSkelPackedJointAnimation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DSchemaHelper.cs51 foreach (XmlSchemaObject schemaObj in schema.Items) in GetSchemaType()
53 XmlSchemaType schemaType = schemaObj as XmlSchemaType; in GetSchemaType()
104 foreach (XmlSchemaObject schemaObj in schema.Items) in GetSchemaElement()
106 XmlSchemaElement schemaElement = schemaObj as XmlSchemaElement; in GetSchemaElement()

1234567