Home
last modified time | relevance | path

Searched defs:construct_object (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/sort/common/util/
Dalgorithm.hpp143 inline void construct_object (Value_t *ptr, Args &&... args) in construct_object() function
/third_party/PyYAML/lib/yaml/
Dconstructor.py67 def construct_object(self, node, deep=False): member in BaseConstructor