Home
last modified time | relevance | path

Searched defs:getBaseType (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/type/
H A DBaseType.h64 constexpr BaseType getBaseType(void_t) { in getBaseType() function
67 constexpr BaseType getBaseType(bool_t) { in getBaseType() function
70 constexpr BaseType getBaseType(byte_t) { in getBaseType() function
73 constexpr BaseType getBaseType(i16_t) { in getBaseType() function
76 constexpr BaseType getBaseType(i32_t) { in getBaseType() function
79 constexpr BaseType getBaseType(i64_t) { in getBaseType() function
82 constexpr BaseType getBaseType(float_t) { in getBaseType() function
94 constexpr BaseType getBaseType(enum_c) { in getBaseType() function
106 constexpr BaseType getBaseType(list_c) { in getBaseType() function
109 constexpr BaseType getBaseType(set_c) { in getBaseType() function
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A DH5Type.hxx66 inline static hid_t getBaseType(double * data) in getBaseType() function in org_modules_hdf5::H5Type
71 inline static hid_t getBaseType(float * data) in getBaseType() function in org_modules_hdf5::H5Type
76 inline static hid_t getBaseType(char * data) in getBaseType() function in org_modules_hdf5::H5Type
81 inline static hid_t getBaseType(unsigned char * data) in getBaseType() function in org_modules_hdf5::H5Type
86 inline static hid_t getBaseType(short * data) in getBaseType() function in org_modules_hdf5::H5Type
91 inline static hid_t getBaseType(unsigned short * data) in getBaseType() function in org_modules_hdf5::H5Type
96 inline static hid_t getBaseType(int * data) in getBaseType() function in org_modules_hdf5::H5Type
101 inline static hid_t getBaseType(unsigned int * data) in getBaseType() function in org_modules_hdf5::H5Type
106 inline static hid_t getBaseType(long long * data) in getBaseType() function in org_modules_hdf5::H5Type
116 inline static hid_t getBaseType(char ** data) in getBaseType() function in org_modules_hdf5::H5Type
[all …]
/dports/graphics/wxsvg/wxsvg-1.5.22/scripts/
H A DgenAnimated.py15 def getBaseType(name): function
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dsharepoint-document.hxx49 std::string getBaseType( ) { return std::string( "cmis:document" );} in getBaseType() function in SharePointDocument
H A Dsharepoint-folder.hxx48 std::string getBaseType( ) { return std::string( "cmis:folder" );} in getBaseType() function in SharePointFolder
H A Dgdrive-folder.hxx46 std::string getBaseType( ) { return std::string( "cmis:folder" );} in getBaseType() function in GDriveFolder
H A Donedrive-document.hxx50 std::string getBaseType( ) { return std::string( "cmis:document" );} in getBaseType() function in OneDriveDocument
H A Donedrive-folder.hxx46 std::string getBaseType( ) { return std::string( "cmis:folder" );} in getBaseType() function in OneDriveFolder
H A Dgdrive-document.hxx52 std::string getBaseType( ) { return std::string( "cmis:document" );} in getBaseType() function in GDriveDocument
H A Dsharepoint-object-type.cxx101 libcmis::ObjectTypePtr SharePointObjectType::getBaseType( ) in getBaseType() function in SharePointObjectType
H A Donedrive-object-type.cxx114 libcmis::ObjectTypePtr OneDriveObjectType::getBaseType( ) in getBaseType() function in OneDriveObjectType
H A Dws-object-type.cxx79 libcmis::ObjectTypePtr WSObjectType::getBaseType( ) in getBaseType() function in WSObjectType
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcoroutine-rvo.cpp126 struct is_same<T, T> { static constexpr bool value = true; }; in getBaseType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DEnumLeafInfo.java64 NonElement<T,C> getBaseType(); in getBaseType() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DEnumLeafInfo.java64 NonElement<T,C> getBaseType(); in getBaseType() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/
H A DISchemaRestriction.java29 public ISchemaSimpleType getBaseType(); in getBaseType() method
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/inc/
H A Dasttypedef.hxx31 AstType const * getBaseType() const in getBaseType() function in AstTypeDef
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/inc/
H A Dasttypedef.hxx31 AstType const * getBaseType() const in getBaseType() function in AstTypeDef
/dports/devel/abi-compliance-checker/abi-compliance-checker-2.3/checker/modules/Internals/
H A DTypeAttr.pm135 sub getBaseType($$) subroutine
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/
H A DBindingHelper.java138 public static @Nullable Type getBaseType(@NotNull Type type, @NotNull Class baseType) { in getBaseType() method in BindingHelper
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/
H A DBindingHelper.java138 public static @Nullable Type getBaseType(@NotNull Type type, @NotNull Class baseType) { in getBaseType() method in BindingHelper
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Web/ActionBar/
H A DDirectorBaseActionBar.php49 protected function getBaseType() function in Icinga\\Module\\Director\\Web\\ActionBar\\DirectorBaseActionBar
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/libcxx/
H A DncmpiVlenType.cpp69 NcmpiType NcmpiVlenType::getBaseType() const in getBaseType() function in NcmpiVlenType
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSType.java43 XSType getBaseType(); in getBaseType() method
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/database/
H A DTypeInterface.php70 public function getBaseType(); function

12345678910>>...20