Home
last modified time | relevance | path

Searched refs:TagMap (Results 1 – 25 of 795) sorted by relevance

12345678910>>...32

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/
H A DPsfLoader.h21 static void LoadPsf(CPsfVm&, const CPsfPathToken&, const fs::path&, CPsfBase::TagMap* = NULL);
24 static void LoadPsx(CPsfVm&, const CPsfPathToken&, CPsfStreamProvider*, CPsfBase::TagMap* = NULL);
25 …PsxRecurse(CPsxBios*, CMIPS&, const CPsfPathToken&, CPsfStreamProvider*, CPsfBase::TagMap* = NULL);
27 static void LoadPs2(CPsfVm&, const CPsfPathToken&, CPsfStreamProvider*, CPsfBase::TagMap* = NULL);
28 …dPs2Recurse(PS2::CPsfDevice*, const CPsfPathToken&, CPsfStreamProvider*, CPsfBase::TagMap* = NULL);
30 static void LoadPsp(CPsfVm&, const CPsfPathToken&, CPsfStreamProvider*, CPsfBase::TagMap* = NULL);
31 …oadPspRecurse(Psp::CPsfBios*, const CPsfPathToken&, CPsfStreamProvider*, CPsfBase::TagMap* = NULL);
H A DPsfTags.h11 typedef CPsfBase::TagMap TagMap; typedef
23 CPsfTags(const TagMap&);
44 TagMap m_tags;
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dexif.h68 class OIIO_API TagMap {
70 TagMap (string_view mapname, cspan<TagInfo> tag_table);
71 ~TagMap ();
101 const TagMap& tiff_tagmap_ref ();
102 const TagMap& exif_tagmap_ref ();
103 const TagMap& gps_tagmap_ref ();
104 const TagMap& canon_maker_tagmap_ref ();
117 ImageSpec &spec, const TagMap& tag_map,
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dexif.h68 class OIIO_API TagMap {
70 TagMap (string_view mapname, cspan<TagInfo> tag_table);
71 ~TagMap ();
101 const TagMap& tiff_tagmap_ref ();
102 const TagMap& exif_tagmap_ref ();
103 const TagMap& gps_tagmap_ref ();
104 const TagMap& canon_maker_tagmap_ref ();
117 ImageSpec &spec, const TagMap& tag_map,
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/
H A DAbstractMetricsContext.java69 public static class TagMap extends TreeMap<String,Object> { class in AbstractMetricsContext
71 TagMap() { in TagMap() method in AbstractMetricsContext.TagMap
74 TagMap(TagMap orig) { in TagMap() method in AbstractMetricsContext.TagMap
80 public boolean containsAll(TagMap other) { in containsAll()
103 static class RecordMap extends HashMap<TagMap,MetricMap> {
317 for (Entry<TagMap, MetricMap> entry : entrySet) { in emitRecords()
338 for (Entry<TagMap, MetricMap> entry : entrySet) { in getAllRecords()
367 TagMap tagTable = record.getTagTable(); in update()
375 TagMap tagMap = new TagMap(tagTable); // clone tags in update()
435 TagMap tagTable = record.getTagTable(); in remove()
[all …]
H A DOutputRecord.java28 import org.apache.hadoop.metrics.spi.AbstractMetricsContext.TagMap;
37 private TagMap tagMap;
41 OutputRecord(TagMap tagMap, MetricMap metricMap) { in OutputRecord()
80 public TagMap getTagsCopy() { in getTagsCopy()
81 return new TagMap(tagMap); in getTagsCopy()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/metrics/spi/
H A DAbstractMetricsContext.java71 public static class TagMap extends TreeMap<String,Object> { class in AbstractMetricsContext
73 TagMap() { in TagMap() method in AbstractMetricsContext.TagMap
76 TagMap(TagMap orig) { in TagMap() method in AbstractMetricsContext.TagMap
82 public boolean containsAll(TagMap other) { in containsAll()
105 static class RecordMap extends HashMap<TagMap,MetricMap> {
319 for (Entry<TagMap, MetricMap> entry : entrySet) { in emitRecords()
340 for (Entry<TagMap, MetricMap> entry : entrySet) { in getAllRecords()
369 TagMap tagTable = record.getTagTable(); in update()
377 TagMap tagMap = new TagMap(tagTable); // clone tags in update()
437 TagMap tagTable = record.getTagTable(); in remove()
[all …]
H A DOutputRecord.java32 import org.apache.hadoop.metrics.spi.AbstractMetricsContext.TagMap;
43 private TagMap tagMap;
47 OutputRecord(TagMap tagMap, MetricMap metricMap) { in OutputRecord()
86 public TagMap getTagsCopy() { in getTagsCopy()
87 return new TagMap(tagMap); in getTagsCopy()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DTagCompare.hpp284 class TagMap>
289 const TagMap& tag_map, in find_map_values()
294 typename TagMap::const_iterator i = tag_map.find( *lower ); in find_map_values()
373 template <class TagMap>
380 const TagMap& tag_map, in find_map_values_equal()
386 … find_map_values<TagOneIntEqual,TagMap>( TagOneIntEqual( value ), begin, end, tag_map, results ); in find_map_values_equal()
388 … find_map_values<TagIntsEqual,TagMap>( TagIntsEqual( value, size ), begin, end, tag_map, results ); in find_map_values_equal()
393 …find_map_values<TagOneDoubleEqual,TagMap>( TagOneDoubleEqual( value ), begin, end, tag_map, result… in find_map_values_equal()
406 …find_map_values<TagBytesEqual,TagMap>( TagBytesEqual( value, size ), begin, end, tag_map, results … in find_map_values_equal()
410 template <class TagMap>
[all …]
/dports/irc/inspircd/inspircd-3.11.0/include/modules/
H A Dctctags.h58 …TagMessage(User* source, const Channel* targetchan, const ClientProtocol::TagMap& Tags, char statu…
65 TagMessage(User* source, const User* targetuser, const ClientProtocol::TagMap& Tags) in TagMessage()
75 …TagMessage(User* source, const char* targetstr, const ClientProtocol::TagMap& Tags, char status = …
82 …TagMessage(const char* source, const char* targetstr, const ClientProtocol::TagMap& Tags, char sta…
106 const ClientProtocol::TagMap tags_in;
109 ClientProtocol::TagMap tags_out;
111 TagMessageDetails(const ClientProtocol::TagMap& tags) in TagMessageDetails()
/dports/textproc/textnote/textnote-1.3.0/vendor/olympos.io/encoding/edn/
H A Dedn_tags.go33 var globalTags TagMap
37 type TagMap struct { struct
47 func (tm *TagMap) AddTagFn(tagname string, fn interface{}) error { argument
61 func (tm *TagMap) addVal(name string, val reflect.Value) error { argument
87 func (tm *TagMap) AddTagStruct(tagname string, val interface{}) error { argument
/dports/math/pdal/PDAL-2.3.0/pdal/
H A DPipelineReaderJSON.hpp63 typedef std::map<std::string, Stage *> TagMap; typedef in pdal::PipelineReaderJSON
70 std::string extractTag(NL::json& node, TagMap& tags);
71 std::vector<Stage *> extractInputs(NL::json& node, TagMap& tags);
73 void handleInputTag(const std::string& tag, const TagMap& tags,
/dports/security/vault/vault-1.8.2/vendor/mvdan.cc/gofumpt/gofumports/internal/telemetry/event/
H A Dkey.go93 func (k *IntKey) Get(tags TagMap) int {
125 func (k *Int8Key) Get(tags TagMap) int8 {
157 func (k *Int16Key) Get(tags TagMap) int16 {
189 func (k *Int32Key) Get(tags TagMap) int32 {
221 func (k *Int64Key) Get(tags TagMap) int64 {
253 func (k *UIntKey) Get(tags TagMap) uint {
285 func (k *UInt8Key) Get(tags TagMap) uint8 {
317 func (k *UInt16Key) Get(tags TagMap) uint16 {
349 func (k *UInt32Key) Get(tags TagMap) uint32 {
522 func (k *BooleanKey) Get(tags TagMap) bool {
[all …]
H A Dtag.go23 type TagMap interface { interface
57 maps []TagMap
182 func NewTagMap(tags ...Tag) TagMap {
186 func MergeTagMaps(srcs ...TagMap) TagMap { argument
187 var nonNil []TagMap
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/mvdan.cc/gofumpt/gofumports/internal/telemetry/event/
H A Dkey.go93 func (k *IntKey) Get(tags TagMap) int {
125 func (k *Int8Key) Get(tags TagMap) int8 {
157 func (k *Int16Key) Get(tags TagMap) int16 {
189 func (k *Int32Key) Get(tags TagMap) int32 {
221 func (k *Int64Key) Get(tags TagMap) int64 {
253 func (k *UIntKey) Get(tags TagMap) uint {
285 func (k *UInt8Key) Get(tags TagMap) uint8 {
317 func (k *UInt16Key) Get(tags TagMap) uint16 {
349 func (k *UInt32Key) Get(tags TagMap) uint32 {
522 func (k *BooleanKey) Get(tags TagMap) bool {
[all …]
H A Dtag.go23 type TagMap interface { interface
57 maps []TagMap
182 func NewTagMap(tags ...Tag) TagMap {
186 func MergeTagMaps(srcs ...TagMap) TagMap { argument
187 var nonNil []TagMap
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph_test.go77 g.Nodes[0].NumericTags[""] = TagMap{
105 g.Nodes[0].NumericTags["tag1"] = TagMap{
160 LabelTags: make(TagMap),
161 NumericTags: make(map[string]TagMap),
169 LabelTags: make(TagMap),
170 NumericTags: make(map[string]TagMap),
225 labelTags := make(TagMap)
234 numTags := make(TagMap)
249 NumericTags: map[string]TagMap{"": numTags},
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph_test.go77 g.Nodes[0].NumericTags[""] = TagMap{
105 g.Nodes[0].NumericTags["tag1"] = TagMap{
160 LabelTags: make(TagMap),
161 NumericTags: make(map[string]TagMap),
169 LabelTags: make(TagMap),
170 NumericTags: make(map[string]TagMap),
225 labelTags := make(TagMap)
234 numTags := make(TagMap)
249 NumericTags: map[string]TagMap{"": numTags},
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph_test.go77 g.Nodes[0].NumericTags[""] = TagMap{
105 g.Nodes[0].NumericTags["tag1"] = TagMap{
160 LabelTags: make(TagMap),
161 NumericTags: make(map[string]TagMap),
169 LabelTags: make(TagMap),
170 NumericTags: make(map[string]TagMap),
225 labelTags := make(TagMap)
234 numTags := make(TagMap)
249 NumericTags: map[string]TagMap{"": numTags},
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph_test.go77 g.Nodes[0].NumericTags[""] = TagMap{
105 g.Nodes[0].NumericTags["tag1"] = TagMap{
160 LabelTags: make(TagMap),
161 NumericTags: make(map[string]TagMap),
169 LabelTags: make(TagMap),
170 NumericTags: make(map[string]TagMap),
225 labelTags := make(TagMap)
234 numTags := make(TagMap)
249 NumericTags: map[string]TagMap{"": numTags},
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph_test.go77 g.Nodes[0].NumericTags[""] = TagMap{
105 g.Nodes[0].NumericTags["tag1"] = TagMap{
160 LabelTags: make(TagMap),
161 NumericTags: make(map[string]TagMap),
169 LabelTags: make(TagMap),
170 NumericTags: make(map[string]TagMap),
225 labelTags := make(TagMap)
234 numTags := make(TagMap)
249 NumericTags: map[string]TagMap{"": numTags},
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph_test.go77 g.Nodes[0].NumericTags[""] = TagMap{
105 g.Nodes[0].NumericTags["tag1"] = TagMap{
160 LabelTags: make(TagMap),
161 NumericTags: make(map[string]TagMap),
169 LabelTags: make(TagMap),
170 NumericTags: make(map[string]TagMap),
225 labelTags := make(TagMap)
234 numTags := make(TagMap)
249 NumericTags: map[string]TagMap{"": numTags},
/dports/devel/pprof/pprof-acf8798/internal/graph/
H A Ddotgraph_test.go77 g.Nodes[0].NumericTags[""] = TagMap{
105 g.Nodes[0].NumericTags["tag1"] = TagMap{
148 LabelTags: make(TagMap),
149 NumericTags: make(map[string]TagMap),
157 LabelTags: make(TagMap),
158 NumericTags: make(map[string]TagMap),
213 labelTags := make(TagMap)
222 numTags := make(TagMap)
237 NumericTags: map[string]TagMap{"": numTags},
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Dtags.go12 type TagMap map[string][]string type
16 Tags *TagMap `json:"tags,omitempty"`
25 func (client *Client) GetTags(source string) (TagMap, error) {
52 func (client *Client) GetHostTagsBySource(host, source string) (TagMap, error) {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/
H A Dtags.go12 type TagMap map[string][]string type
16 Tags *TagMap `json:"tags,omitempty"`
25 func (client *Client) GetTags(source string) (TagMap, error) {
52 func (client *Client) GetHostTagsBySource(host, source string) (TagMap, error) {

12345678910>>...32