Home
last modified time | relevance | path

Searched refs:IDList (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DHTTP2PriorityQueueTest.cpp134 IDList nodes_;
266 EXPECT_EQ(nodes_, IDList({{5, 100}})); in TEST_F()
297 IDList( in TEST_F()
336 EXPECT_EQ(nodes_, IDList({{7, 100}})); in TEST_F()
358 EXPECT_EQ(nodes_, IDList({{9, 100}})); in TEST_F()
408 IDList( in TEST_F()
417 IDList({{0, 100}, in TEST_F()
775 EXPECT_EQ(nodes_, IDList({})); in TEST_F()
792 EXPECT_EQ(nodes_, IDList({})); in TEST_F()
802 EXPECT_EQ(nodes_, IDList({})); in TEST_F()
[all …]
/dports/audio/harp/harp-0.6.0/
H A Dedit.c30 struct IDList *songids=(struct IDList *)data; in editSongName()
54 struct IDList *songids=(struct IDList *)data; in editSongLocation()
78 struct IDList *songids=(struct IDList *)data; in editSongArtist()
221 struct IDList *ids=(struct IDList *)data; in editAlbumArtist()
246 struct IDList *ids=(struct IDList *)data; in editAlbumTitle()
285 struct IDList *ids=(struct IDList *)data; in editAlbumDate()
306 struct IDList *ids=(struct IDList *)data; in editArtistName()
335 struct IDList *ids=(struct IDList *)data; in editPlaylistName()
358 struct IDList *ids=(struct IDList *)data; in deletePlaylist()
383 struct IDList *ids=(struct IDList *)data; in editPlaylistSongAdd()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/include/
H A DCOLLADABUIDList.h23 class IDList
39 IDList(StringConversionFunction conversionFunction = Utils::checkID);
42 virtual ~IDList() {} in ~IDList()
62 IDList( const IDList& pre );
64 const IDList& operator= ( const IDList& pre );
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/vcf/
H A DVcfRecordDiscardRules.h78 typedef std::unordered_set<vcfIDtype> IDList; typedef
80 typedef std::set<vcfIDtype> IDList;
86 bool setIDs(IDList& idlist, const char* filename);
88 IDList myExcludeIDs;
89 IDList myIncludeIDs;
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/src/
H A DCOLLADABUIDList.cpp17 IDList::IDList(StringConversionFunction conversionFunction ) in IDList() function in COLLADABU::IDList
22 String IDList::addId ( in addId()
58 bool IDList::containsId ( const String& id ) in containsId()
/dports/sysutils/gomi/gomi-1.1.1/vendor/github.com/rs/xid/
H A Did_test.go348 var IDList = []ID{IDs[0].id, IDs[1].id, IDs[2].id} var
354 if got, want := sorter(IDList).Len(), 3; got != want {
360 sorter := sorter(IDList)
374 ids = append(ids, IDList...)
377 if got, want := ids[0], IDList[1]; !reflect.DeepEqual(got, want) {
380 if got, want := ids[1], IDList[0]; !reflect.DeepEqual(got, want) {
384 if got, want := ids[2], IDList[2]; !reflect.DeepEqual(got, want) {
391 ids = append(ids, IDList...)
393 if got, want := ids, []ID{IDList[1], IDList[2], IDList[0]}; !reflect.DeepEqual(got, want) {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/rs/xid/
H A Did_test.go348 var IDList = []ID{IDs[0].id, IDs[1].id, IDs[2].id} var
354 if got, want := sorter(IDList).Len(), 3; got != want {
360 sorter := sorter(IDList)
374 ids = append(ids, IDList...)
377 if got, want := ids[0], IDList[1]; !reflect.DeepEqual(got, want) {
380 if got, want := ids[1], IDList[0]; !reflect.DeepEqual(got, want) {
384 if got, want := ids[2], IDList[2]; !reflect.DeepEqual(got, want) {
391 ids = append(ids, IDList...)
393 if got, want := ids, []ID{IDList[1], IDList[2], IDList[0]}; !reflect.DeepEqual(got, want) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/rs/xid/
H A Did_test.go356 var IDList = []ID{IDs[0].id, IDs[1].id, IDs[2].id} var
362 if got, want := sorter(IDList).Len(), 3; got != want {
368 sorter := sorter(IDList)
382 ids = append(ids, IDList...)
385 if got, want := ids[0], IDList[1]; !reflect.DeepEqual(got, want) {
388 if got, want := ids[1], IDList[0]; !reflect.DeepEqual(got, want) {
392 if got, want := ids[2], IDList[2]; !reflect.DeepEqual(got, want) {
399 ids = append(ids, IDList...)
401 if got, want := ids, []ID{IDList[1], IDList[2], IDList[0]}; !reflect.DeepEqual(got, want) {
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dhyper.c78 if (!IDList) { in AddID()
80 IDList = id_last; in AddID()
94 for (id=IDList; id; id=id->next) in FindElemByID()
/dports/textproc/docbook-to-man/docbook-to-man/Instant/
H A Dhyper.c78 if (!IDList) { in AddID()
80 IDList = id_last; in AddID()
94 for (id=IDList; id; id=id->next) in FindElemByID()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/utilities/
H A Didlist.h173 class IDList {
175 using ThisType = IDList<NodeObjectType, ThreadSafe, OwnsNodes, SupportRecursiveLock>;
177 IDList() in IDList() function
182 IDList(NodeObjectType *node) in IDList() function
193 ~IDList() { in ~IDList()
197 IDList(const IDList &) = delete;
198 IDList &operator=(const IDList &) = delete;
465 class IDRefList : public IDList<IDNodeRef<NodeObjectType>, ThreadSafe, OwnsNodes> {
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/text/text-0.3.0/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/misc/lf/lf-r26/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/security/meek/meek-0.35.0/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go56 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go37 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/message/pipeline/
H A Dmessage.go37 ID IDList `json:"id"`
210 type IDList []string type
213 func (id *IDList) UnmarshalJSON(b []byte) error {
222 func (id *IDList) MarshalJSON() ([]byte, error) {

12345678910>>...12