Home
last modified time | relevance | path

Searched refs:CustomPropHandlerVec (Results 1 – 3 of 3) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/RDGeneral/
H A DStreamOps.h369 CustomPropHandlerVec; typedef
372 const CustomPropHandlerVec &handlers = {}) {
400 const CustomPropHandlerVec &handlers = {}) {
474 const CustomPropHandlerVec &handlers = {}) {
539 const CustomPropHandlerVec &handlers = {}) {
607 const CustomPropHandlerVec &handlers = {}) {
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DMolPickler.h148 static const CustomPropHandlerVec &getCustomPropHandlers();
H A DMolPickler.cpp77 static CustomPropHandlerVec defaultPropHandlers = {};
114 const CustomPropHandlerVec &MolPickler::getCustomPropHandlers() { in getCustomPropHandlers()