Home
last modified time | relevance | path

Searched refs:refProps (Results 1 – 2 of 2) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/jsoninfo/
H A Dmarshal_ref.go9 return json.Marshal(&refProps{
17 refProps := &refProps{}
18 if err := json.Unmarshal(data, refProps); err == nil {
19 ref := refProps.Ref
28 type refProps struct { struct
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolAlign/Wrap/
H A DrdMolAlign.cpp226 python::object refProps, int prbCid = -1, int refCid = -1, in getMMFFO3A() argument
268 if (refProps != python::object()) { in getMMFFO3A()
270 python::extract<ForceFields::PyMMFFMolProperties *>(refProps); in getMMFFO3A()
305 python::object refProps, int refCid = -1, bool reflect = false, in getMMFFO3AForConfs() argument
346 if (refProps != python::object()) { in getMMFFO3AForConfs()
348 python::extract<ForceFields::PyMMFFMolProperties *>(refProps); in getMMFFO3AForConfs()