Home
last modified time | relevance | path

Searched refs:reflection (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp93 return (inType >= reflection::BaseType::Bool) && (inType <= reflection::BaseType::ULong); in IsIntegerType()
98 return (inType >= reflection::BaseType::Float) && (inType <= reflection::BaseType::Double); in IsRealType()
245 reflection::BaseType type;
312 case reflection::Bool: in DoVerifyBeforeExtract()
313 case reflection::Byte: in DoVerifyBeforeExtract()
321 case reflection::Int: in DoVerifyBeforeExtract()
322 case reflection::UInt: in DoVerifyBeforeExtract()
325 case reflection::Long: in DoVerifyBeforeExtract()
359 case reflection::Bool: in DoExtractValue()
362 case reflection::Byte: in DoExtractValue()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h177 const reflection::Schema *GetSchema() const;
179 int ParseCheckRootTableAttribute(const reflection::Object &rootTable);
180 …int ParseCheckRootTableDefine(const reflection::Schema &schema, const reflection::Object &rootTabl…
182 int ParseCheckFieldInfo(const reflection::Schema &schema, const reflection::Field &field,
184 … void CollectRawIndexInfos(const reflection::Field &field, RawIndexInfos &indexCollect) const;
185 int ParseCheckStructDefine(const reflection::Schema &schema, const reflection::Field &field,
189 int CompareTableOrStructDefine(const PairConstPointer<reflection::Schema> &bothSchema,
190 …const PairConstPointer<reflection::Object> &bothObject, bool isRoot, std::set<std::string> &compar…
191 int CompareStruct(const PairConstPointer<reflection::Schema> &bothSchema,
192 … const PairConstPointer<reflection::Field> &bothField, std::set<std::string> &compared) const;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helpers_gles.cpp29 …nst array_view<const PushConstantReflection> reflections, const PushConstantReflection& reflection) in FindConstant() argument
32 if (reflection.name == reflections[i].name) { in FindConstant()
34 if (reflection.type != reflections[i].type) { in FindConstant()
37 if (reflection.offset != reflections[i].offset) { in FindConstant()
40 if (reflection.size != reflections[i].size) { in FindConstant()
43 if (reflection.arraySize != reflections[i].arraySize) { in FindConstant()
46 if (reflection.arrayStride != reflections[i].arrayStride) { in FindConstant()
49 if (reflection.matrixStride != reflections[i].matrixStride) { in FindConstant()
H A Dspirv_cross_helpers_gles.h37 …S::array_view<const PushConstantReflection> reflections, const PushConstantReflection& reflection); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1253 std::vector<uint8_t> reflection; in reflectSpvBinary() local
1254 reflection.reserve(512u); in reflectSpvBinary()
1264 reflection.insert(reflection.end(), std::begin(tag), std::end(tag)); in reflectSpvBinary()
1272 reflection.resize(reflection.size() + sizeof(uint16_t) * 5); in reflectSpvBinary()
1290 reflection.insert(reflection.end(), std::begin(refl.name), std::end(refl.name)); in reflectSpvBinary()
1331 push(reflection, size); in reflectSpvBinary()
1341 push(reflection, size); in reflectSpvBinary()
1344 push(reflection, size); in reflectSpvBinary()
1347 push(reflection, size); in reflectSpvBinary()
1364 return reflection; in reflectSpvBinary()
[all …]
H A Dspirv_cross_helpers_gles.cpp25 …t(const std::vector<PushConstantReflection>& reflections, const PushConstantReflection& reflection) in FindConstant() argument
28 if (reflection.name == reflections[i].name) { in FindConstant()
30 if (reflection.type != reflections[i].type) { in FindConstant()
33 if (reflection.offset != reflections[i].offset) { in FindConstant()
36 if (reflection.size != reflections[i].size) { in FindConstant()
39 if (reflection.arraySize != reflections[i].arraySize) { in FindConstant()
42 if (reflection.arrayStride != reflections[i].arrayStride) { in FindConstant()
45 if (reflection.matrixStride != reflections[i].matrixStride) { in FindConstant()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_fw_reflection_plane.shader63 "name": "reflection",
H A Dcore3d_dm_fw_reflection_plane.frag153 // reflection
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp86 const auto& reflection = gsp->GetReflection(); in validateSSO() local
87 … const bool hasBindings = (reflection.vertexInputDeclarationView.bindingDescriptions.size() > 0); in validateSSO()
94 … static_cast<uint32_t>(reflection.vertexInputDeclarationView.bindingDescriptions.size())); in validateSSO()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-dynamic-import.md3 Dynamic import is a powerful feature that allows for conditional loading and partial reflection, wh…
15 …tion to conditional loading, dynamic import can also implement partial reflection. In the followin…
59 // Call classes, member functions, and methods by name using reflection.
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md1869 ## Do not use external data directly as the class or method name in the reflection operation
1873reflection operation can lead to an unexpected logic process, that is, unsafe reflection. This can…
1885 …le uses an external class name to directly construct an object through reflection. An ill-intentio…
1902 …he class index. If this class index can be mapped to a class name, the reflection operation is per…
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkts-utils.md553 …ture for asynchronous loading. This achieves the effect similar to the reflection API **Class.forN…
585 ns.Calc.staticAdd(7, 8); // Call the static member function staticAdd() with reflection.
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1959 const Math::Mat4X4 reflection = CalculateReflectionMatrix(plane); in ProcessReflection() local
1960 const Math::Mat4X4 reflectedView = camera.matrices.view * reflection; in ProcessReflection()
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.2-release.md407 …- The camera driver model supports mirror reflection, lens control, adding of location information…