Home
last modified time | relevance | path

Searched refs:m_cast (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/pvr/
H A DEPG.h58 m_cast = epg.m_cast; in PVREPGTag()
178 void SetCast(const std::string& cast) { m_cast = cast; } in SetCast()
181 std::string GetCast() const { return m_cast; } in GetCast()
402 m_cStructure->strCast = m_cast.c_str(); in GetTag()
427 std::string m_cast; variable
443 m_cast = tag->strCast == nullptr ? "" : tag->strCast; in SetData()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoTag.cpp41 m_cast.clear(); in Reset()
272 for (iCast it = m_cast.begin(); it != m_cast.end(); ++it) in Save()
351 if (other.m_cast.size()) in Merge()
352 m_cast = other.m_cast; in Merge()
493 ar << (int)m_cast.size(); in Archive()
498 ar << m_cast[i].order; in Archive()
499 ar << m_cast[i].thumb; in Archive()
602 m_cast.push_back(info); in Archive()
945 for (iCast it = m_cast.begin(); it != m_cast.end(); ++it) in GetCast()
1192 m_cast.clear(); in ParseNative()
[all …]
H A DVideoInfoTag.h231 std::vector< SActorInfo > m_cast; variable
H A DVideoDatabase.cpp2440 AddCast(idMovie, "movie", details.m_cast); in SetDetailsForMovie()
2726 AddCast(idTvShow, "tvshow", details.m_cast); in UpdateDetailsForTvShow()
2860 AddCast(idEpisode, "episode", details.m_cast); in SetDetailsForEpisode()
2985 AddCast(idMVideo, MediaTypeMusicVideo, details.m_cast); in SetDetailsForMusicVideo()
4046 GetCast(details.m_iDbId, MediaTypeMovie, details.m_cast); in GetDetailsForMovie()
4123 GetCast(details.m_iDbId, "tvshow", details.m_cast); in GetDetailsForTvShow()
4222 GetCast(details.m_iDbId, MediaTypeEpisode, details.m_cast); in GetDetailsForEpisode()
4223 GetCast(details.m_iIdShow, MediaTypeTvShow, details.m_cast); in GetDetailsForEpisode()
4293 GetCast(details.m_iDbId, "musicvideo", details.m_cast); in GetDetailsForMusicVideo()
10292 for (const auto &i : tag.m_cast) in ExportActorThumbs()
H A DVideoInfoScanner.cpp1626 FetchActorThumbs(movieDetails.m_cast, actorArtPath.empty() ? parentDir : actorArtPath); in GetArtwork()
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/tvheadend/entity/
H A DEvent.h59 m_directors == other.m_directors && m_cast == other.m_cast &&
128 const std::string& GetCast() const { return m_cast; } in GetCast()
158 std::string m_cast; variable
H A DEvent.cpp29 m_cast = kodi::tools::StringUtils::Join(cast, EPG_STRING_TOKEN_SEPARATOR); in SetCast()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgInfoTag.cpp107 m_cast = Tokenize(data.strCast); in CPVREpgInfoTag()
165 value["cast"] = DeTokenize(m_cast); in Serialize()
330 return m_cast; in Cast()
347 for (const auto& castEntry : m_cast) in GetCastLabel()
474 m_cast != tag.m_cast || in Update()
511 m_cast = tag.m_cast; in Update()
H A DEpgInfoTag.h470 std::vector<std::string> m_cast; /*!< cast */ variable
H A DEpgDatabase.cpp374 newTag->m_cast = newTag->Tokenize(m_pDS->fv("sCast").get_asString()); in CreateEpgTag()
/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/data/
H A DEpgEntry.h82 const std::string& GetCast() const { return m_cast; } in GetCast()
83 void SetCast(const std::string& value) { m_cast = value; } in SetCast()
128 std::string m_cast; variable
H A DEpgEntry.cpp35 left.SetCast(m_cast); in UpdateTo()
278 m_cast = GetJoinedNodeValues(creditsNode, "actor"); in UpdateFrom()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dcast.rs778 m_cast: ty::TypeAndMut<'tcx>, in check_ptr_ptr_cast()
780 debug!("check_ptr_ptr_cast m_expr={:?} m_cast={:?}", m_expr, m_cast); in check_ptr_ptr_cast()
784 let cast_kind = fcx.pointer_kind(m_cast.ty, self.span)?; in check_ptr_ptr_cast()
819 m_cast: ty::TypeAndMut<'tcx>, in check_fptr_ptr_cast()
823 match fcx.pointer_kind(m_cast.ty, self.span)? { in check_fptr_ptr_cast()
848 m_cast: ty::TypeAndMut<'tcx>, in check_ref_cast()
851 if m_expr.mutbl == hir::Mutability::Mut || m_cast.mutbl == hir::Mutability::Not { in check_ref_cast()
872 fcx.demand_eqtype(self.span, ety, m_cast.ty); in check_ref_cast()
883 m_cast: TypeAndMut<'tcx>, in check_addr_ptr_cast()
886 match fcx.pointer_kind(m_cast.ty, self.span)? { in check_addr_ptr_cast()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/util/cmdline/detail/
H A DLexicalCall.h134 type_cast_t & m_cast; member
136 explicit Args(type_cast_t & cast) : m_cast(cast) { } in Args()
140 return m_cast.template cast<R>(v_front()); in front()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasic_fun_cl.cpp616 DIntGDL* l_cast,*m_cast; in legendre() local
645 m_cast=static_cast<DIntGDL*>(mvals); in legendre()
648 m_cast=static_cast<DIntGDL*>(mvals->Convert2(GDL_INT,BaseGDL::COPY)); in legendre()
650 m_guard.Reset(m_cast); in legendre()
665 DInt mNow = (*m_cast)[nmin > nEm?0:count]; in legendre()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DListItem.cpp357 videotag.m_cast.clear(); in setInfo()
367 videotag.m_cast.push_back(info); in setInfo()
649 GetVideoInfoTag()->m_cast.clear(); in setCast()
666 GetVideoInfoTag()->m_cast.push_back(std::move(info)); in setCast()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/upnp/
H A DUPnPInternal.cpp317 for(CVideoInfoTag::iCast it = tag.m_cast.begin();it != tag.m_cast.end();it++) { in PopulateObjectFromTag()
543 for(CVideoInfoTag::iCast it = tag.m_cast.begin();it != tag.m_cast.end();it++) { in BuildObject()
866 tag.m_cast.push_back(info); in PopulateTagFromObject()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/animation/
H A Danimation_tree_player.cpp991 #define GET_NODE(m_type, m_cast) \ argument
994 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
1206 #define GET_NODE_V(m_type, m_cast, m_ret) … argument
1209 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/animation/
H A Danimation_tree_player.cpp983 #define GET_NODE(m_type, m_cast) \ argument
987 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
1195 #define GET_NODE_V(m_type, m_cast, m_ret) \ argument
1199 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
/dports/devel/godot2/godot-2.1.6-stable/scene/animation/
H A Danimation_tree_player.cpp983 #define GET_NODE(m_type, m_cast) \ argument
987 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
1195 #define GET_NODE_V(m_type, m_cast, m_ret) \ argument
1199 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
/dports/devel/godot/godot-3.2.3-stable/scene/animation/
H A Danimation_tree_player.cpp991 #define GET_NODE(m_type, m_cast) \ argument
994 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
1206 #define GET_NODE_V(m_type, m_cast, m_ret) … argument
1209 m_cast *n = static_cast<m_cast *>(node_map[p_node]);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogVideoInfo.cpp348 for (CVideoInfoTag::iCast it = m_movieItem->GetVideoInfoTag()->m_cast.begin(); in SetMovie()
349 it != m_movieItem->GetVideoInfoTag()->m_cast.end(); ++it) in SetMovie()
389 …g::iCast it = m_movieItem->GetVideoInfoTag()->m_cast.begin(); it != m_movieItem->GetVideoInfoTag()… in SetMovie()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DRSSDirectory.cpp206 vtag->m_cast.push_back(actor); in ParseItemMRSS()