Home
last modified time | relevance | path

Searched refs:parse_map (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp32 const char* parse_map(const TMap& map, const char* str, T* result) { in parse_map() function
89 style = parse_map(gWeightMap, style, &weight); in FontStyle()
90 style = parse_map(gSlantMap , style, &slant ); in FontStyle()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.h168 bool (*parse_map)(io::CodedInputStream*, void*); member
Dgenerated_message_table_driven_lite.h732 if (PROTOBUF_PREDICT_FALSE(!(*table.aux[field_number].maps.parse_map)( in MergePartialFromCodedStreamInlined()
/third_party/ffmpeg/libavfilter/
Daf_headphone.c100 static void parse_map(AVFilterContext *ctx) in parse_map() function
670 parse_map(ctx); in init()
/third_party/alsa-lib/src/control/
Dcontrol_remap.c1107 static int parse_map(snd_ctl_remap_t *priv, snd_config_t *conf) in parse_map() function
1171 err = parse_map(priv, map); in snd_ctl_remap_open()
/third_party/mindspore/patches/
D0010-micro-dynamic-shape-support-discrete-value.patch71 std::map<std::string, std::string &> parse_map{
D0005-micro-for-ohos.patch9593 - const std::map<std::string, std::string &> &parse_map, const std:…
9594 + const std::map<std::string, std::string &> &parse_map, const std:…
9600 if (parse_map.find(map.first) == parse_map.end()) {
9609 - std::map<std::string, std::string &> parse_map{
9619 - return SetMapData(map, parse_map, kMicroParam);
9636 + std::map<std::string, std::string &> parse_map{
9648 + return SetMapData(map, parse_map, kMicroParam);
9684 - const std::map<std::string, std::string &> &parse_map, const std::string &section…
9685 + const std::map<std::string, std::string &> &parse_map, const std::string &section,
D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch9324 … const std::map<std::string, std::string &> &parse_map, const std::string &section);