Home
last modified time | relevance | path

Searched refs:ParseArray (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp353ParseArray<decltype(renderPass.attachments)::value_type>(*rp, "attachments", renderPass.attachment… in ParseRenderpass()
415ParseArray<decltype(resources.buffers)::value_type>(*res, "buffers", resources.buffers, result); in ParseResources()
416ParseArray<decltype(resources.images)::value_type>(*res, "images", resources.images, result); in ParseResources()
417ParseArray<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<decltype(resources)::value_type>(jsonValue, name.data(), resources, result); in GetGpuBufferDescs()
/ohos5.0/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.cpp226 bool radiusParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
228 bool typeParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
230 bool colorParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
232 bool offsetXParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
234 bool offsetYParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
236 bool fillParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
H A Darkts_native_text_clock_bridge.cpp293 bool radiusParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
295 bool typeParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
297 bool colorParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
299 bool offsetXParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
301 bool offsetYParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
303 bool fillParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
H A Darkts_native_span_bridge.cpp85 …ArkTSUtils::ParseArray<double>(vm, radiusArg, radiusArray.get(), length, ArkTSUtils::parseShadowRa… in ParseTextShadow()
87 …ArkTSUtils::ParseArray<uint32_t>(vm, typeArg, typeArray.get(), length, ArkTSUtils::parseShadowType… in ParseTextShadow()
89 …ArkTSUtils::ParseArray<uint32_t>(vm, colorArg, colorArray.get(), length, ArkTSUtils::parseShadowCo… in ParseTextShadow()
91 …ArkTSUtils::ParseArray<double>(vm, offsetXArg, offsetXArray.get(), length, ArkTSUtils::parseShadow… in ParseTextShadow()
93 …ArkTSUtils::ParseArray<double>(vm, offsetYArg, offsetYArray.get(), length, ArkTSUtils::parseShadow… in ParseTextShadow()
95 …ArkTSUtils::ParseArray<uint32_t>(vm, fillArg, fillArray.get(), length, ArkTSUtils::parseShadowFill… in ParseTextShadow()
H A Darkts_native_text_bridge.cpp636 bool radiusParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
638 bool typeParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
640 bool colorParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
642 bool offsetXParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
644 bool offsetYParseResult = ArkTSUtils::ParseArray<double>( in SetTextShadow()
646 bool fillParseResult = ArkTSUtils::ParseArray<uint32_t>( in SetTextShadow()
H A Darkts_utils.h95 …static bool ParseArray(const EcmaVM *vm, const Local<JSValueRef> &arg, T *array, int32_t defaultLe… in ParseArray() function
H A Darkts_native_grid_bridge.cpp814 …bool irregularResult = ArkTSUtils::ParseArray<int32_t>(vm, irregularIndexesVal, irregularIndexes.g… in SetGridLayoutOptions()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp64ParseArray<decltype(bindings)::value_type>(jsonData, "vertexInputBindingDescriptions", bindings, r… in LoadState()
65ParseArray<decltype(attributes)::value_type>(jsonData, "vertexInputAttributeDescriptions", attribu… in LoadState()
H A Dpipeline_layout_loader.cpp71ParseArray<decltype(context.data.bindings)::value_type>(jsonData, "bindings", context.data.binding… 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, Result… in ParseArray() function
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_file_parser.h43 void ParseArray(const std::string key, const cJSON *value, OperatorConfig &poc);
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.h57 std::shared_ptr<AstObject> ParseArray();
H A Dparser.cpp224 std::shared_ptr<AstObject> list = ParseArray(); in ParseTerm()
392 std::shared_ptr<AstObject> Parser::ParseArray() in ParseArray() function in Parser
/ohos5.0/foundation/ability/ability_base/test/fuzztest/arraywrapperthird_fuzzer/
H A Darraywrapperthird_fuzzer.cpp47 array->ParseArray(values, longSize); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp186 ParseArray(value->string, value, opc); in ParseOperatorConfigFromJson()
259 void OperatorFileParser::ParseArray(const std::string key, const cJSON *value, OperatorConfig &opc) in ParseArray() function in OHOS::Telephony::OperatorFileParser
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Darray_wrapper.h95 static sptr<IArray> ParseArray(const std::string &values, long size);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp235 sptr<IArray> Array::ParseArray(const std::string &values, long size) in ParseArray() function in OHOS::AAFwk::Array
297 return ParseArray(values, size); in Parse()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp530 napi_status ParseArray(const napi_env &env, std::vector<std::string>& temp, napi_value &jsObject) in ParseArray() function
604 napi_status status = ParseArray(env, temp, jsObject); in ParseValueBucket()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1464 parser.ParseArray("testKey", nullptr, operatorConfig);
1468 parser.ParseArray("testKey", value, operatorConfig);