Home
last modified time | relevance | path

Searched refs:get_uuid (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBModule.i557 def get_uuid(self):
560 …uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UU…
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
Dra_loader.c424 SVN_ERR(vtable->get_uuid(session, &repository_uuid, pool)); in svn_ra_open5()
951 SVN_ERR(session->vtable->get_uuid(session, uuid, pool)); in svn_ra_get_uuid2()
960 return session->vtable->get_uuid(session, uuid, pool); in svn_ra_get_uuid()
Dra_loader.h235 svn_error_t *(*get_uuid)(svn_ra_session_t *session, member
Dwrapper_template.h417 return VTBL.get_uuid(session_baton, uuid, pool); in compat_get_uuid()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_ra.h2490 svn_error_t *(*get_uuid)(void *session_baton, member