Home
last modified time | relevance | path

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

/dports/sysutils/libdnf/libdnf-0.64.0/python/hawkey/
H A Dgoal-py.cpp368 add_protected(_GoalObject *self, PyObject *seq) try in add_protected() function
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dclasses.cc552 protected_int add_protected (protected_int a) { return a + protected_int_; } in add_protected() function in class_with_typedefs