Home
last modified time | relevance | path

Searched refs:StructState (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/serde-0.8.23/src/ser/
H A Dmod.rs101 type StructState; typedef
370 ) -> Result<Self::StructState, Self::Error>; in serialize_struct() argument
376 state: &mut Self::StructState, in serialize_struct_elt() argument
384 state: Self::StructState, in serialize_struct_end() argument
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_View.hxx750 struct StructState struct in OpenGl_View
756 StructState (const Standard_Size theStructureState = 0, in StructState() argument
765 StructState (const OpenGl_Structure* theStructure) in StructState() argument
1051 std::map<const OpenGl_Structure*, StructState> myStructureStates;
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_View.hxx750 struct StructState struct in OpenGl_View
756 StructState (const Standard_Size theStructureState = 0, in StructState() function
765 StructState (const OpenGl_Structure* theStructure) in StructState() function
1051 std::map<const OpenGl_Structure*, StructState> myStructureStates;
H A DOpenGl_View_Raytrace.cxx213 std::map<const OpenGl_Structure*, StructState>::iterator anIter = myStructureStates.begin(); in updateRaytraceGeometry()
286 …std::map<const OpenGl_Structure*, StructState>::iterator aStructState = myStructureStates.find (th… in toUpdateStructure()
484 myStructureStates[theStructure] = StructState (theStructure); in addRaytraceStructure()
501 myStructureStates[theStructure] = StructState (theStructure); in addRaytraceStructure()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_View.hxx721 struct StructState struct in OpenGl_View
727 StructState (const Standard_Size theStructureState = 0, in StructState() function
736 StructState (const OpenGl_Structure* theStructure) in StructState() function
1022 std::map<const OpenGl_Structure*, StructState> myStructureStates;
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/toml/src/encoder/
H A Dserde.rs36 type StructState = Self; typedef
/dports/games/dose-response/dose-response-179c326/cargo-crates/toml-0.2.1/src/encoder/
H A Dserde.rs36 type StructState = Self; typedef
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/serde_json-0.8.6/src/
H A Dser.rs80 type StructState = State; typedef
485 type StructState = (); typedef
H A Dvalue.rs641 type StructState = MapState; typedef