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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i537 def get_uuid(self):
540 uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UUID object that represents the UUID of this module.''')
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c427 SVN_ERR(vtable->get_uuid(session, &repository_uuid, pool));
954 SVN_ERR(session->vtable->get_uuid(session, uuid, pool));
963 return session->vtable->get_uuid(session, uuid, pool);
H A Dwrapper_template.h417 return VTBL.get_uuid(session_baton, uuid, pool);
H A Dra_loader.h236 svn_error_t *(*get_uuid)(svn_ra_session_t *session,
235 svn_error_t *(*get_uuid)(svn_ra_session_t *session, member in struct:svn_ra__vtable_t
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h2494 svn_error_t *(*get_uuid)(void *session_baton,
2490 svn_error_t *(*get_uuid)(void *session_baton, member in struct:svn_ra_plugin_t

Completed in 137 milliseconds