Home
last modified time | relevance | path

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

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/
H A Dpgsqltype.h149 static void getUserTypes(QStringList &type_list, void *pmodel, unsigned inc_usr_types);
150 static void getUserTypes(vector<void *> &ptypes, void *pmodel, unsigned inc_usr_types);
H A Dpgsqltype.cpp611 void PgSqlType::getUserTypes(QStringList &type_list, void *pmodel, unsigned inc_usr_types) in getUserTypes() function in PgSqlType
627 void PgSqlType::getUserTypes(vector<void *> &ptypes, void *pmodel, unsigned inc_usr_types) in getUserTypes() function in PgSqlType
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/PeopleService/
H A DProfileMetadata.php36 public function getUserTypes() function in Google_Service_PeopleService_ProfileMetadata
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/
H A DProfileMetadata.php36 public function getUserTypes() function in Google_Service_PeopleService_ProfileMetadata
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dpgsqltypewidget.cpp149 PgSqlType::getUserTypes(types,model, user_type_conf); in listPgSQLTypes()