Home
last modified time | relevance | path

Searched refs:ParseArray (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp353 ParseArray<decltype(renderPass.attachments)::value_type>(*rp, "attachments", renderPass.attachments, result); in ParseRenderpass()
415 ParseArray<decltype(resources.buffers)::value_type>(*res, "buffers", resources.buffers, result); in ParseResources()
416 ParseArray<decltype(resources.images)::value_type>(*res, "images", resources.images, result); in ParseResources()
417 ParseArray<decltype(resources.samplers)::value_type>(*res, "samplers", resources.samplers, result); in ParseResources()
419 ParseArray<decltype(resources.customInputBuffers)::value_type>( in ParseResources()
421 ParseArray<decltype(resources.customOutputBuffers)::value_type>( in ParseResources()
424 ParseArray<decltype(resources.customInputImages)::value_type>( in ParseResources()
426 ParseArray<decltype(resources.customOutputImages)::value_type>( in ParseResources()
523 ParseArray<decltype(resources)::value_type>(jsonValue, name.data(), resources, result); in GetGpuImageDescs()
541 ParseArray<decltyp in GetGpuBufferDescs()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_animator_bridge.cpp224 !ArkTSUtils::ParseArray<CalcDimension>( in SetImages()
226 !ArkTSUtils::ParseArray<CalcDimension>( in SetImages()
228 !ArkTSUtils::ParseArray<CalcDimension>( in SetImages()
230 !ArkTSUtils::ParseArray<CalcDimension>( in SetImages()
232 !ArkTSUtils::ParseArray<int32_t>(vm, seventhArg, durationArray.get(), arrayLength, parseInt32)) { in SetImages()
H A Darkts_native_text_timer_bridge.cpp225 bool radiusParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
227 bool typeParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
229 bool colorParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
231 bool offsetXParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
233 bool offsetYParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
235 bool fillParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
H A Darkts_native_text_clock_bridge.cpp292 bool radiusParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
294 bool typeParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
296 bool colorParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
298 bool offsetXParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
300 bool offsetYParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
302 bool fillParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
H A Darkts_native_span_bridge.cpp83 ArkTSUtils::ParseArray<double>(vm, radiusArg, radiusArray.get(), length, ArkTSUtils::parseShadowRadius); in ParseTextShadow()
85 ArkTSUtils::ParseArray<uint32_t>(vm, typeArg, typeArray.get(), length, ArkTSUtils::parseShadowType); in ParseTextShadow()
87 ArkTSUtils::ParseArray<uint32_t>(vm, colorArg, colorArray.get(), length, ArkTSUtils::parseShadowColor); in ParseTextShadow()
89 ArkTSUtils::ParseArray<double>(vm, offsetXArg, offsetXArray.get(), length, ArkTSUtils::parseShadowOffset); in ParseTextShadow()
91 ArkTSUtils::ParseArray<double>(vm, offsetYArg, offsetYArray.get(), length, ArkTSUtils::parseShadowOffset); in ParseTextShadow()
93 ArkTSUtils::ParseArray<uint32_t>(vm, fillArg, fillArray.get(), length, ArkTSUtils::parseShadowFill); in ParseTextShadow()
H A Darkts_native_text_bridge.cpp630 bool radiusParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
632 bool typeParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
634 bool colorParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
636 bool offsetXParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
638 bool offsetYParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
640 bool fillParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
H A Darkts_utils.h111 static bool ParseArray(const EcmaVM *vm, const Local<JSValueRef> &arg, T *array, int32_t defaultLength, in ParseArray() function in OHOS::OHOS::Ace::NG::ResourceType::ArkTSUtils
H A Darkts_native_select_bridge.cpp946 bool valueParseResult = ArkTSUtils::ParseArray<std::string>(vm, valuesArg, valueArray.get(), length, ParseValues); in SetOptions()
947 bool iconParseResult = ArkTSUtils::ParseArray<std::string>( in SetOptions()
953 bool symbolIconParseResult = ArkTSUtils::ParseArray<SelectParam>( in SetOptions()
H A Darkts_native_grid_bridge.cpp814 bool irregularResult = ArkTSUtils::ParseArray<int32_t>(vm, irregularIndexesVal, irregularIndexes.get(), length, in SetGridLayoutOptions()
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp64 ParseArray<decltype(bindings)::value_type>(jsonData, "vertexInputBindingDescriptions", bindings, result); in LoadState()
65 ParseArray<decltype(attributes)::value_type>(jsonData, "vertexInputAttributeDescriptions", attributes, result); in LoadState()
H A Dpipeline_layout_loader.cpp71 ParseArray<decltype(context.data.bindings)::value_type>(jsonData, "bindings", context.data.bindings, loadResult); in FromJson()
97 ParseArray<decltype(descriptorSetLayouts)::value_type>( in Load()
H A Djson_util.h232 void ParseArray(JsonType const& jData, char const* element, BASE_NS::vector<ArrayType>& out, ResultType& res) in ParseArray() function
/foundation/ability/ability_base/test/fuzztest/arraywrapperthird_fuzzer/
H A Darraywrapperthird_fuzzer.cpp47 array->ParseArray(values, longSize); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Darray_wrapper.h95 static sptr<IArray> ParseArray(const std::string &values, long size);
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp236 sptr<IArray> Array::ParseArray(const std::string &values, long size) in ParseArray() function in OHOS::AAFwk::Array
298 return ParseArray(values, size); in Parse()

Completed in 16 milliseconds