Home
last modified time | relevance | path

Searched refs:baseType (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_enum_type.cpp21 void ASTEnumType::SetBaseType(const AutoPtr<ASTType> &baseType) in SetBaseType() argument
23 if (baseType == nullptr) { in SetBaseType()
26 if (baseType->GetTypeKind() == TypeKind::TYPE_ENUM) { in SetBaseType()
27 AutoPtr<ASTEnumType> parentEnumType = dynamic_cast<ASTEnumType *>(baseType.Get()); in SetBaseType()
35 parentType_= baseType; in SetBaseType()
38 baseType_ = baseType; in SetBaseType()
H A Dast_enum_type.h96 void SetBaseType(const AutoPtr<ASTType> &baseType);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp73 bool GetDataDir(const std::string &path, std::string &suffix, std::string &el, std::string &baseType) in GetDataDir() argument
78 baseType = ServiceConstants::BASE; in GetDataDir()
85 baseType = ServiceConstants::DATABASE; in GetDataDir()
92 baseType = ServiceConstants::BASE; in GetDataDir()
99 baseType = ServiceConstants::DATABASE; in GetDataDir()
106 baseType = ServiceConstants::BASE; in GetDataDir()
113 baseType = ServiceConstants::DATABASE; in GetDataDir()
120 baseType = ServiceConstants::BASE; in GetDataDir()
127 baseType = ServiceConstants::DATABASE; in GetDataDir()
263 std::string baseType; in GetRealPath() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp406 auto baseType = type->base_type(); in ExtractFlatBufferValueFinal() local
407 if (!IsIndexableType(baseType)) { in ExtractFlatBufferValueFinal()
408 LOGE("[ExtractFinal] BaseType=%s not indexable.", reflection::EnumNameBaseType(baseType)); in ExtractFlatBufferValueFinal()
569 auto baseType = inType.base_type(); in CheckFieldTypeSupport() local
571 if (!IsSupportTypeAtRoot(baseType)) { in CheckFieldTypeSupport()
572 LOGE("[FBSchema][DecideType] BaseType=%s not support at root.", reflection::EnumNameBaseType(baseType)); in CheckFieldTypeSupport()
575 if (IsIntegerType(baseType) && (inType.index() != INDEX_OF_NOT_ENUM)) { in CheckFieldTypeSupport()
576 LOGE("[FBSchema][DecideType] BaseType=%s is enum, not support.", reflection::EnumNameBaseType(baseType)); in CheckFieldTypeSupport()
579 if (IsVectorType(baseType)) { in CheckFieldTypeSupport()
589 if (!IsScalarType(baseType) in CheckFieldTypeSupport()
614 auto baseType = type->base_type(); ParseCheckFieldInfo() local
[all...]
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1294 AutoPtr<ASTType> baseType = ParseType(); in ParseEnumBaseType() local
1295 if (baseType != nullptr) { in ParseEnumBaseType()
1296 switch (baseType->GetTypeKind()) { in ParseEnumBaseType()
1320 return baseType; in ParseEnumBaseType()
1400 AutoPtr<ASTType> baseType = ParseType(); in ParseStructParentType() local
1401 if (baseType == nullptr) { in ParseStructParentType()
1406 if (baseType->GetTypeKind() != TypeKind::TYPE_STRUCT) { in ParseStructParentType()
1408 baseType->ToString().c_str())); in ParseStructParentType()
1417 return dynamic_cast<ASTStructType *>(baseType.Get()); in ParseStructParentType()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h376 GLenum baseType; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2238 switch (typeMap->baseType) { in GetUniform()

Completed in 15 milliseconds