Home
last modified time | relevance | path

Searched defs:value (Results 51 - 75 of 4888) sorted by relevance

12345678910>>...196

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_layout_property.h38 auto value = MakeRefPtr<MovingPhotoLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_paint_property.h37 auto value = MakeRefPtr<PathPaintProperty>(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_property.h36 auto value = MakeRefPtr<RelativeContainerLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_layout_property.h34 auto value = MakeRefPtr<SwiperArrowLayoutProperty>(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_property.h41 auto value = MakeRefPtr<TextClockLayoutProperty>(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_layout_property.h39 auto value = MakeRefPtr<RatingLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_layout_property.h34 auto value = MakeRefPtr<XComponentLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_property.h36 auto value = MakeRefPtr<SecurityComponentLayoutProperty>(); variable
[all...]
H A Dsecurity_component_paint_property.h33 auto value = MakeRefPtr<SecurityComponentPaintProperty>(); variable
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dalgorithms.h30 size_t FindFirstOf(const BASE_NS::vector<Type>& vec, const Type& value, size_t pos = 0) in FindFirstOf() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_call_context.h31 IAny::Ptr value; member
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_archive.cpp20 void Archive::Serialize(char& value) in Serialize() argument
25 void Archive::Serialize(float& value) in Serialize() argument
30 void Archive::Serialize(double& value) in Serialize() argument
35 void Archive::Serialize(int8_t& value) in Serialize() argument
40 Serialize(int16_t& value) Serialize() argument
45 Serialize(int32_t& value) Serialize() argument
50 Serialize(uint8_t& value) Serialize() argument
55 Serialize(uint16_t& value) Serialize() argument
60 Serialize(uint32_t& value) Serialize() argument
65 Serialize(uint64_t& value) Serialize() argument
70 Serialize(std::string& value) Serialize() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dendian_converter.h23 static inline uint16_t HostToNet(uint16_t value) in HostToNet() argument
28 static inline uint16_t NetToHost(uint16_t value) in NetToHost() argument
33 static inline uint32_t HostToNet(uint32_t value) in HostToNet() argument
38 static inline uint32_t NetToHost(uint32_t value) in NetToHost() argument
43 static inline uint64_t HostToNet(uint64_t value) in HostToNet() argument
48 NetToHost(uint64_t value) NetToHost() argument
[all...]
/foundation/filemanagement/app_file_service/tests/mock/parameter_mock/src/
H A Dparameter_mock.cpp21 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_chunk.h36 void Emplace(JSTaggedType value) in Emplace() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array-inl.h24 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const T &value) in Set() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_ref_semi_gc_test.cpp62 JSTaggedValue value = array.GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/proxy/
H A Dproxy.js
/arkcompiler/runtime_core/assembler/extensions/
H A Decmascript_meta.cpp98 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
113 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
123 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
133 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
143 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
153 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
163 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
173 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dmath_helpers.h55 constexpr bool IsPowerOfTwo(T value) in IsPowerOfTwo() argument
64 constexpr uint32_t GetPowerOfTwoValue32(uint32_t value) in GetPowerOfTwoValue32() argument
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dmodule_data_accessor.cpp31 auto value = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&module_sp)); in ModuleDataAccessor() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Djson_build_helpers.h26 void AddElement(std::function<void(JsonArrayBuilder &)> &func, T value) in AddElement() argument
35 void AddProperty(std::function<void(JsonObjectBuilder &)> &func, const char *key, T value) in AddProperty() argument
H A Dnumeric_id.h44 intmax_t value; in ParseNumericId() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassStaticBlock.h26 explicit ClassStaticBlock(Expression *value, ArenaAllocator *allocator) in ClassStaticBlock() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
H A DbooleanLiteral.h30 explicit BooleanLiteral(bool const value) : Literal(AstNodeType::BOOLEAN_LITERAL), boolean_(value) {} in BooleanLiteral() argument

Completed in 7 milliseconds

12345678910>>...196