blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 3
264
| content_id
stringlengths 40
40
| detected_licenses
sequencelengths 0
85
| license_type
stringclasses 2
values | repo_name
stringlengths 5
140
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 905
values | visit_date
timestamp[us]date 2015-08-09 11:21:18
2023-09-06 10:45:07
| revision_date
timestamp[us]date 1997-09-14 05:04:47
2023-09-17 19:19:19
| committer_date
timestamp[us]date 1997-09-14 05:04:47
2023-09-06 06:22:19
| github_id
int64 3.89k
681M
⌀ | star_events_count
int64 0
209k
| fork_events_count
int64 0
110k
| gha_license_id
stringclasses 22
values | gha_event_created_at
timestamp[us]date 2012-06-07 00:51:45
2023-09-14 21:58:39
⌀ | gha_created_at
timestamp[us]date 2008-03-27 23:40:48
2023-08-21 23:17:38
⌀ | gha_language
stringclasses 141
values | src_encoding
stringclasses 34
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 2
classes | length_bytes
int64 3
10.4M
| extension
stringclasses 115
values | content
stringlengths 3
10.4M
| authors
sequencelengths 1
1
| author_id
stringlengths 0
158
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2bc4c9397333aedcab9b4e5da92059ad9e80b00a | 66e6360325b781ed0791868765f1fd8a6303726f | /LQSearch/TTbarQCDShape/7265MuonBoxOutOfMET_TightMuon/Compareshape.cpp | 8f2784a97f89c34de7e3d0469458d74da7bae54a | [] | no_license | alintulu/FHead2011PhysicsProject | c969639b212d569198d8fce2f424ce866dcfa881 | 2568633d349810574354ad61b0abab24a40e510e | refs/heads/master | 2022-04-28T14:19:30.534282 | 2020-04-23T17:17:32 | 2020-04-23T17:17:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,623 | cpp | #include <iostream>
#include <sstream>
#include <string>
using namespace std;
#include "TFile.h"
#include "TChain.h"
#include "TTree.h"
#include "PlotHelper2.h"
#include "TauHelperFunctions2.h"
#include "ReadLQ3Tree.h"
int main(int argc, char *argv[]);
int main(int argc, char *argv[])
{
string InputFileName = "Samples/TTJets_TuneZ2_7TeV-madgraph-tauola_All.root";
string OutputBase = "TTbar";
double CrossSection = 165;
const double Luminosity = 1000;
if(argc < 4)
{
cout << "Usage: " << argv[0] << " InputFile CrossSection OutputBase" << endl;
return -1;
}
InputFileName = argv[1];
OutputBase = argv[3];
stringstream CrossSectionConversion(argv[2]);
CrossSectionConversion >> CrossSection;
TChain Tree("LQ3Tree", "LQ3Tree");
Tree.AddFile(InputFileName.c_str());
TreeRecord M;
M.SetBranchAddress(&Tree);
M.InitializeWeight("Samples/BookKeeping/Example.PU.root");
Tree.SetBranchStatus("*", false);
Tree.SetBranchStatus("CaloJet*", true);
Tree.SetBranchStatus("PFMET", true);
Tree.SetBranchStatus("GoodElectronCount", true);
Tree.SetBranchStatus("GoodElectronCount80", true);
Tree.SetBranchStatus("GoodMuonCount", true);
Tree.SetBranchStatus("GoodMuonCountTight", true);
Tree.SetBranchStatus("Muon1PT", true);
Tree.SetBranchStatus("Muon1Eta", true);
Tree.SetBranchStatus("Muon1Phi", true);
Tree.SetBranchStatus("Muon2PT", true);
double AllEvents = 0;
TFile InputF(InputFileName.c_str());
TH1D *H = (TH1D *)InputF.Get("HProcessedEventsPU");
for(int i = 1; i <= H->GetNbinsX(); i++)
AllEvents = AllEvents + M.GetWeight(i - 1) * H->GetBinContent(i);
InputF.Close();
TFile OutputF(Form("%s.root", OutputBase.c_str()), "recreate");
TH1D HMRNew("HMRNew", "MR (new);MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New005("HMRNew_R2New005", "MR (new), R^{2} (new) > 0.05;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New010("HMRNew_R2New010", "MR (new), R^{2} (new) > 0.10;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New015("HMRNew_R2New015", "MR (new), R^{2} (new) > 0.15;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New020("HMRNew_R2New020", "MR (new), R^{2} (new) > 0.20;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New025("HMRNew_R2New025", "MR (new), R^{2} (new) > 0.25;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New030("HMRNew_R2New030", "MR (new), R^{2} (new) > 0.30;MR (new)", 40, 0, 1000);
TH1D HR2New("HR2New", "R^{2} (new);R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew200("HR2New_MRNew200", "R^{2} (new), MR (new) > 200;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew300("HR2New_MRNew300", "R^{2} (new), MR (new) > 300;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew400("HR2New_MRNew400", "R^{2} (new), MR (new) > 400;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew500("HR2New_MRNew500", "R^{2} (new), MR (new) > 500;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew600("HR2New_MRNew600", "R^{2} (new), MR (new) > 600;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew700("HR2New_MRNew700", "R^{2} (new), MR (new) > 700;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew800("HR2New_MRNew800", "R^{2} (new), MR (new) > 800;R^{2} (new)", 40, 0, 1.2);
TH1D HMRNew_L("HMRNew_L", "MR (new), single loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New005_L("HMRNew_R2New005_L", "MR (new), R^{2} (new) > 0.05, single loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New010_L("HMRNew_R2New010_L", "MR (new), R^{2} (new) > 0.10, single loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New015_L("HMRNew_R2New015_L", "MR (new), R^{2} (new) > 0.15, single loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New020_L("HMRNew_R2New020_L", "MR (new), R^{2} (new) > 0.20, single loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New025_L("HMRNew_R2New025_L", "MR (new), R^{2} (new) > 0.25, single loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New030_L("HMRNew_R2New030_L", "MR (new), R^{2} (new) > 0.30, single loose tag;MR (new)", 40, 0, 1000);
TH1D HR2New_L("HR2New_L", "R^{2} (new), single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew200_L("HR2New_MRNew200_L", "R^{2} (new), MR (new) > 200, single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew300_L("HR2New_MRNew300_L", "R^{2} (new), MR (new) > 300, single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew400_L("HR2New_MRNew400_L", "R^{2} (new), MR (new) > 400, single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew500_L("HR2New_MRNew500_L", "R^{2} (new), MR (new) > 500, single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew600_L("HR2New_MRNew600_L", "R^{2} (new), MR (new) > 600, single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew700_L("HR2New_MRNew700_L", "R^{2} (new), MR (new) > 700, single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew800_L("HR2New_MRNew800_L", "R^{2} (new), MR (new) > 800, single loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HMRNew_LL("HMRNew_LL", "MR (new), double loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New005_LL("HMRNew_R2New005_LL", "MR (new), R^{2} (new) > 0.05, double loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New010_LL("HMRNew_R2New010_LL", "MR (new), R^{2} (new) > 0.10, double loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New015_LL("HMRNew_R2New015_LL", "MR (new), R^{2} (new) > 0.15, double loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New020_LL("HMRNew_R2New020_LL", "MR (new), R^{2} (new) > 0.20, double loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New025_LL("HMRNew_R2New025_LL", "MR (new), R^{2} (new) > 0.25, double loose tag;MR (new)", 40, 0, 1000);
TH1D HMRNew_R2New030_LL("HMRNew_R2New030_LL", "MR (new), R^{2} (new) > 0.30, double loose tag;MR (new)", 40, 0, 1000);
TH1D HR2New_LL("HR2New_LL", "R^{2} (new), double loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew200_LL("HR2New_MRNew200_LL", "R^{2} (new), MR (new) > 200, double loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew300_LL("HR2New_MRNew300_LL", "R^{2} (new), MR (new) > 300, double loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew400_LL("HR2New_MRNew400_LL", "R^{2} (new), MR (new) > 400, double loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew500_LL("HR2New_MRNew500_LL", "R^{2} (new), MR (new) > 500, double loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew600_LL("HR2New_MRNew600_LL", "R^{2} (new), MR (new) > 600, double loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew700_LL("HR2New_MRNew700_LL", "R^{2} (new), MR (new) > 700, double loose tag;R^{2} (new)", 40, 0, 1.2);
TH1D HR2New_MRNew800_LL("HR2New_MRNew800_LL", "R^{2} (new), MR (new) > 800, double loose tag;R^{2} (new)", 40, 0, 1.2);
HMRNew.Sumw2();
HMRNew_R2New005.Sumw2();
HMRNew_R2New010.Sumw2();
HMRNew_R2New015.Sumw2();
HMRNew_R2New020.Sumw2();
HMRNew_R2New025.Sumw2();
HMRNew_R2New030.Sumw2();
HR2New.Sumw2();
HR2New_MRNew200.Sumw2();
HR2New_MRNew300.Sumw2();
HR2New_MRNew400.Sumw2();
HR2New_MRNew500.Sumw2();
HR2New_MRNew600.Sumw2();
HR2New_MRNew700.Sumw2();
HR2New_MRNew800.Sumw2();
HMRNew_L.Sumw2();
HMRNew_R2New005_L.Sumw2();
HMRNew_R2New010_L.Sumw2();
HMRNew_R2New015_L.Sumw2();
HMRNew_R2New020_L.Sumw2();
HMRNew_R2New025_L.Sumw2();
HMRNew_R2New030_L.Sumw2();
HR2New_L.Sumw2();
HR2New_MRNew200_L.Sumw2();
HR2New_MRNew300_L.Sumw2();
HR2New_MRNew400_L.Sumw2();
HR2New_MRNew500_L.Sumw2();
HR2New_MRNew600_L.Sumw2();
HR2New_MRNew700_L.Sumw2();
HR2New_MRNew800_L.Sumw2();
HMRNew_LL.Sumw2();
HMRNew_R2New005_LL.Sumw2();
HMRNew_R2New010_LL.Sumw2();
HMRNew_R2New015_LL.Sumw2();
HMRNew_R2New020_LL.Sumw2();
HMRNew_R2New025_LL.Sumw2();
HMRNew_R2New030_LL.Sumw2();
HR2New_LL.Sumw2();
HR2New_MRNew200_LL.Sumw2();
HR2New_MRNew300_LL.Sumw2();
HR2New_MRNew400_LL.Sumw2();
HR2New_MRNew500_LL.Sumw2();
HR2New_MRNew600_LL.Sumw2();
HR2New_MRNew700_LL.Sumw2();
HR2New_MRNew800_LL.Sumw2();
int EntryCount = Tree.GetEntries();
for(int iEntry = 0; iEntry < EntryCount; iEntry++)
{
if((iEntry + 1) % 500000 == 0)
cout << "Processing entry "<< iEntry + 1 << "/" << EntryCount << endl;
Tree.GetEntry(iEntry);
double WPU = M.GetCurrentWeight() * CrossSection * Luminosity / AllEvents;
if(M.GoodElectronCount80 > 0)
continue;
if(M.GoodMuonCountTight == 0 || (M.GoodMuonCountTight == 1 && M.Muon1PT < 20) || M.GoodMuonCountTight >= 2)
continue;
int LooseTagCount = 0;
for(int i = 0; i < M.CaloJetCount; i++)
{
if(M.CaloJetPT[i] < 80)
continue;
if(M.CaloJetTCHETag[i] < 1.7)
continue;
LooseTagCount = LooseTagCount + 1;
}
vector<FourVector> GoodJets;
for(int i = 0; i < M.CaloJetCount; i++)
{
if(M.CaloJetPT[i] < 40)
continue;
if(M.CaloJetEta[i] < -3 || M.CaloJetEta[i] > 3)
continue;
FourVector NewJet;
NewJet.SetPtEtaPhi(M.CaloJetPT[i], M.CaloJetEta[i], M.CaloJetPhi[i]);
GoodJets.push_back(NewJet);
}
if(GoodJets.size() < 2 || GoodJets.size() > 20)
continue;
vector<FourVector> Groups = SplitIntoGroups(GoodJets, true);
FourVector PFMET(0, M.PFMET[0], M.PFMET[1], 0);
FourVector MuonP;
MuonP.SetPtEtaPhi(M.Muon1PT, M.Muon1Eta, M.Muon1Phi);
PFMET = PFMET + MuonP;
double MRNew = Get2011MR(Groups[0], Groups[1]);
double RNew = Get2011R(Groups[0], Groups[1], PFMET);
double R2New = RNew * RNew;
HMRNew.Fill(MRNew, WPU);
if(R2New > 0.05) HMRNew_R2New005.Fill(MRNew, WPU);
if(R2New > 0.10) HMRNew_R2New010.Fill(MRNew, WPU);
if(R2New > 0.15) HMRNew_R2New015.Fill(MRNew, WPU);
if(R2New > 0.20) HMRNew_R2New020.Fill(MRNew, WPU);
if(R2New > 0.25) HMRNew_R2New025.Fill(MRNew, WPU);
if(R2New > 0.30) HMRNew_R2New030.Fill(MRNew, WPU);
HR2New.Fill(R2New, WPU);
if(MRNew > 200) HR2New_MRNew200.Fill(R2New, WPU);
if(MRNew > 300) HR2New_MRNew300.Fill(R2New, WPU);
if(MRNew > 400) HR2New_MRNew400.Fill(R2New, WPU);
if(MRNew > 500) HR2New_MRNew500.Fill(R2New, WPU);
if(MRNew > 600) HR2New_MRNew600.Fill(R2New, WPU);
if(MRNew > 700) HR2New_MRNew700.Fill(R2New, WPU);
if(MRNew > 800) HR2New_MRNew800.Fill(R2New, WPU);
if(LooseTagCount >= 1)
{
HMRNew_L.Fill(MRNew, WPU);
if(R2New > 0.05) HMRNew_R2New005_L.Fill(MRNew, WPU);
if(R2New > 0.10) HMRNew_R2New010_L.Fill(MRNew, WPU);
if(R2New > 0.15) HMRNew_R2New015_L.Fill(MRNew, WPU);
if(R2New > 0.20) HMRNew_R2New020_L.Fill(MRNew, WPU);
if(R2New > 0.25) HMRNew_R2New025_L.Fill(MRNew, WPU);
if(R2New > 0.30) HMRNew_R2New030_L.Fill(MRNew, WPU);
HR2New_L.Fill(R2New, WPU);
if(MRNew > 200) HR2New_MRNew200_L.Fill(R2New, WPU);
if(MRNew > 300) HR2New_MRNew300_L.Fill(R2New, WPU);
if(MRNew > 400) HR2New_MRNew400_L.Fill(R2New, WPU);
if(MRNew > 500) HR2New_MRNew500_L.Fill(R2New, WPU);
if(MRNew > 600) HR2New_MRNew600_L.Fill(R2New, WPU);
if(MRNew > 700) HR2New_MRNew700_L.Fill(R2New, WPU);
if(MRNew > 800) HR2New_MRNew800_L.Fill(R2New, WPU);
}
if(LooseTagCount >= 2)
{
HMRNew_LL.Fill(MRNew, WPU);
if(R2New > 0.05) HMRNew_R2New005_LL.Fill(MRNew, WPU);
if(R2New > 0.10) HMRNew_R2New010_LL.Fill(MRNew, WPU);
if(R2New > 0.15) HMRNew_R2New015_LL.Fill(MRNew, WPU);
if(R2New > 0.20) HMRNew_R2New020_LL.Fill(MRNew, WPU);
if(R2New > 0.25) HMRNew_R2New025_LL.Fill(MRNew, WPU);
if(R2New > 0.30) HMRNew_R2New030_LL.Fill(MRNew, WPU);
HR2New_LL.Fill(R2New, WPU);
if(MRNew > 200) HR2New_MRNew200_LL.Fill(R2New, WPU);
if(MRNew > 300) HR2New_MRNew300_LL.Fill(R2New, WPU);
if(MRNew > 400) HR2New_MRNew400_LL.Fill(R2New, WPU);
if(MRNew > 500) HR2New_MRNew500_LL.Fill(R2New, WPU);
if(MRNew > 600) HR2New_MRNew600_LL.Fill(R2New, WPU);
if(MRNew > 700) HR2New_MRNew700_LL.Fill(R2New, WPU);
if(MRNew > 800) HR2New_MRNew800_LL.Fill(R2New, WPU);
}
}
HMRNew.Write();
HMRNew_R2New005.Write();
HMRNew_R2New010.Write();
HMRNew_R2New015.Write();
HMRNew_R2New020.Write();
HMRNew_R2New025.Write();
HMRNew_R2New030.Write();
HR2New.Write();
HR2New_MRNew200.Write();
HR2New_MRNew300.Write();
HR2New_MRNew400.Write();
HR2New_MRNew500.Write();
HR2New_MRNew600.Write();
HR2New_MRNew700.Write();
HR2New_MRNew800.Write();
HMRNew_L.Write();
HMRNew_R2New005_L.Write();
HMRNew_R2New010_L.Write();
HMRNew_R2New015_L.Write();
HMRNew_R2New020_L.Write();
HMRNew_R2New025_L.Write();
HMRNew_R2New030_L.Write();
HR2New_L.Write();
HR2New_MRNew200_L.Write();
HR2New_MRNew300_L.Write();
HR2New_MRNew400_L.Write();
HR2New_MRNew500_L.Write();
HR2New_MRNew600_L.Write();
HR2New_MRNew700_L.Write();
HR2New_MRNew800_L.Write();
HMRNew_LL.Write();
HMRNew_R2New005_LL.Write();
HMRNew_R2New010_LL.Write();
HMRNew_R2New015_LL.Write();
HMRNew_R2New020_LL.Write();
HMRNew_R2New025_LL.Write();
HMRNew_R2New030_LL.Write();
HR2New_LL.Write();
HR2New_MRNew200_LL.Write();
HR2New_MRNew300_LL.Write();
HR2New_MRNew400_LL.Write();
HR2New_MRNew500_LL.Write();
HR2New_MRNew600_LL.Write();
HR2New_MRNew700_LL.Write();
HR2New_MRNew800_LL.Write();
OutputF.Close();
return 0;
}
| [
"[email protected]"
] | |
56bafc75740df0165fecbd494fb3d53eb0b6195c | dff5755d4a81b3f0331b7f6c1ef80a453652b43f | /interface/src/entities/RenderableLightEntityItem.h | cecd9b761eaa4eeff988ea8b70c144b547983ef9 | [
"Apache-2.0"
] | permissive | softwarekid/hifi | 440e3b9c332491715d4fe8dfec59bdfdd4b0da1a | 8c013a84ff9d210ab3313cd0f9894c265c4b5c78 | refs/heads/master | 2021-01-15T12:31:24.529233 | 2014-10-30T21:41:54 | 2014-10-30T21:41:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,064 | h | //
// RenderableLightEntityItem.h
// interface/src/entities
//
// Created by Brad Hefta-Gaub on 8/6/14.
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#ifndef hifi_RenderableLightEntityItem_h
#define hifi_RenderableLightEntityItem_h
#include <glm/glm.hpp>
#include <stdint.h>
#include <EntityTree.h>
#include <Octree.h>
#include <OctreePacketData.h>
#include <OctreeRenderer.h>
#include <PacketHeaders.h>
#include <SharedUtil.h>
#include <ViewFrustum.h>
#include <LightEntityItem.h>
class RenderableLightEntityItem : public LightEntityItem {
public:
static EntityItem* factory(const EntityItemID& entityID, const EntityItemProperties& properties);
RenderableLightEntityItem(const EntityItemID& entityItemID, const EntityItemProperties& properties) :
LightEntityItem(entityItemID, properties)
{ }
virtual void render(RenderArgs* args);
};
#endif // hifi_RenderableLightEntityItem_h
| [
"[email protected]"
] | |
f75f18e5378522d53acaee9cbe2d1c02873d8473 | 6b2a39df2cd6e626ca042b80d98003f9e47a0b02 | /Leetcode/queue/findKthLargest.cpp | 5055b0e37aecbcd53169ef3b17de14c10741ed9c | [] | no_license | ShuhengLi/LeetCode | 0b7db0eaee71b13a8c6324cd837324db31560247 | f882fc0fd58857dafdd4b41b1b89c10e56a3f23d | refs/heads/master | 2021-06-07T21:15:54.639277 | 2020-10-20T22:02:46 | 2020-10-20T22:02:46 | 28,899,606 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 829 | cpp | /*215. Kth Largest Element in an Array
* Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.
Example 1:
Input: [3,2,1,5,6,4] and k = 2
Output: 5
Example 2:
Input: [3,2,3,1,2,4,5,5,6] and k = 4
Output: 4
*/
class Solution {
public:
int findKthLargest(vector<int>& nums, int k) {
priority_queue<int,vector<int>, greater<int>> q;
for(auto element :nums){
if(q.empty()){
q.push(element);
continue;
}
if(q.size() < k){
q.push(element);
}else {
if(q.top() < element){
q.pop();
q.push(element);
}
}
}
return q.top();
}
};
| [
"[email protected]"
] | |
69eaa4aa3c45fd076d2962474ae697cd4bf51b82 | af2b0c302d111454a940fdba09e66090484d6756 | /C++/DAY10/PathFinder/island.cpp | 5c7db403957211e31f5dad27004ef94e410bcb1b | [] | no_license | carlogravador/nokia-academy-training | 2eb3197822a4d760f5dc90a05f4c2aee9fc2f5b4 | de65778e115c3a00558bf6eef2dca50937f8d71e | refs/heads/master | 2022-11-08T21:46:22.142997 | 2020-06-30T14:18:01 | 2020-06-30T14:18:01 | 276,119,580 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 569 | cpp | #include<cmath>
#include<iostream>
#include "island.h"
Island::Island(){
xCord = 0;
yCord = 0;
}
Island::Island(double x, double y){
xCord = x;
yCord = y;
}
void Island::setX(double x) {
xCord = x;
}
void Island::setY(double y) {
yCord = y;
}
double Island::getX() const{
return xCord;
}
double Island::getY() const{
return yCord;
}
double Island::getDistanceTo(Island *i) const{
return sqrt(pow(xCord - i->getX(), 2) + pow(yCord - i->getY(), 2));
}
Island::~Island(){
}
void Island::print(){
cout << "(" << xCord << ", " << yCord << ")" << endl;
}
| [
"[email protected]"
] | |
39d5bf428246375a68971afe11408ab7b7cfe55c | 211fcb30d2c0068d88074c646258b31e008fd32b | /AtCoder/abc/abc131/c.cpp | d2125d711202863ecf7a70e5c646b998b25e7e8a | [] | no_license | makecir/competitive-programming | 2f9ae58284b37fab9aed872653518089951ff7fd | be6c7eff4baf07dd19b50eb756ec0d5dc5ec3ebf | refs/heads/master | 2021-06-11T08:10:17.375410 | 2021-04-13T11:59:17 | 2021-04-13T11:59:17 | 155,111,372 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,096 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll=long long;
using vb=vector<bool>;
using vvb=vector<vb>;
using vd=vector<double>;
using vvd=vector<vd>;
using vi=vector<int>;
using vvi=vector<vi>;
using vl=vector<ll>;
using vvl=vector<vl>;
using pii=pair<int,int>;
using pll=pair<ll,ll>;
using tll=tuple<ll,ll>;
using tlll=tuple<ll,ll,ll>;
using vs=vector<string>;
#define all(a) a.begin(),a.end()
#define rall(a) a.rbegin(),a.rend()
#define rep(i,n) range(i,0,n)
#define rrep(i,n) for(int i=(n)-1;i>=0;i--)
#define range(i,a,n) for(int i=(a);i<(n);i++)
#define LINF ((ll)1ll<<60)
#define INF ((int)1<<30)
#define EPS (1e-9)
#define MOD (1000000007ll)
#define fcout(a) cout<<setprecision(a)<<fixed
#define fs first
#define sc second
#define PI 3.1415926535897932384
int dx[]={1,0,-1,0,1,-1,-1,1},dy[]={0,1,0,-1,1,1,-1,-1};
template<class T>bool chmax(T&a,T b){if(a<b){a=b; return true;}return false;}
template<class T>bool chmin(T&a,T b){if(a>b){a=b; return true;}return false;}
template<class S>S acm(vector<S>&a){return accumulate(all(a),S());}
template<class S>S max(vector<S>&a){return *max_element(all(a));}
template<class S>S min(vector<S>&a){return *min_element(all(a));}
void YN(bool b){cout<<(b?"YES":"NO")<<"\n";}
void Yn(bool b){cout<<(b?"Yes":"No")<<"\n";}
void yn(bool b){cout<<(b?"yes":"no")<<"\n";}
ll max(int a,ll b){return max((ll)a,b);} ll max(ll a,int b){return max(a,(ll)b);}
template<class T>void puta(T&&t){cout<<t<<"\n";}
template<class H,class...T>void puta(H&&h,T&&...t){cout<<h<<' ';puta(t...);}
template<class S,class T>ostream&operator<<(ostream&os,pair<S,T>p){os<<"["<<p.first<<", "<<p.second<<"]";return os;};
template<class S>auto&operator<<(ostream&os,vector<S>t){bool a=1; for(auto s:t){os<<(a?"":" ")<<s;a=0;} return os;}
constexpr ll gcd(ll a,ll b){return b?gcd(b,a%b):a;}
constexpr ll lcm(ll a,ll b){return a/gcd(a,b)*b;}
ll f(ll n,ll m){
//puta(n/m);
return n/m;
}
int main(){
cin.tie(0);
ios::sync_with_stdio(false);
ll a,b,c,d,e;
cin>>a>>b>>c>>d;
e=lcm(c,d);
cout<<(b-a+1)-((f(b,c)-f(a-1,c))+(f(b,d)-f(a-1,d))-(f(b,e)-f(a-1,e)))<<endl;
}
| [
"[email protected]"
] | |
7f5e19279b85ff710a35e38581f8801c7bcfd7cd | 45cf46228577123bea4eeafbb7ec3692b5d91645 | /includes/GLSLProgram.h | 89c9dd633eca3501dfd2fdcfa11a24c67b929b91 | [] | no_license | dwsindorf/VTX | 995f7c4c9b6c803471a302ca1c1f8a977e4cfa72 | 662671de02f7d5f4ab94d6d5855f9735b61358d3 | refs/heads/master | 2023-09-01T06:35:11.429236 | 2023-08-27T14:13:27 | 2023-08-27T14:13:27 | 62,461,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 823 | h | #ifndef GLSLPROGRAM_H_
#define GLSLPROGRAM_H_
#include <GLSLVars.h>
class GLSLProgram
{
public:
bool linked;
bool compiled;
bool errors;
GLhandleARB vertex_shader;
GLhandleARB fragment_shader;
GLhandleARB geometry_shader;
GLhandleARB program;
char shader_name[2048];
char shader_defs[2048];
char fragment_file[512];
char vertex_file[512];
char geometry_file[512];
char *name();
GLSLProgram();
GLSLProgram(char *p, char *v, char *f);
GLSLProgram(char *p, char *v, char *f,char *g);
~GLSLProgram();
bool compile();
bool link();
static void setKeyStr(char *s);
virtual void initVars();
virtual void loadVars();
unsigned char* readShaderFile(char *defines,char *filename);
bool buildShader(int id, char *defs, char* file);
bool linkProgram(GLhandleARB program);
};
#endif /*GLSLPROGRAM_H_*/
| [
"[email protected]"
] | |
68d3625d2489161057904b7caaa4657d4e1b09d3 | 0fcf3d46c25f8019686c63b2ce967733ab7b8f16 | /homework8/gsl-linear/src/GSLlinear.h | 29bb08cc5f2c8d3446501723fc481b39aaa0325d | [] | no_license | pawankarki23/sta705 | 3c22fa71fc24c0b506fd4403507f7095dafa51d2 | 35aff3dfc106057d5e01394260df28f6c2a835e9 | refs/heads/master | 2020-03-29T03:58:27.428052 | 2019-03-24T21:11:23 | 2019-03-24T21:11:23 | 149,509,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 833 | h | #ifndef GSLLINEAR
#define GSLLINEAR
#include <gsl/gsl_errno.h>
#include <gsl/gsl_odeiv2.h>
class Table;
struct DEmodel
{
int n;// size the dimension of A
double* infusion; // alpha
double* initial; // x(0)
double** p;// matrix A
double* q;
void load(double*, double*, double*);
// constructor
DEmodel(int);
};
// function for alpha+A*x(t)
int function(double t, const double y[], double f[], void *data);
// Jacobian A matrix
int jacobian(double t, const double y[], double *dfdy, double dfdt[], void *data);
class GSLlinear
{
double hstart;
double epsabs;
double epsrel;
public:
void set_hstart(double);
void set_epsabs(double);
void set_epsrel(double);
int solve(DEmodel* A, double* time, Table* Y);
GSLlinear();
~GSLlinear();
};
#endif
| [
"[email protected]"
] | |
e59be0af6bb7191da866fcc808c375c629d01d4e | a8e4f6444d54edcfa9f37f742eb67c9f3b65d3da | /src/ns2/greencloud/powermodel/percomponentmodel.cc | cbb8017413be1db9e608933ff50b88f416acd86a | [] | no_license | smirzaei/greencloud-ns2 | 9e6e508736050841907f6c4cf89570731be16f9e | 04f3c15d2a4f2c22472d766d7b788f16fd67f648 | refs/heads/master | 2022-04-27T09:33:53.822757 | 2020-05-01T14:28:11 | 2020-05-01T14:28:11 | 260,478,090 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,757 | cc | /*
* percomponentmodel.cc
*
* @date Feb 25, 2014
* @author Guzek:Mateusz
*/
#include "percomponentmodel.h"
#include "../dcresource.h"
static class PerComponentModelClass : public TclClass {
public:
PerComponentModelClass() : TclClass("PerComponentModel") {}
TclObject* create(int argc, const char*const*argv) {
return (new PerComponentModel());
}
} class_powermodel;
PerComponentModel::PerComponentModel() {
}
PerComponentModel::~PerComponentModel() {
}
void PerComponentModel::addComponent(DcResource* component){
modeled_components_.push_back(component);
}
int PerComponentModel::command(int argc, const char*const* argv){
if (argc == 2) {
if (strcmp(argv[1], "print") == 0) {
/* print general info */
print();
return (TCL_OK);
}
} else if (argc==3){
if (strcmp(argv[1], "set-name") == 0) {
this->setName(argv[2]);
return(TCL_OK);
} else {
return(TCL_ERROR);
}
}
return(TCL_ERROR);
}
double PerComponentModel::estimate(int size, double* predictors){
std::vector<DcResource*>::iterator iter;
double result = 0;
for(iter = modeled_components_.begin(); iter != modeled_components_.end(); iter++){
result+=(*iter)->getPower();
}
return result;
}
double PerComponentModel::getMaxPower(){
std::vector<DcResource*>::iterator iter;
double result = 0;
for(iter = modeled_components_.begin(); iter != modeled_components_.end(); iter++){
result+=(*iter)->getMaxPower();
}
return result;
}
void PerComponentModel::print(){
std::cout << "Per component power model.\nModeled components:\n";
std::vector<DcResource*>::iterator iter;
for(iter = modeled_components_.begin(); iter != modeled_components_.end(); iter++){
std::cout << (*iter)->specification->getPowerModel()->name_ << "\n";
}
}
| [
"greencloud@greencloud.(none)"
] | greencloud@greencloud.(none) |
44ef4135fec2144732eff426473b519216818afd | 6d53f886a88d73b63f454a535400281f0892fde8 | /Game.cpp | 195e41c07b6b82dbf55df451d5777904069d1b85 | [] | no_license | kamuttini/Game | 6135efda6ea8e98bfa0526369c1022bd29c35aa3 | f32d466240d2b0548caf27ae1ab5b633abf795e8 | refs/heads/master | 2020-05-29T15:46:44.712021 | 2019-09-09T21:17:45 | 2019-09-09T21:17:45 | 189,229,598 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 916 | cpp | //
// Created by camut on 25/05/19.
//
#include "Game.h"
#include "MenuState.h"
#include "Def.h"
Game::Game(int width, int height, std::string title)
{
data=std::make_shared<GameData>();
data->window.create(sf::VideoMode(width, height), title, sf::Style::Close | sf::Style::Titlebar);
data->window.setFramerateLimit(FRAME);
data->machine.AddState(StateRef(new MenuState(this->data)));
data->soundTrack.openFromFile("assets/music/Gerudo_Valley-The_Legend_of_Zelda-Ocarina_of_Time.wav");
data->soundTrack.setVolume(SOUNDTRACK_VOLUME);
data->soundTrack.setLoop(true);
this->Run();
}
void Game::Run()
{
while (this->data->window.isOpen())
{
this->data->machine.ProcessStateChanges();
this->data->machine.GetActiveState()->HandleInput();
this->data->machine.GetActiveState()->Update();
this->data->machine.GetActiveState()->Draw();
}
}
| [
"[email protected]"
] | |
601ee0d398fbb4eb8a8a2b9306ef5f24695bb881 | 65c60ff91a9c5c3b64790c4df7c7c4fe80521af7 | /abc070/d.cpp | 96a2accd7fcbd81e7612b759257c9356ea850750 | [] | no_license | yukarinoki/programing_contests | 9770e1209078402bd083644a8834d8b77cbaea4b | c211bc777fb4c1e8d1c1dd65b44e50f1debf8f88 | refs/heads/master | 2020-04-18T22:05:05.988706 | 2020-02-22T20:24:12 | 2020-02-22T20:24:12 | 167,783,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,762 | cpp | #include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <stack>
#include <queue>
#include <set>
#include <map>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <cmath>
#include <tuple>
#include <cassert>
using namespace std;
#define all(c) (c).begin(), (c).end()
#define iter(c) __typeof((c).begin())
#define cpresent(c, e) (find(all(c), (e)) != (c).end())
#define tr(c, i) for (iter(c) i = (c).begin(); i != (c).end(); ++i)
#define pb(e) push_back(e)
#define FOR(i,a,b) for(int i=(a);i<(b);++i)
#define rep(i,n) FOR(i,0,n)
#define mp(a,b) make_pair((a), (b))
#define mt(a,b,c) make_tuple((a),(b),(c))
#define DEBUGM(d,n,m,i,j) printf("DEBUGM :\n"); rep(i,n){ rep(j,m) if(inf==d[i][j]) printf("inf "); else printf("%d ", d[i][j]); printf("\n");} printf("DEBUGM END LINE\n")
typedef vector<vector<pair<int,int> > > graph;
typedef long long ll;
const ll INF =1LL << 62;
const int inf =1 << 29;
void dfs(vector<vector<pair<int,int> > > &g, vector<bool> &c,vector<ll> &a,int cur,ll dist){
a[cur-1]=dist;
c[cur-1]=true;
rep(i,g[cur-1].size()){
if(!c[g[cur-1][i].first-1]){
dfs(g,c,a,g[cur-1][i].first, dist+g[cur-1][i].second);
}
}
}
int main(){
int n;
cin >> n;
vector<bool> c(n);
vector<ll> a(n);
vector<vector<pair<int,int> > > g(n);
rep(i,n-1){
int a,b,c;
cin >> a >> b >> c;
g[a-1].push_back(mp(b,c));
g[b-1].push_back(mp(a,c));
}
rep(i,n) {a[i] = -1; c[i] = false;}
int q,k;
cin >> q >> k;
a[k-1] = 0; c[k-1] = true;
dfs(g,c,a,k,0);
rep(i,q){
int x,y;
cin >> x >> y;
cout << a[x-1]+a[y-1]<<endl;
}
return 0;
} | [
"[email protected]"
] | |
d87aecf5f61d6e4c4f58e1de76094b929ee337be | e94caa5e0894eb25ff09ad75aa104e484d9f0582 | /data/s66/mp2/cp_corrected/28/AB/cc-pVQZ/1_ghosts/restart.cc | 6cbedecd85fa4dff511109badc6f64c5e2fb4b7a | [] | no_license | bdnguye2/divergence_mbpt_noncovalent | d74e5d755497509026e4ac0213ed66f3ca296908 | f29b8c75ba2f1c281a9b81979d2a66d2fd48e09c | refs/heads/master | 2022-04-14T14:09:08.951134 | 2020-04-04T10:49:03 | 2020-04-04T10:49:03 | 240,377,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | cc | $chkbas= 146435.300323119
$nucrep= 203.651345032035
$chkaux= 1150385712.29960
$chkupro= 1.00000000000000
$chkipro= 2.00000000000000
$chklasrep= 1.00000000000000
$chkisy6= 4.00000000000000
$chkmos= 807.530342768350
$chkCCVPQ_ISQR= 22229.9707047725
$chkbqia= 29.0291760920413
$chkr0_MP2= 0.00000000000000
$energy_MP2= -231.803224806028
$sccss= 1.00000000000000
$sccos= 1.00000000000000
$end
| [
"[email protected]"
] | |
2bc66aeaad2225daa494b41a0431f712a998f590 | 605c2c4ba8dfa7f0f55eda646d328666385d59c9 | /frameworks/cocos2d-x/cocos/editor-support/spine-creator-support/SkeletonCacheAnimation.h | 2a9809293bca59d050d1b5522343a8a66f81fb6a | [
"Apache-2.0"
] | permissive | rockleis/rocknative | 133d0ad387d02694c41f791b540835284a206275 | 8618820d4cf3da562029b6c94b0b87c1659d759b | refs/heads/main | 2023-08-01T16:00:45.803670 | 2021-09-23T09:37:07 | 2021-09-23T09:37:07 | 409,529,874 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,418 | h | /******************************************************************************
* Spine Runtimes License Agreement
* Last updated May 1, 2019. Replaces all prior versions.
*
* Copyright (c) 2013-2019, Esoteric Software LLC
*
* Integration of the Spine Runtimes into software or otherwise creating
* derivative works of the Spine Runtimes is permitted under the terms and
* conditions of Section 2 of the Spine Editor License Agreement:
* http://esotericsoftware.com/spine-editor-license
*
* Otherwise, it is permitted to integrate the Spine Runtimes into software
* or otherwise create derivative works of the Spine Runtimes (collectively,
* "Products"), provided that each user of the Products must obtain their own
* Spine Editor license and redistribution of the Products in any form must
* include this license and copyright notice.
*
* THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, BUSINESS
* INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#pragma once
#include "spine/spine.h"
#include "base/CCRef.h"
#include "MiddlewareManager.h"
#include "renderer/scene/NodeProxy.hpp"
#include "SkeletonCache.h"
#include <queue>
namespace spine {
class SkeletonCacheAnimation : public cocos2d::middleware::IMiddleware, public cocos2d::Ref {
public:
SkeletonCacheAnimation (const std::string& uuid, bool isShare);
virtual ~SkeletonCacheAnimation ();
virtual void update(float dt) override;
virtual void render(float dt) override;
Skeleton* getSkeleton() const;
void setTimeScale (float scale);
float getTimeScale () const;
void paused (bool value);
Bone* findBone (const std::string& boneName) const;
Slot* findSlot (const std::string& slotName) const;
void setSkin (const std::string& skinName);
void setSkin (const char* skinName);
Attachment* getAttachment (const std::string& slotName, const std::string& attachmentName) const;
bool setAttachment (const std::string& slotName, const std::string& attachmentName);
bool setAttachment (const std::string& slotName, const char* attachmentName);
void bindNodeProxy(cocos2d::renderer::NodeProxy* node) {
if (node == _nodeProxy) return;
CC_SAFE_RELEASE(_nodeProxy);
_nodeProxy = node;
CC_SAFE_RETAIN(_nodeProxy);
}
void setEffect(cocos2d::renderer::Effect* effect) {
if (effect == _effect) return;
CC_SAFE_RELEASE(_effect);
_effect = effect;
CC_SAFE_RETAIN(_effect);
}
void setColor (cocos2d::Color4B& color);
void setBatchEnabled (bool enabled);
void setOpacityModifyRGB (bool value);
bool isOpacityModifyRGB () const;
void beginSchedule();
void stopSchedule();
void onEnable();
void onDisable();
void setAnimation (const std::string& name, bool loop);
void addAnimation (const std::string& name, bool loop, float delay = 0);
Animation* findAnimation(const std::string& name) const;
typedef std::function<void(std::string animationName)> CacheFrameEvent;
void setStartListener (const CacheFrameEvent& listener);
void setEndListener (const CacheFrameEvent& listener);
void setCompleteListener (const CacheFrameEvent& listener);
void updateAnimationCache (const std::string& animationName);
void updateAllAnimationCache ();
private:
float _timeScale = 1;
bool _paused = false;
bool _batch = false;
cocos2d::Color4F _nodeColor = cocos2d::Color4F::WHITE;
bool _premultipliedAlpha = false;
cocos2d::renderer::NodeProxy* _nodeProxy = nullptr;
cocos2d::renderer::Effect* _effect = nullptr;
CacheFrameEvent _startListener = nullptr;
CacheFrameEvent _endListener = nullptr;
CacheFrameEvent _completeListener = nullptr;
SkeletonCache* _skeletonCache = nullptr;
SkeletonCache::AnimationData* _animationData = nullptr;
int _curFrameIndex = -1;
float _accTime = 0.0f;
int _playCount = 0;
int _playTimes = 0;
bool _isAniComplete = true;
std::string _animationName = "";
struct AniQueueData {
std::string animationName = "";
bool loop = false;
float delay = 0.0f;
};
std::queue<AniQueueData*> _animationQueue;
AniQueueData* _headAnimation = nullptr;
};
}
| [
"[email protected]"
] | |
0905567847fef1bf2362ddff1bfe8d3436972a99 | 63cbebf3d21c10d6bddffa448a222b84423cdae4 | /wifi-scanner.ino | b6a8779ac5ae6057da9470cf51a8df0bcbae2a8e | [] | no_license | Nickeytheblade/M5StickC-esp32-pocket-wifi-scanner | 1dde5ccb56007f3e424186c5867e821829cfcae0 | bf6ccfc5ce01b39aa4a4de5a116a4ecd5f27bfba | refs/heads/master | 2023-03-17T00:23:32.176388 | 2020-10-23T05:55:20 | 2020-10-23T05:55:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,416 | ino | int wifiItemIndex = 0;
int wifiResultsCount = 0;
void WiFiloop() {
if (digitalRead(M5_BUTTON_HOME) == LOW) {
scanWifi();
}
if (digitalRead(BUTTON_B_PIN) == LOW) {
scanWifiDetails();
if (wifiItemIndex < wifiResultsCount) {
wifiItemIndex++;
} else {
wifiItemIndex = 0;
}
}
}
void scanWifi() {
M5.Lcd.fillRect(0, batteryLevelOffset + 6, 80, 126, BLACK);
wifiItemIndex = 0;
int maxLines = 9;
int topOffset = 6;
int lineOffset = 11;
int maxWidth = 12;
M5.Lcd.setCursor(1, batteryLevelOffset + topOffset, 1);
M5.Lcd.print("Scanning...");
WiFi.mode(WIFI_STA);
WiFi.disconnect();
delay(100);
int n = WiFi.scanNetworks(false, true, true);
wifiResultsCount = n;
M5.Lcd.fillRect(0, batteryLevelOffset + topOffset, 80, 8, BLACK);
for (int i = 0; i < min(n, maxLines); ++i) {
String ssid = WiFi.SSID(i);
M5.Lcd.setCursor(1, (batteryLevelOffset + topOffset) + i * lineOffset, 1);
if (ssid.length() > maxWidth) {
M5.Lcd.printf("%s...", ssid.substring(0, maxWidth - 3));
} else if (ssid.length() == 0) {
M5.Lcd.setTextColor(RED);
M5.Lcd.print("[n\\a]");
M5.Lcd.setTextColor(WHITE);
} else {
M5.Lcd.print(ssid);
}
}
if (n > maxLines) {
M5.Lcd.setCursor(1, (batteryLevelOffset + topOffset) + (maxLines) * lineOffset, 1);
M5.Lcd.print("...");
M5.Lcd.setCursor(1, 136, 1);
M5.Lcd.setTextColor(GREEN);
M5.Lcd.printf("Total: %d", n);
}
WiFi.mode(WIFI_OFF);
}
void scanWifiDetails() {
M5.Lcd.fillRect(0, batteryLevelOffset + 6, 80, 126, BLACK);
String results[3] = { "SSID:", "RSSI:", "Channel:" };
int top = 0;
int start = batteryLevelOffset + 6;
for (int i = 0; i < 3; i++) {
M5.Lcd.setCursor(1, start + top, 1);
M5.Lcd.setTextColor(WHITE);
M5.Lcd.print(results[i]);
top += 11;
M5.Lcd.setCursor(1, start + top, 1);
M5.Lcd.setTextColor(GREEN);
if (i == 0) {
String ssid = WiFi.SSID(wifiItemIndex);
if (ssid.length() == 0) {
M5.Lcd.setTextColor(RED);
M5.Lcd.print("[n\\a]");
M5.Lcd.setTextColor(WHITE);
} else {
M5.Lcd.print(WiFi.SSID(wifiItemIndex));
}
} else if (i == 1) {
M5.Lcd.print(WiFi.RSSI(wifiItemIndex));
} else if (i == 2) {
M5.Lcd.print(WiFi.channel(wifiItemIndex));
}
top += 14;
if (i == 0) {
top += 22;
}
}
}
| [
"[email protected]"
] | |
02af65de5c92e0d21430b67055217eddc3794705 | 7da1b7d95a808037cfee2f7ad754bcea1c799204 | /Assignment 4/TreeNodeCode.cpp | 499fa508f783a52909add2faef2f59aa9e3f8514 | [
"Apache-2.0"
] | permissive | Cd297916757/Principles-of-Compilers-Assignments | 57e4e7ed2c3892adf6e8b3487f8481e44a7fa044 | eb2e33c0bf122ab93ee2a576306cf236c544fa44 | refs/heads/master | 2020-11-29T07:21:32.456243 | 2019-12-10T11:05:34 | 2019-12-10T11:05:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,511 | cpp | #include "TreeNode.h"
void TreeNode::genHeader()
{
code<<"\t.586\n"<<endl;
code<<"\t.model flat, stdcall"<<endl;
code<<"\toption casemap :none"<<endl;
code<<endl;
code<<"\tinclude \\masm32\\include\\windows.inc"<<endl;
code<<"\tinclude \\masm32\\include\\user32.inc"<<endl;
code<<"\tinclude \\masm32\\include\\kernel32.inc"<<endl;
code<<"\tinclude \\masm32\\include\\masm32.inc"<<endl;
code<<"\tinclude \\masm32\\include\\msvcrt.inc"<<endl;
code<<endl;
code<<"\tincludelib \\masm32\\lib\\user32.lib"<<endl;
code<<"\tincludelib \\masm32\\lib\\kernel32.lib"<<endl;
code<<"\tincludelib \\masm32\\lib\\masm32.lib"<<endl;
code<<"\tincludelib \\masm32\\lib\\msvcrt.lib"<<endl;
code<<"\tinclude \\masm32\\macros\\macros.asm"<<endl;
}
void TreeNode::genMain()
{
genHeader();
genDecl();
code<<endl<<endl<<"\t.code"<<endl;
code<<"_start:"<<endl;
this->children[0]->genCode();
code<<"\tinvoke ExitProcess, 0"<<endl;
code<<"end _start"<<endl;
}
void TreeNode::genCode()
{
switch(this->nodekind)
{
case StmtK:
this->genStmt();
break;
case ExpK:
this->genExpr();
break;
case TypeK:
break;
}
if(sibling != NULL)
{
sibling->genCode();
}
}
void TreeNode::genDecl()
{
code<<"\n\n\t.data"<<endl;
VarTable::iterator it;
it = m_list.table.begin();
while(it != m_list.table.end())
{
switch(it->second->type)
{
case Integer:
{
code<<"\t\t_"<<it->first<<" DWORD 0"<<endl;
break;
}
case Char:
{
code<<"\t\t_"<<it->first<<" DWORD 0"<<endl;
break;
}
}
it++;
}
for(int i=0;i<tmp_var_num;i++)
{
code<<"\t\tt"<<i<<" DWORD ?"<<endl;
}
// code<<"\t\tintFormat db '%%d',0"<<endl;
// code<<"\t\tcharFormat db '%%c',0"<<endl;
}
string TreeNode::genValue()
{
string res;
int r;
switch(this->kind.expr)
{
case IdK:
res = "_"+string(attr.name);
break;
case ConstK:
switch(type)
{
case Char:
r = attr.c_value;
cout << attr.c_value;
res = to_string(r);
break;
default:
res = to_string(attr.val);
break;
}
break;
case OpK:
res = "t"+to_string(this->tmp_var);
break;
case AssignK:
return children[0]->genValue();
}
return res;
}
void TreeNode::genExpr()
{
switch(this->kind.expr)
{
case OpK:
this->genOp();
break;
case IdK:
break;
case ConstK:
break;
}
}
void TreeNode::genOp()
{
TreeNode* child1 = this->children[0];
TreeNode* child2 = this->children[1];
child1->genCode();
if(child2 != NULL)
{
child2->genCode();
}
code << "\tMOV eax,"<<child1->genValue()<<endl;
switch(this->attr.op)
{
case ADD:
code << "\tADD eax,"<<child2->genValue()<<endl;
break;
case SUB:
code << "\tSUB eax,"<<child2->genValue()<< endl;
break;
case MUL:
code << "\tIMUL eax, "<<child2->genValue()<< endl;
break;
case DIV:
code<<"\tMOV edx, 0"<<endl;
code<<"CDQ"<<endl;
code<<"\tMOV ecx, "<<child2->genValue()<<endl;
code<<"\tIDIV ecx"<<endl;
break;
case MOD:
code << "\tMOV edx, 0" << endl;
code<<"CDQ"<<endl;
code<<"\tMOV ecx,"<<child2->genValue()<<endl;
code<<"\tIDIV ecx"<<endl;
code<<"\tMOV eax, edx"<<endl;
break;
case INC:
code<<"\tINC eax"<<endl;
if(child1->kind.expr == IdK)
{
code<<"\tMOV "<<child1->genValue()<<",eax"<<endl;
}
break;
case DEC:
code<<"\tDEC eax"<<endl;
if(child1->kind.expr == IdK)
{
code<<"\tMOV "<<child1->genValue()<<",eax"<<endl;
}
break;
case B_AND:
code<<"\tAND eax,"<<child2->genValue()<<endl;
break;
case B_IOR:
code<<"\tOR eax,"<<child2->genValue()<<endl;
break;
case B_EOR:
code<<"\tXOR eax,"<<child2->genValue()<<endl;
break;
case B_OPP:
code<<"\tNOT eax"<<endl;
break;
case M_LEFT:
code<<"\tMOV ecx,"<<child2->genValue()<<endl;
code<<"\tSHL eax, cl"<<endl;
break;
case M_RIGHT:
code<<"\tMOV ecx, "<<child2->genValue()<<endl;
code<<"\tSHR eax, cl"<<endl;
break;
case EQ:
code<<"\tCMP eax,"<<child2->genValue()<<endl;
code<<"\tsete al"<<endl;
code<<"\tmovsx eax,al"<<endl;
break;
case GRT:
code<<"\tCMP eax,"<<child2->genValue()<<endl;
code<<"\tsetg al"<<endl;
code<<"\tmovsx eax,al"<<endl;
break;
case LET:
code<<"\tCMP eax,"<<child2->genValue()<<endl;
code<<"\tsetl al"<<endl;
code<<"\tmovsx eax,al"<<endl;
break;
case GRE:
code<<"\tCMP eax,"<<child2->genValue()<<endl;
code<<"\tsetge al"<<endl;
code<<"\tmovsx eax,al"<<endl;
break;
case LEE:
code<<"\tCMP eax,"<<child2->genValue()<<endl;
code<<"\tsetle al"<<endl;
code<<"\tmovsx eax,al"<<endl;
break;
case NE:
code<<"\tCMP eax,"<<child2->genValue()<<endl;
code<<"\tsetne al"<<endl;
code<<"\tmovsx eax,al"<<endl;
break;
case AND:
code<<"\tCMP "<<child2->genValue()<<", 0"<<endl; // cmp DWORD PTR [rbp-12], 0
code<<"\tje @L"<<this->num<<"2"<<endl; // je @L2
code<<"\tCMP "<<child1->genValue()<<", 0"<<endl; // cmp DWORD PTR [rbp-8], 0
code<<"\tje @L"<<this->num<<"2"<<endl; // je @L2
code<<"\tMOV eax, 1"<<endl; // mov eax, 1
code<<"\tjmp @L"<<this->num<<"3"<<endl; // jmp @L3
code<<"@L"<<this->num<<"2"<<endl; //@L2:
code<<"MOV eax, 0"<<endl; // mov eax, 0
code<<"@L"<<this->num<<"3"<<endl; //@L3:
break;
case OR:
code<<"\tCMP "<<child2->genValue()<<", 0"<<endl; // cmp DWORD PTR [rbp-12], 0
code<<"\tjne @L"<<this->num<<"2"<<endl; // jne @L2
code<<"\tCMP "<<child1->genValue()<<", 0"<<endl; // cmp DWORD PTR [rbp-8], 0
code<<"\tje @L"<<this->num<<"3"<<endl; // je @L3
code<<"@L"<<this->num<<"2"<<endl; //@L2:
code<<"\tMOV eax, 1"<<endl; // mov eax, 1
code<<"\tjmp @L"<<this->num<<"4"<<endl; // jmp @L4
code<<"@L"<<this->num<<"3"<<endl; //@L3:
code<<"MOV eax, 0"<<endl; // mov eax, 0
code<<"@L"<<this->num<<"4"<<endl; //@L4:
break;
case NOT:
code<<"\tCMP eax, 0"<<endl;
code<<"\tsete al"<<endl;
code<<"\tmovsx eax, al"<<endl;
break;
}
code << "\tMOV "<<this->genValue()<< ", eax" << endl;
}
string TreeNode::genLabelTrue()
{
string res;
res = "@label_"+to_string(this->label_true);
return res;
}
string TreeNode::genLabelFalse()
{
string res;
res = "@label_"+to_string(this->label_false);
return res;
}
void TreeNode::genStmt()
{
TreeNode* child1 = this->children[0];
TreeNode* child2 = this->children[1];
TreeNode* child3 = this->children[2];
TreeNode* child4 = this->children[3];
TreeNode* child5 = this->children[4];
switch(this->kind.stmt)
{
case IfK:
child1->genCode();
code<<"\tcmp "<<child1->genValue()<<", 0"<<endl;
code<<"\tje "<<this->genLabelTrue()<<endl;
child2->genCode();
code<<this->genLabelTrue()<<":"<<endl;
break;
case WhileK:
code<<"\tjmp @label_"<<this->label_true<<endl;
code<<this->genLabelFalse()<<":"<<endl;
child2->genCode();
code<<this->genLabelTrue()<<":"<<endl;
child1->genCode();
code<<"\tcmp "<<child1->genValue()<<", 0"<<endl;
code<<"\tjne "<<this->genLabelFalse()<<endl;
break;
case ForK:
if(child1 != NULL)
{
child1->genCode();
}
code<<"\tjmp "<<this->genLabelTrue()<<endl;
code<<this->genLabelFalse()<<":"<<endl;
if(child4 != NULL)
{
child4->genCode();
}
if(child3 != NULL)
{
child3->genCode();
}
code<<this->genLabelTrue()<<":"<<endl;
if(child2 != NULL)
{
child2->genCode();
}
else{
typecheckError_line(this," for error child2 is NULL");
}
code<<"\tcmp "<<child2->genValue()<<", 0"<<endl;
code<<"\tjne "<<this->genLabelFalse()<<endl;
break;
case AssignK:
if(child1->kind.expr != IdK)
{
typecheckError_line(child1,"right of assign should be id");
return;
}
child2->genCode();
code<<"\tMOV eax, "<<child2->genValue()<<endl;
code<<"\tMOV "<<child1->genValue()<<", eax"<<endl;
break;
case InputK:
{
if(child1->type == Char)
{
code<<"\tinvoke crt_scanf, SADD(\"%c\",0), addr "<<child1->genValue()<<endl;
}
else if(child1->type == Integer)
{
code<<"\tinvoke crt_scanf, SADD(\"%d\",0), addr "<<child1->genValue()<<endl;
}
break;
}
case OutputK:
{
code<<"\tMOV eax,"<<child1->genValue()<<endl;
if(child1->type == Char)
{
code<<"\tinvoke crt_printf, SADD(\"%c\",0), eax"<<endl;
}
else
{
code<<"\tinvoke crt_printf, SADD(\"%d\",0), eax"<<endl;
}
code<<"\tinvoke crt_printf,SADD(13,10)"<<endl;
break;
}
case DeclK:
child2->genCode();
break;
case StmtsK:
child1->genCode();
break;
}
} | [
"[email protected]"
] | |
624dbf64d88ca654614d64f506b578b0a2a4f08b | 7246cf30a2db890ca9455febfa471281d4215a58 | /6.cpp | 698735be78754bfc433538980d704241ff886ee4 | [] | no_license | koshtiakash/Pattern | b211044481220cade5b7fced1976f0875ec930f1 | 548442fea550f598f2d378d18641f5dd0295e3bc | refs/heads/master | 2022-12-27T14:48:28.370761 | 2020-10-15T12:10:08 | 2020-10-15T12:10:08 | 304,312,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | #include<iostream>
using namespace std;
int main()
{
int space, row;
cout << "Enter no of rows: ";
cin >> row;
for (int i=1, k=0; i <= row; ++i,k=0)
{
for(space = 1; space <= row-i; ++space)
{
cout << " ";
}
while(k != 2*i-1)
{
cout << "*";
++k;
}
cout << endl;
}
return 0;
}
| [
"koshtiakash322gmail.com"
] | koshtiakash322gmail.com |
f7396eccab14592ed1667e3572f228fb4509a6f8 | c2067bd52c9b154cb880d5e31d7c6596ee8cdef6 | /dht22test/dht22test.ino | 283d3ba074dd8604f90c09354e70d1b112cc2eba | [
"MIT"
] | permissive | fakeidentity/messingwitharduino | 06150cd801ac074de6d4e3f04c76e6097e40d97c | d3b566a87f4c73946f48dd177991bfafd35baf14 | refs/heads/master | 2020-03-22T12:29:39.574260 | 2018-07-07T13:31:31 | 2018-07-07T13:31:31 | 140,043,429 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,392 | ino | #include <DHT.h>
#define DHTPIN 8
#define DHTTYPE DHT22
// Initialize DHT sensor.
DHT dht(DHTPIN, DHTTYPE);
bool inDone = true;
bool doOne = true;
bool doForever = false;
String inString = "";
void setup() {
Serial.begin(19200);
Serial.print("Hello!\n");
Serial.print("Send a newline to recieve current sensor data and stop.\n");
Serial.print("Send 'go' and a newline to recieve sensor data continuously.\n");
dht.begin();
}
void loop() {
if (inDone) {
//Serial.print("Got serial input ending in newline.\n");
//printSerialInput();
//Serial.print("doOne = true\n");
doOne = true;
String cmd = inString;
cmd.trim();
if (cmd == "go") {
//Serial.print("'go' command!\n");
//Serial.print("doForever = true\n");
doForever = true;
}
else {
//Serial.print("no 'go' command!\n");
//Serial.print("doForever = false\n");
doForever = false;
}
inDone = false;
inString = "";
}
if (doForever || doOne) {
//Serial.print("doForever or doOne is true!\n");
printSensorData();
//Serial.print("doOne = false\n");
doOne = false;
}
}
void printSerialInput() {
if (inDone) {
Serial.print("printSerialInput()\n");
Serial.print(inString);
}
}
void serialEvent() {
//Serial.print("serialEvent()\n");
while (Serial.available()) {
//Serial.print("Serial.available()\n");
char inChar = Serial.read();
inString += inChar;
if (inChar == '\n') {
inDone = true;
}
}
}
float getTempCelcius() {
return dht.readTemperature();
}
float getHumidity() {
return dht.readHumidity();
}
float getHeatIndex(float tempCelcius, float humidity) {
// Compute heat index in Celsius (isFahrenheit=false)
return dht.computeHeatIndex(tempCelcius, humidity, false);
}
void printSensorData() {
float temp = getTempCelcius();
float humidity = getHumidity();
// Check if any sensor reads failed and exit early (to try again).
if (isnan(humidity) || isnan(temp)) {
Serial.println("Failed to read sensors!");
return;
}
float hic = getHeatIndex(temp, humidity);
Serial.print("Temperature: " + String(temp) + "C");
Serial.print(" \t");
Serial.print("Humidity: " + String(humidity) + "%");
Serial.print(" \t");
Serial.print("Heat index: " + String(hic));
Serial.print("\n");
delay(2000); // dht22 has 0.5hz sample rate
}
| [
"[email protected]"
] | |
3a03c08c99d966a077a5e82b951c65b290e3716d | d4a711a5daaec4db0ad3f90a10053d8106c65356 | /interface1/ucode_load_microcode.cpp | 4e31295611e00a6bfca91ed52a18416b2e794775 | [] | no_license | muman613/ucode_interface | 725084f7077b9b67db52e5b6704a35409e017f33 | 327a9e4fa5f91639682fe538f1d12e3695915622 | refs/heads/master | 2020-04-07T07:16:14.647746 | 2018-11-20T03:46:21 | 2018-11-20T03:46:21 | 158,170,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,755 | cpp | /*
*
* Copyright (c) Sigma Designs, Inc. 2003. All rights reserved.
*
*/
/**
@file ucode_load_microcode.c
@brief
@author Christian Wolff
*/
#include "rmdef/rmdef.h"
#include "llad/include/gbus.h"
#include "ucode_load_microcode.h"
#include "emhwlib_hal/include/emhwlib_registers.h"
// to enable or disable the debug messages of this source file, put 1 or 0 below
#if 0
#define LOCALDBG ENABLE
#else
#define LOCALDBG DISABLE
#endif
#ifdef __cplusplus
namespace ucode_utils {
#endif // __cplusplus
static inline RMuint32 ucode_read_uint32(struct gbus *pGBus, RMuint8 *addr)
{
return RMbeBufToUint32(addr);
}
static inline RMuint32 ucode_read_uint16(struct gbus *pGBus, RMuint8 *addr)
{
return RMbeBufToUint16(addr);
}
// returns lowest and highest offset used in DRAM segments
RMstatus ucode_get_microcode_size(
RMuint8 *ucode_data, // the data of the microcode's .bin file
RMuint32 ucode_size, // size of data in bytes
RMuint32 *low_offset,
RMuint32 *high_offset)
{
RMuint32 p = 0;
RMuint32 start_address, end_address, type_descriptor, body_size;
struct gbus *pGBus = (struct gbus *) NULL;
*low_offset = MaxRMuint32;
*high_offset = 0;
while (p < ucode_size) {
body_size = ucode_read_uint32(pGBus, ucode_data + p); p += 4;
type_descriptor = ucode_read_uint32(pGBus, ucode_data + p); p += 4;
if (type_descriptor == 0x04) { // DRAM segment
start_address = ucode_read_uint32(pGBus, ucode_data + p);
end_address = start_address + (body_size - 8);
if (start_address < *low_offset) *low_offset = start_address;
if (end_address > *high_offset) *high_offset = end_address;
}
p += (body_size - 4);
}
if (*high_offset == 0) *low_offset = 0; // no DRAM used
return RM_OK;
}
RMstatus ucode_load_microcode(
struct gbus *pGBus,
RMuint32 PMem_Base, // GBus byte address of RISC's PMem block
RMuint32 DMem_Base, // GBus byte address of RISC's DMem block
RMuint32 DRAM_Base, // GBus byte address of DRAM memory range for this microcode
RMuint32 DMem_Width, // DMem width (in bit or byte)
RMuint8 *ucode_data, // the data of the microcode's .bin file
RMuint32 ucode_size) // size of data in bytes
{
RMuint32 p = 0;
RMuint32 PMEM_data;
RMuint32 start_address, type_descriptor, body_size;
RMuint32 i;
RMDBGLOG((LOCALDBG, "Loading %ld bytes of microcode with pmem=%08lX, dmem=%08lX, dram=%08lX width=%ld\n", ucode_size, PMem_Base, DMem_Base, DRAM_Base, DMem_Width));
while (p < ucode_size) {
body_size = ucode_read_uint32(pGBus, ucode_data + p); p += 4;
type_descriptor = ucode_read_uint32(pGBus, ucode_data + p); p += 4;
RMDBGLOG((LOCALDBG, " Chunk type 0x%08lX, size %ld - 8\n", type_descriptor, body_size));
switch (type_descriptor) {
case 0x1: // Write PMEM (32 bit wide), address is offset by PMEM base
start_address = ucode_read_uint32(pGBus, ucode_data + p); p += 4;
RMDBGLOG((LOCALDBG, " PMem chunk %ld bytes to %08lX(%08lX)\n", body_size - 8, start_address, PMem_Base + start_address));
/* segment start is not aligned */
if (start_address & 2) {
if (body_size != 8) { /* segment is not empty */
PMEM_data = gbus_read_uint32(pGBus, PMem_Base + start_address - 2);
PMEM_data = (PMEM_data & 0xFFFF0000) | ucode_read_uint16(pGBus, ucode_data + p);
p += 2;
gbus_write_uint32(pGBus, PMem_Base + start_address - 2, PMEM_data);
body_size -= 2;
start_address += 2;
}
}
for (i = 0; i < (body_size - 8) / 4; i++, p+=4)
gbus_write_uint32(pGBus, PMem_Base + start_address + 4 * i, ucode_read_uint32(pGBus, ucode_data + p));
/* segment end is not aligned */
if (body_size & 2) {
PMEM_data = gbus_read_uint32(pGBus, PMem_Base + start_address + (body_size - 8 - 2));
PMEM_data = (ucode_read_uint16(pGBus, ucode_data + p) << 16) | (PMEM_data & 0x0000FFFF);
p += 2;
gbus_write_uint32(pGBus, PMem_Base + start_address + (body_size - 8 - 2), PMEM_data);
}
break;
case 0x2: // Write DMEM (32 or 16 bit wide), address is offset / half offset to DMEM base
start_address = ucode_read_uint32(pGBus, ucode_data + p); p += 4;
RMDBGLOG((LOCALDBG, " DMem chunk %ld bytes to %08lX(%08lX)\n", body_size - 8, start_address, DMem_Base + start_address));
switch (DMem_Width) {
case 2:
case 16:
for (i = 0; i < (body_size - 8) / 2; i++, p+=2)
gbus_write_uint32(pGBus, DMem_Base + 2 * (start_address + 2 * i), ucode_read_uint16(pGBus, ucode_data + p));
break;
case 4:
case 32:
for (i = 0; i < (body_size - 8) / 4; i++, p+=4)
gbus_write_uint32(pGBus, DMem_Base + start_address + 4 * i, ucode_read_uint32(pGBus, ucode_data + p));
break;
default:
return RM_ERROR;
}
break;
case 0x4: // Write DRAM (8 bit wide), address is offset to DRAM_Base
start_address = ucode_read_uint32(pGBus, ucode_data + p); p += 4;
RMDBGLOG((LOCALDBG, " DRAM chunk %ld bytes to %08lX(%08lX)\n", body_size - 8, start_address, DRAM_Base + start_address));
gbus_write_data8(pGBus, DRAM_Base + start_address, ucode_data + p, body_size - 8);
p += (body_size - 8);
break;
default:
p += (body_size - 4); // skipping bytes
}
}
return RM_OK;
}
RMstatus ucode_load_segment(struct gbus* pGBus, RMuint32 MemBase, RMuint32* pData, RMuint32 size)
{
RMstatus err = RM_OK;
#ifndef OLDWAY
RMuint32 i;
#endif
RMDBGLOG((LOCALDBG, "ucode_load_segment(0x%08lx, 0x%08lx, 0x%08lx, %ld)\n",
pGBus, MemBase, pData, size));
#ifdef OLDWAY
gbus_write_data8(pGBus, MemBase, (RMuint8 *)pData, size);
#else
for (i = 0 ; i < (size / 4) ; i++) {
gbus_write_uint32(pGBus, MemBase + (i * 4), pData[i]);
}
if (size & 2) {
gbus_write_uint16(pGBus, MemBase + (i * 4), (RMuint16) pData[i]);
}
#endif
return err;
}
#ifdef __cplusplus
}
#endif // __cplusplus
| [
"[email protected]"
] | |
a1b5ac978236e2cbe5e1e0f2c9365929c9371c33 | c047108e250a43eb7e7a439de458f7d04242fe5b | /Framework/Common/Buffer.hpp | befe9330c5bef1efa11799fc7664a9c976ed6640 | [] | no_license | NeroBringer/MyGameEngine | dad74fc64d02aced67ee53f06aa0878ca10883f6 | c4246564bfc2d40305c1868334e9acb165561008 | refs/heads/master | 2020-03-11T20:09:03.325031 | 2019-04-18T06:01:10 | 2019-04-18T06:01:10 | 130,228,959 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,832 | hpp | #pragma once
#include <memory.h>
#include <stddef.h>
#include "MemoryManager.hpp"
namespace My
{
extern MemoryManager* g_pMemoryManager;
class Buffer
{
public:
Buffer() : m_pData(nullptr), m_szSize(0), m_szAlignment(alignof(uint32_t)) {}
Buffer(size_t size, size_t alignment = 4) : m_szSize(size), m_szAlignment(alignment) { m_pData = reinterpret_cast<uint8_t*>(g_pMemoryManager->Allocate(size, alignment)); }
~Buffer() { if (m_pData) g_pMemoryManager->Free(m_pData, m_szSize); m_pData = nullptr; }
Buffer(const Buffer& rhs)
{
m_pData = reinterpret_cast<uint8_t*>(g_pMemoryManager->Allocate(rhs.m_szSize, rhs.m_szAlignment));
memcpy(m_pData, rhs.m_pData, rhs.m_szSize);
m_szSize = rhs.m_szSize;
m_szAlignment = rhs.m_szAlignment;
}
Buffer(Buffer&& rhs)
{
m_pData = rhs.m_pData;
m_szSize = rhs.m_szSize;
m_szAlignment = rhs.m_szAlignment;
rhs.m_pData = nullptr;
rhs.m_szSize = 0;
rhs.m_szAlignment = 4;
}
Buffer& operator = (const Buffer& rhs)
{
if (m_szSize >= rhs.m_szSize && m_szAlignment == rhs.m_szAlignment)
{
memcpy(m_pData, rhs.m_pData, rhs.m_szSize);
}
else
{
if (m_pData)
{
g_pMemoryManager->Free(m_pData, m_szSize);
}
m_pData = reinterpret_cast<uint8_t*>(g_pMemoryManager->Allocate(rhs.m_szSize, rhs.m_szAlignment));
memcpy(m_pData, rhs.m_pData, rhs.m_szSize);
m_szSize = rhs.m_szSize;
m_szAlignment = rhs.m_szAlignment;
}
return *this;
}
Buffer& operator = (Buffer&& rhs) {
if (m_pData) g_pMemoryManager->Free(m_pData, m_szSize);
m_pData = rhs.m_pData;
m_szSize = rhs.m_szSize;
m_szAlignment = rhs.m_szAlignment;
rhs.m_pData = nullptr;
rhs.m_szSize = 0;
rhs.m_szAlignment = 4;
return *this;
}
public:
uint8_t* m_pData;
size_t m_szSize;
size_t m_szAlignment;
};
} | [
"[email protected]"
] | |
94a3b43a76db7e0ea1ece5b4cf6d6722ff55698a | 916109bf168239202442498e568b2bfc9a8bc8a9 | /src/WeNext_FE/WNAnalysisFeature - 副本.cpp | 1e433549576299b5e932cd6452606819a3d1fc33 | [
"BSD-3-Clause",
"MIT"
] | permissive | yeeeeeeti/3D_feature_extract | 35da69cd64cd6ed6c92fd4541da5de7bb96dc2b6 | 6297daa8afaac09aef9b44858e74fb2a95e1e7c5 | refs/heads/master | 2020-09-05T02:27:30.997017 | 2019-11-07T01:24:26 | 2019-11-07T01:24:26 | 219,956,109 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 29,716 | cpp |
# pragma warning (disable:4267)
#include <iostream>
#include <iomanip>
#include <string>
#include <vector>
#include <time.h>
#include <stdio.h>
#include <io.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <asiAlgo_IGES.h>
#include <asiAlgo_STEP.h>
#include <asiAlgo_Utils.h>
#include <ShapeFix_Shape.hxx>
#include <asiAlgo_AAG.h>
#include <asiAlgo_FeatureAttrAngle.h>
#include <asiAlgo_STEP.h>
#include <asiAlgo_IGES.h>
#include <asiAlgo_Utils.h>
#include <BRepPrimAPI_MakeBox.hxx>
#include <Geom_Line.hxx>
#include <Geom_Ellipse.hxx>
#include <Geom_OffsetCurve.hxx>
#include <Geom_BezierCurve.hxx>
#include <Geom_Hyperbola.hxx>
#include <Geom_Parabola.hxx>
#include <Geom_SequenceOfBSplineSurface.hxx>
#include <Geom_SequenceOfBSplineSurface.hxx>
#include <STEPControl_Reader.hxx>
#include <IGESControl_Controller.hxx>
#include <TopoDS.hxx>
#include <StlAPI.hxx>
#include "src/argraph.h"
#include "src/argedit.h"
#include "src/match.h"
#include "src/vf2_sub_state.h"
#include "EAAG_Adapter.h"
#include "dataFormat.h"
#include "logger.cpp"
#include "WNAnalysisFeature.h"
#include <string>
#include <locale>
#include <codecvt>
#include <algorithm>
#include <functional>
using namespace std;
#define MAXNODES 200
// string的编码方式为utf8,则采用:
std::string wstring2utf8string(const std::wstring& str)
{
static std::wstring_convert<std::codecvt_utf8<wchar_t> > strCnv;
return strCnv.to_bytes(str);
}
std::wstring utf8string2wstring(const std::string& str)
{
static std::wstring_convert< std::codecvt_utf8<wchar_t> > strCnv;
return strCnv.from_bytes(str);
}
// string的编码方式为除utf8外的其它编码方式,可采用:
std::string wstring2string(const std::wstring& str, const std::string& locale)
{
typedef std::codecvt_byname<wchar_t, char, std::mbstate_t> F;
static std::wstring_convert<F> strCnv(new F(locale));
return strCnv.to_bytes(str);
}
std::wstring string2wstring(const std::string& str, const std::string& locale)
{
typedef std::codecvt_byname<wchar_t, char, std::mbstate_t> F;
static std::wstring_convert<F> strCnv(new F(locale));
return strCnv.from_bytes(str);
}
// string的编码方式为utf8,则采用:
std::string UTF8ToGBK(const std::string& str)
{
std::wstring wtxt = utf8string2wstring(str); // 将utf-8的string转换为wstring
std::string txt_gbk = wstring2string(wtxt, "Chinese");// 再将wstring转换为gbk的string
return txt_gbk;
}
// trim from start
static inline std::string <rim(std::string &s) {
s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun<int, int>(std::isspace))));
return s;
}
// trim from end
static inline std::string &rtrim(std::string &s) {
s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun<int, int>(std::isspace))).base(), s.end());
return s;
}
// trim from both ends
static inline std::string &trim(std::string &s) {
return ltrim(rtrim(s));
}
bool CWNAnalysisFeature::Read3DFile(const TCollection_AsciiString& filename, const bool doHealing, TopoDS_Shape& result)
{
bool ret = false;
char msg[1024];
// get the file extended name
TCollection_AsciiString szFN = filename;
szFN.LowerCase();
// call asitus function to read file
if (szFN.EndsWith("stp") || szFN.EndsWith("step")) {
ret = asiAlgo_STEP::Read(filename, doHealing, result);
}
else if (szFN.EndsWith("igs") || szFN.EndsWith("iges")) {
ret = asiAlgo_IGES::Read(filename, doHealing, result);
}
else if (szFN.EndsWith("stl")) {
ret = StlAPI::Read(result, filename.ToCString());
}
else{
// 非指定格式。
return false;
}
// Sew part
TopoDS_Shape sewnPart;
const double toler = 1e-5;
// Perform sewing
sprintf_s(msg, "--[INFO]-- Sewing tolerance = %f", toler);
Log(msg);
// asiAlgo_EXPORT bool CheckShape(const TopoDS_Shape& shape, ActAPI_ProgressEntry Journal);
// ActAPI_ProgressEntry Journal;
// bool bCheck = asiAlgo_Utils::CheckShape(result, Journal);
//
if (!asiAlgo_Utils::Sew(result, toler, sewnPart)){
sprintf_s(msg, "----[ERROR]---- sewing failed");
Log(msg);
return false;
}
result = sewnPart;
/*
Handle(ShapeFix_Shape) sfs = new ShapeFix_Shape;
sfs->Init(sewnPart);
sfs->SetPrecision(toler);
sfs->SetMaxTolerance(1e-2);
sfs->SetMinTolerance(1e-5);
sfs->FixWireTool()->FixRemovePCurveMode() = 1;
sfs->FixWireTool()->FixSmallMode() = 0;
sfs->FixSolidTool();
sfs->Perform();
result = sfs->Shape();
*/
return ret;
}
void CWNAnalysisFeature::BatchTestFromDir(char *FileDir)
{
vector<string> vecFNs;
getFiles(vecFNs, FileDir, 0);
for (int i = 0; i < vecFNs.size(); i++) {
TestOneObject(vecFNs[i]);
}
return;
}
// solution = 1:提取匹配方法,0:VF2匹配方法,(默认VF2方法识别)
void CWNAnalysisFeature::TestOneObject(string filename)
{
char msg[10000];
sprintf_s(msg, "File : %s", filename.c_str());
Log(msg);
TopoDS_Shape model;
clock_t start, finish;
double duration;
start = clock();
// 读取和解析模型数据
if (!Read3DFile(filename.c_str(), false, model)){
sprintf_s(msg, "Invalid model document : %s", filename.c_str());
Log(msg);
exit(0);
}
finish = clock();
duration = (double)(finish - start) / CLOCKS_PER_SEC;
sprintf_s(msg, "--[INFO]-- Read 3D Object From File: %.3f (s)", duration);
Log(msg);
if (solution != 1 && solution != 0) {
sprintf_s(msg, "Illegal solution parameter : %s", solution);
Log(msg);
exit(0);
}
// 特征提取
start = clock();
FEATURELIST rFeatureList;
FEATURELIST rUndefinedList;
GetFeatureList(model, rFeatureList, rUndefinedList);
//************************************************************
string szInfo = solution ? "By EAAGExtraction " : "By VF2 ";// 1:提取匹配方法,0:VF2匹配方法,(默认VF2方法识别)
// sprintf_s(msg, "--[INFO]-- Features count %d (%s) (Face indexing from 0)", rFeatureList.size(), szInfo.c_str());//打印匹配到的特征结果
sprintf_s(msg, "--[INFO]-- Features count %d (%s)", rFeatureList.size(), szInfo.c_str());//打印匹配到的特征结果
Log(msg);
int i = 1;
FEATURELIST DFList = GetPreDefinedFeatureDB(); // 与预定义特征库进行比较。
for (FeaturePart dF : DFList){
string infoList = "";
int iParts = 0, iPartsAll = 0;
for (FeaturePart a : rFeatureList){
if (strcmp(a.szDes, dF.szDes) == 0){
infoList += "[";
for (int j = 0; j < a.nDim; j++)
infoList = infoList + to_string(a.indexRec[j]) + (j<a.nDim ? "-" : "");
if (infoList.rfind("-") == infoList.length() - 1)
infoList = infoList.substr(0, infoList.length() - 1);
infoList += "]";
iParts++;
iPartsAll++;
}
if (iParts % 5 == 0) {
iParts = 0;
if (infoList.length() > 0)
infoList += "\n\t\t";
}
}
if (infoList == "")
;
else {
sprintf_s(msg, "No.%02d [%s(%d)]: %s", i++, dF.szDes, iPartsAll, infoList.c_str());
Log(msg);
}
}
finish = clock();
duration = (double)(finish - start) / CLOCKS_PER_SEC;
sprintf_s(msg, "--[INFO]-- Compute 3D Object Features: %.3f (s)", duration);
Log(msg);
// 特征提取
// ......
}
// solution = 1:提取匹配方法,0:VF2匹配方法,(默认VF2方法识别)
void CWNAnalysisFeature::Test(string filename,int nSolution,bool dumpEEAG)
{
szFNOrPath = filename;
solution = nSolution;
bDumpEEAG = dumpEEAG;
// 文件目录,则查询所有的文件。
char drive[_MAX_DRIVE];
char dir[_MAX_DIR];
char fname[_MAX_FNAME];
char ext[_MAX_EXT];
char szPath[1024];
_splitpath(filename.c_str(), drive, dir, fname, ext);
if (strlen(ext) > 0) {
TestOneObject(filename);
}
else{
sprintf_s(szPath, "%s%s", drive, dir);
//_makepath(szPath, drive, dir, "*", ext);
BatchTestFromDir(szPath);
}
}
void CWNAnalysisFeature::MakeLower(string &szSourc)
{
for (int j = 0; j < szSourc.size(); j++)
if (islower(szSourc[j]))//单词中下标为j的字符为小写字母
szSourc[j] = toupper(szSourc[j]);
}
// 递归遍历当前目录下的所有文件
void CWNAnalysisFeature::getFiles(vector<string>& files, string path, int layer)
{
struct _finddata_t filefind;
string curr = path;
if (curr.rfind("\\") == curr.length() - 1)
curr += "*.*";
else
curr += "\\*.*";
int done = 0;
intptr_t handle;
if ((handle = _findfirst(curr.c_str(), &filefind)) == -1)
return;
while (!(done = _findnext(handle, &filefind))){
if (!strcmp(filefind.name, ".."))
continue;
if ((_A_SUBDIR == filefind.attrib)) {
if (path.rfind("\\") == path.length() - 1)
curr = path + filefind.name;
else
curr = path + "\\" + filefind.name;;
getFiles(files, curr, layer + 1);
}
else{
if (path.rfind("\\") == path.length() - 1)
curr = path + filefind.name;
else
curr = path + "\\" + filefind.name;;
files.push_back(curr);
}
}
_findclose(handle);
}
// 利用 Analysis Situs 的类型和接口,自动生成本项目中的 EEAG 数据结构。
EAAG CWNAnalysisFeature::GenerateEAAG(TopoDS_Shape aShape)
{
// create aag using the asi funcion
Handle(asiAlgo_AAG) aag = new asiAlgo_AAG(aShape);
//aag->Dump(std::cout);
// create the EAAG
EAAG_Adapter adapter(aag);
// if (bDumpEEAG)
// DumpEAAGInfo(adapter.convert());
return adapter.convert();
}
// 对于给定的三维模型 crShape,根据预定义特征数据库,查询该模型中的所有特征,保存到rFeatureList中,对于未定义的特征,则保存在rUndefinedList中。
bool CWNAnalysisFeature::GetFeatureList(const SHAPE& crShape, FEATURELIST& rFeatureList, FEATURELIST &rUndefinedList)
{
EAAG rEAAG;
FEATURELIST candidateFeatureList;
//getData(rEAAG);
rEAAG = GenerateEAAG(crShape); // 生成 EAAG。
if (bDumpEEAG)
print_EAAG(rEAAG);
vector<FeaturePart> recList;
FEATURELIST dataFeatureList = GetPreDefinedFeatureDB(); //获取预定义特征库dataFeatureList
//solution = 1:算法A提取匹配方法,0:VF2匹配方法
if (solution == 1){
ExtractionAllFeatures(rEAAG, candidateFeatureList); //提取候选特征candidateFeatureList
//print_FeatureList(candidateFeatureList);
for (FeaturePart aFeature : candidateFeatureList){ //逐一匹配
string name("未知");
EAAG EAAG_toMatch;
EAAG_toMatch.nDim = aFeature.nDim;
EAAG_toMatch.elem = aFeature.elem;
if (FeatureMatchingFromDB(EAAG_toMatch, dataFeatureList, name)) { //匹配上的记录
//cout << "find a Feature matches " << name << endl;
int i;
for (i = 0; i < name.length(); i++)
aFeature.szDes[i] = name[i];
aFeature.szDes[i] = '\0';
recList.push_back(aFeature);
}
else //匹配不上的放到未识别分组
rUndefinedList.push_back(aFeature);
}
}
else if (solution == 0) { //vf2方法匹配
string name("未知"); //EAAG矩阵自身匹配
EAAG EAAG_toMatch;
EAAG_toMatch.nDim = rEAAG.nDim;
EAAG_toMatch.elem = rEAAG.elem;
if (FeatureMatchingFromDB(EAAG_toMatch, dataFeatureList, name)){
FeaturePart aFeature;
aFeature.nDim = rEAAG.nDim;
aFeature.elem = rEAAG.elem;
int i;
for (i = 0; i <= name.length(); i++)
aFeature.szDes[i] = name[i];
aFeature.szDes[i] = '\0';
aFeature.indexRec = new int[rEAAG.nDim + 1];
for (int i = 1; i <= rEAAG.nDim; i++)
aFeature.indexRec[i] = i;
recList.push_back(aFeature);
}
for (FeaturePart aFeature : dataFeatureList) //子特征VF2匹配
VF2_Matching(rEAAG, aFeature, recList);
}
featureDisRepetition(recList, rFeatureList); //特征去重
//for (FeaturePart aF : recList) //不去重,检验匹配结果
//rFeatureList.push_back(aF);
return true;
}
void CWNAnalysisFeature::print_EAAG(EAAG rEAAG)
{
for (int i = 1; i <= rEAAG.nDim; i++) {
for (int j = 1; j <= rEAAG.nDim; j++) {
cout << setw(5) << rEAAG.elem[i][j].A_ii;
}
cout << endl;
}
}
void CWNAnalysisFeature::print_FeatureList(FEATURELIST rFeatureList)
{
for (FeaturePart aFeature : rFeatureList){
cout << "面-索引编号: ";
for (int i = 1; i <= aFeature.nDim; i++)
cout << aFeature.indexRec[i] << " ";
cout << endl;
for (int i = 1; i <= aFeature.nDim; i++){
for (int j = 1; j <= aFeature.nDim; j++){
printf("%d\t", aFeature.elem[i][j]);
}
printf("\n");
}
printf("\n");
}
}
bool CWNAnalysisFeature::GenerateFeatureMatrix()
{
return true;
/*
//------------------------------------------------------
int matrix1_1[][3] = { { 11, 10, 10 },
{ 10, 11, 0 },
{ 10, 0, 11 } };
DBFeaturesList.push_back(package(3, "通槽1", (int*)matrix1_1));
int matrix1_2[][3] = { { 10, 10, 0 },
{ 10, 10, 10 },
{ 0, 10, 10 } };
DBFeaturesList.push_back(package(3, "通槽2", (int*)matrix1_2));
//------------------------------------------------------
int matrix2[][4] = { { 11, 10, 10, 10 }, { 10, 11, 0, 10 }, { 10, 0, 11, 10 }, { 10, 10, 10, 11 } };
DBFeaturesList.push_back(package(4, "盲槽", (int*)matrix2));
//------------------------------------------------------
int matrix3[][2] = { { 11, 10 }, { 10, 11 } };
DBFeaturesList.push_back(package(2, "台阶", (int*)matrix3));
//------------------------------------------------------
int matrix4[][3] = { { 11, 10, 10 }, { 10, 11, 10 }, { 10, 10, 11 } };
DBFeaturesList.push_back(package(3, "盲台阶", (int*)matrix4));
//------------------------------------------------------
int matrix5_1[][3] = { { 20, 21, 21 },
{ 21, 11, 0 },
{ 21, 0, 11 } };
DBFeaturesList.push_back(package(3, "通孔1", (int*)matrix5_1));
int matrix5_2[][3] = { { 11, 21, 0 },
{ 21, 20, 0 },
{ 0, 0, 21 } };
DBFeaturesList.push_back(package(3, "通孔2", (int*)matrix5_2));
// int matrix5_3[][2] = { { 11, 0 },
// { 0, 21 } };
// DBFeaturesList.push_back(package(2, "通孔3", (int*)matrix5_2));
//------------------------------------------------------
int matrix6_1[][2] = { { 11, 20 },
{ 20, 20 } };
DBFeaturesList.push_back(package(2, "盲孔1", (int*)matrix6_1));
//------------------------------------------------------
int matrix7_1[][2] = { { 20, 20 },
{ 20, 30 } };
DBFeaturesList.push_back(package(2, "盲锥孔1", (int*)matrix7_1));
int matrix7_2[][4] = { { 20, 20, 0, 10 },
{ 20, 30, 10, 0 },
{ 0, 10, 30, 20 },
{ 10, 0, 20, 20 } };
DBFeaturesList.push_back(package(4, "盲锥孔2", (int*)matrix7_2));
//------------------------------------------------------
int matrix8[][5] = { { 11, 10, 10, 20, 20 }, { 10, 11, 0, 10, 10 }, { 10, 0, 11, 10, 10 }, { 20, 10, 10, 20, 0 }, { 20, 10, 10, 0, 20 } };
DBFeaturesList.push_back(package(5, "键槽", (int*)matrix8));
//------------------------------------------------------
int matrix9[][5] = { { 11, 10, 10, 10, 10 }, { 10, 11, 10, 0, 10 }, { 10, 10, 11, 10, 0 }, { 10, 0, 10, 11, 10 }, { 10, 10, 0, 10, 11 } };
DBFeaturesList.push_back(package(5, "型腔", (int*)matrix9));
//------------------------------------------------------
int matrix10_1[][3] = { { 11, 21, 0 },
{ 21, 31, 21 },
{ 0, 21, 21 } };
DBFeaturesList.push_back(package(3, "倒角1", (int*)matrix10_1));
int matrix10_2[][4] = { { 20, 20, 0, 0 },
{ 20, 120, 20, 0 },
{ 0, 20, 40, 20 },
{ 0, 0, 20, 40 } };
DBFeaturesList.push_back(package(4, "倒角2", (int*)matrix10_2));
int matrix10_3[][4] = { { 21, 21, 0, 0 },
{ 21, 121, 21, 0 },
{ 0, 21, 41, 21 },
{ 0, 0, 21, 41 } };
DBFeaturesList.push_back(package(4, "倒角3", (int*)matrix10_3));
//------------------------------------------------------
int matrix11_1[][3] = { { 11, 21, 0 },
{ 21, 21, 21 },
{ 0, 21, 11 } };
DBFeaturesList.push_back(package(3, "圆柱体1", (int*)matrix11_1));
int matrix11_2[][3] = { { 21, 21, 0 },
{ 21, 11, 0 },
{ 0, 0, 21 } };
DBFeaturesList.push_back(package(3, "圆柱体2", (int*)matrix11_2));
//------------------------------------------------------
int matrix12[][3] = { { 11, 21, 0 }, { 21, 31, 21 }, { 0, 21, 11 } };
DBFeaturesList.push_back(package(3, "圆锥体", (int*)matrix12));
return true
*/
}
bool CWNAnalysisFeature::GenerateFeatureMatrixFromXMLFile()
{
#ifdef _DEBUG
char xmlFN[] = "D:/WeNext3D/AnalysisSitus-v0.3.0/win64/vc12/FeatureDB.xml";
#else
char xmlFN[] = "FeatureDB.xml";
#endif
xmlDocPtr doc; // xml整个文档的树形结构
xmlNodePtr cur; // xml节点
xmlChar *id_feature; // feature id
// 获取树形结构
doc = xmlParseFile(xmlFN);
if (doc == NULL) {
fprintf(stderr, "Failed to parse xml file:%s\n", xmlFN);
return false;
}
// 获取根节点
cur = xmlDocGetRootElement(doc);
if (cur == NULL) {
fprintf(stderr, "Root is empty.\n");
return false;
}
if ((xmlStrcmp(cur->name, (const xmlChar *)"WNFeature"))) {
fprintf(stderr, "The root is not WNFeature.\n");
return false;
}
// 遍历处理根节点的每一个子节点
cur = cur->xmlChildrenNode;
while (cur != NULL) {
if ((!xmlStrcmp(cur->name, (const xmlChar *)"Feature"))) {
xmlChar propName[] = "id";
id_feature = xmlGetProp(cur, propName);
#ifdef _DEBUG
printf("【id】:%s\t", id_feature);
#endif
parse_feature(doc, cur);
}
cur = cur->next;
}
xmlFreeDoc(doc);
//------------------------------------------------------
#ifdef _DEBUG
DumpPreDefinedFeatures(DBFeaturesList);
#endif
return true;
}
void CWNAnalysisFeature::DumpPreDefinedFeatures(FEATURELIST rFeatureList)
{
cout << "======= Dump Predefined Features =======\n";
for (FeaturePart aFeature : rFeatureList){
cout << aFeature.szDes << endl;
for (int i = 0; i < aFeature.nDim; i++){
for (int j = 0; j < aFeature.nDim; j++){
if (i == j)
printf("%d\t", (eFaceType)(int)(aFeature.elem[i][j].A_ii));
else
printf("%d\t", (eCurveType)(int)(aFeature.elem[i][j].A_ij));
}
printf("\n");
}
printf("\n");
}
}
void CWNAnalysisFeature::PrintFeatureMatrix(int *matrix, int nDimSize)
{
printf("======= Dump Feature Matrix =======\n");
for (int i = 0; i < nDimSize; i++) {
printf("\t\t");
for (int j = 0; j < nDimSize; j++){
printf("%d\t", matrix[i*nDimSize+j]);
}
printf("\n");
}
printf("\n");
}
// 解析每一个特征定义,提取出name、dim、row info,并保存到一个二维矩阵中。
bool CWNAnalysisFeature::parse_feature(xmlDocPtr doc, xmlNodePtr cur)
{
int nDimSize = 0;
assert(doc || cur);
xmlChar *key;
std::string szFeatureDes;
cur = cur->xmlChildrenNode;
while (cur != NULL) {
// 获取name
if ((!xmlStrcmp(cur->name, (const xmlChar *)"Name"))) {
key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
szFeatureDes = UTF8ToGBK(((char*)key));
#ifdef _DEBUG
printf("【Name】: %s\t", szFeatureDes.c_str());
#endif
xmlFree(key);
}
// 获取dim
if ((!xmlStrcmp(cur->name, (const xmlChar *)"nDim"))) {
key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
#ifdef _DEBUG
printf("【nDim】: %s\t", key);
#endif
nDimSize = atol((char*)key);
xmlFree(key);
}
// 获取矩阵信息
if ((!xmlStrcmp(cur->name, (const xmlChar *)"Matrix"))) {
int *matrix = NULL;
matrix = (int *)malloc(sizeof(int)*nDimSize*nDimSize);
xmlNodePtr curNode; // xml节点
xmlChar *id_row; // matrix row id
xmlChar *key_row;
curNode = cur->xmlChildrenNode;
while (curNode != NULL) {
if ((!xmlStrcmp(curNode->name, (const xmlChar *)"Row")))
{
id_row = xmlGetProp(curNode, (const xmlChar *)"id");
#ifdef _DEBUG
//printf("[%s]: ", id_row);
#endif
key_row = xmlNodeListGetString(doc, curNode->xmlChildrenNode, 1);
#ifdef _DEBUG
//printf("%s\t", key_row);
#endif
//循环处理要拆分的字符串s1,每次循环把下标0到空格前一个位置的数字字符复制下来并
//转换成数字加到数组中,再删除s1中已经分离的数字字符和其后的一个空格
string s1 = (char*)(key_row); //要拆分的字符串
vector<int> res;
int jCol = 0;
while (!s1.empty()){
if (s1.find(" ") == string::npos){ //如果没有空格了,则只剩下最后一个整数字符,转换为数字加入数组并清空字符串,使循环结束
matrix[(atoi((char*)id_row) - 1)*nDimSize+jCol] = stoi(s1);
jCol++;
s1.clear();
break;
}
string s_temp = s1.substr(0, s1.find(" "));
matrix[(atoi((char*)id_row) - 1)*nDimSize + jCol] = stoi(s_temp);
jCol++;
s1.erase(0, s1.find(" ") + 1); //要删掉空格,所以要s.find(" ") + 1
}
xmlFree(key_row);
}
curNode = curNode->next;
}
DBFeaturesList.push_back(package(nDimSize, (char*)(szFeatureDes.c_str()), matrix));
#ifdef _DEBUG
printf("\n");
PrintFeatureMatrix(matrix, nDimSize);
#endif
}
cur = cur->next;
}
return 0;
}
//FeaturePart CWNAnalysisFeature::package(int dim, char * name, int* matrix)
FeaturePart CWNAnalysisFeature::package(int dim, char * name, int* matrix)
{
FeaturePart aFeature;
aFeature.nDim = dim;
strcpy_s(aFeature.szDes, name);
aFeature.indexRec = NULL;
aFeature.elem = new uElemType*[dim];
for (int i = 0; i < dim; i++)
aFeature.elem[i] = new uElemType[dim];
for (int i = 0; i < dim; i++){
for (int j = 0; j < dim; j++){
if (i == j) {
aFeature.elem[i][j].A_ii = (eFaceType)matrix[i*dim+j];
#ifdef _DEBUG
printf("%d\t", aFeature.elem[i][j].A_ii);
#endif
}else{
aFeature.elem[i][j].A_ij = (eCurveType)matrix[i*dim + j];
#ifdef _DEBUG
printf("%d\t", aFeature.elem[i][j].A_ij);
#endif
}
}
printf("\n");
}
return aFeature;
}
bool CWNAnalysisFeature::FeatureMatchingFromDB(const EAAG & rEAAG, const FEATURELIST & rFeatureList, string& name)
{
int m = rEAAG.nDim;
bool find_featureMatch = false;
for (FeaturePart aFeature : rFeatureList) { //维度、行相似筛选 + 交换配准
if ((aFeature.nDim == m)) {
int *rowList = new int[m + 1];
if (row_matrixMatch(rEAAG.elem, aFeature.elem, m, rowList)) {
EAAG swappedGraph = swapMatrix(rEAAG, rowList);
if (matrixMatch(aFeature.elem, swappedGraph.elem, m)) {
find_featureMatch = true;
name = aFeature.szDes;
break;
}
}
delete(rowList);
}
}
return find_featureMatch;
}
bool CWNAnalysisFeature::row_matrixMatch(uElemType ** queryMatrix, uElemType ** dataMatrix, int dim, int* rowList) //矩阵行相似判断
{
for (int i = 1; i <= dim; i++) //标记dataMatrix中可以用来匹配的行,并记录匹配的位置
rowList[i] = -1;
for (int i = 1; i <= dim; i++) {
int find_rowMatch = -1;
for (int j = 1; j <= dim; j++) {
if (rowList[j] == -1 && rowMatch(queryMatrix[i], dataMatrix[j], dim)){
find_rowMatch = j;
break;
}
}
if (find_rowMatch == -1)
return false;
else
rowList[find_rowMatch] = i;
}
return true;
}
bool CWNAnalysisFeature::rowMatch(uElemType * queryRow, uElemType * dataRow, int dim)
{
bool *rowlist = new bool[dim + 1]; //标记dataRow中可以用来匹配的数字
for (int i = 1; i <= dim; i++)
rowlist[i] = true;
for (int i = 1; i <= dim; i++) {
int find_rowMatch = -1;
for (int j = 1; j <= dim; j++) {
if (rowlist[j] && queryRow[i].A_ii == dataRow[j].A_ii){
find_rowMatch = j;
break;
}
}
if (find_rowMatch == -1) {
delete(rowlist);
return false;
}
else
rowlist[find_rowMatch] = false;
}
delete(rowlist);
return true;
}
EAAG CWNAnalysisFeature::swapMatrix(EAAG rEAAG, int *rowList)
{
int dim = rEAAG.nDim;
int temp;
EAAG copyEAAG; //复制一个矩阵,用于交换
copyEAAG.nDim = dim;
copyEAAG.elem = new uElemType*[dim + 1];
for (int i = 1; i <= dim; i++)
copyEAAG.elem[i] = new uElemType[dim + 1];
for (int i = 1; i <= dim; i++)
for (int j = 1; j <= dim; j++)
copyEAAG.elem[i][j].A_ii = rEAAG.elem[i][j].A_ii;
for (int i = 1; i <= dim; i++) { //从dataMatrix的角度,逐行校准
if (rowList[i] != i) {
for (int j = 1; j <= dim; j++){ //行调换
temp = copyEAAG.elem[i][j].A_ii;
copyEAAG.elem[i][j].A_ii = copyEAAG.elem[rowList[i]][j].A_ii;
copyEAAG.elem[rowList[i]][j].A_ii = (eFaceType)temp;
}
for (int j = 1; j <= dim; j++){ //列调换
temp = copyEAAG.elem[j][i].A_ii;
copyEAAG.elem[j][i].A_ii = copyEAAG.elem[j][rowList[i]].A_ii;
copyEAAG.elem[j][rowList[i]].A_ii = (eFaceType)temp;
}
for (int j = 1; j <= dim; j++){ //调整调换后的rowList相似对应关系
if (rowList[j] == i){
rowList[j] = rowList[i];
rowList[i] = i;
break;
}
}
}
}
//print_uElemTypeMatrix(copyEAAG.elem, copyEAAG.nDim);
return copyEAAG;
}
bool CWNAnalysisFeature::matrixMatch(uElemType **dataMatrix, uElemType **queryMatrix, int m)
{
for (int i = 1; i <= m; i++){
for (int j = 1; j <= m; j++){
if (dataMatrix[i][j].A_ii != queryMatrix[i][j].A_ii)
return false;
}
}
return true;
}
void CWNAnalysisFeature::print_uElemTypeMatrix(uElemType **matrix, int m)
{
for (int i = 1; i <= m; i++) {
for (int j = 1; j <= m; j++) {
printf("%d ", matrix[i][j]);
}
printf("\n");
}
printf("\n");
}
class Comparator : public AttrComparator
{
public:
Comparator()
{ }
virtual bool compatible(void *pa, void *pb) { //匹配:边和面代表的数值相等
int *a = (int *)pa;
int *b = (int *)pb;
return *a == *b;
}
};
struct matchPair
{
node_id n1;
node_id n2;
};
bool my_visitor(int n, node_id ni1[], node_id ni2[], void *usr_data) //匹配结果保存函数,match内部用
{
vector<matchPair> *f = (vector<matchPair> *)usr_data;
// Prints the matched pairs on the file
int i;
for (i = 0; i < n; i++) {
matchPair aMatchPair;
aMatchPair.n1 = ni1[i];
aMatchPair.n2 = ni2[i];
(*f).push_back(aMatchPair);
}
// Return false to search for the next matching
return false;
}
int judgeContain(FeaturePart F1, FeaturePart F2) //是否存在特征包含现象,若否返回-1;若前者包含后者,返回0;若后者包含前者,返回1。
{
if (F1.nDim < F2.nDim) {
for (int i = 0; i < F1.nDim; i++){
bool exist = false;
for (int j = 0; j < F2.nDim; j++){
if (F2.indexRec[j] == F1.indexRec[i]){
exist = true;
break;
}
}
if (!exist)
return -1;
}
return 1;
}
else{
for (int i = 0; i < F2.nDim; i++){
bool exist = false;
for (int j = 0; j < F1.nDim; j++){
if (F1.indexRec[j] == F2.indexRec[i]){
exist = true;
break;
}
}
if (!exist)
return -1;
}
return 0;
}
return -1;
}
bool CWNAnalysisFeature::VF2_Matching(const EAAG rEAAG, const FeaturePart aFeature, vector<FeaturePart>& recList)
{
ARGEdit ed1, ed2;
for (int i = 1; i <= aFeature.nDim; i++) { //将EAAG与特征图转换为ARG图形式
ed1.InsertNode(&aFeature.elem[i][i]);
for (int j = 1; j <= aFeature.nDim; j++){
ed1.InsertEdge(i, j, &aFeature.elem[i - 1][j - 1]);
}
}
for (int i = 1; i <= rEAAG.nDim; i++) {
ed2.InsertNode(&rEAAG.elem[i][i]);
for (int j = 1; j <= rEAAG.nDim; j++) {
if (i != j)
ed2.InsertEdge(i, j, &rEAAG.elem[i][j]);
}
}
ARGraph<int, int> g1(&ed1);
ARGraph<int, int> g2(&ed2);
// Install the attribute comparator
// This needs to be done only on graph g1.
g1.SetNodeComparator(new Comparator()); //设计边和面匹配比较方法
g1.SetEdgeComparator(new Comparator());
VF2SubState s0(&g1, &g2);
vector<matchPair> rec;
if (!match(&s0, my_visitor, &rec)) //不存在能够匹配上的特征子图
return false;
else{ //存在
int n = rec.size() / aFeature.nDim; //匹配上的特征子图数目
for (int i = 1; i <= n; i++) { //对每一个匹配上的特征子图,构建特征结构,为下一步特征去重做准备
vector<int> rowList;
for (int j = 1; j <= aFeature.nDim; j++){
rowList.push_back(rec[(i - 1)*aFeature.nDim + (j - 1)].n2);
//cout << rec[i*aFeature.nDim+j].n1 << "match" << rec[i*aFeature.nDim+j].n2 << endl;
}
FeaturePart aFeaturePart = createFeaturePart(rEAAG, rowList, aFeature.szDes);
recList.push_back(aFeaturePart);
rowList.clear();
}
}
return true;
}
void CWNAnalysisFeature::featureDisRepetition(vector<FeaturePart> recList, FEATURELIST & rFeatureList) //用于最后的特征去重
{
int i = 0;
while (!recList.empty()){ //特征去重
FeaturePart headFeature = recList[0];
int store = true;
vector<FeaturePart>::iterator it = recList.begin();
it++; //越过第一个
int j = 0;
while (it != recList.end())
{
int res = judgeContain(headFeature, (*it)); //是否存在特征包含现象,若否返回-1;若前者包含后者,返回0;若后者包含前者,返回1。
if (res == 1){
store = false;
recList.erase(recList.begin()); //删掉初始,重新开始
break;
}
else if (res == 0)
it = recList.erase(it);
else
it++;
}
if (store){
rFeatureList.push_back(headFeature);
recList.erase(recList.begin());
}
}
}
/*
void featureDisRepetition(vector<FeaturePart> recList, FEATURELIST & rFeatureList) //用于最后的特征去重
{
while (!recList.empty()) //特征去重
{
FeaturePart headFeature = recList[0];
int store = true;
vector<FeaturePart>::iterator it = recList.begin();
for (int i = 1; i < recList.size(); i++)
{
it++; //越过第一个
int res = judgeContain(headFeature, (*it)); //是否存在特征包含现象,若否返回-1;若前者包含后者,返回0;若后者包含前者,返回1。
if (res == 1)
{
store = false;
recList.erase(recList.begin()); //删掉初始,重新开始
break;
}
else if (res == 0)
{
recList.erase(it);
i--;
it--;
}
}
if (store)
{
rFeatureList.push_back(headFeature);
recList.erase(recList.begin());
}
}
}*/
| [
"[email protected]"
] | |
b09f69d4258c5c6002a59b3fff82bcb1b5aeb37d | ca9a748bcaef72bbfd160335a10682dc9c216dba | /Source/SmashBros/Game/WinnerScreen.h | 25ca36c91c4abc0de31cd8c59d76f0c285f9376b | [] | no_license | lufinkey/iSSB | 37a74f7dd4056868744c87871d3c0b150ca301e9 | 4a1ed538b5f3d380be3f95092893dc5bfd33fb8c | refs/heads/master | 2023-04-15T23:27:28.055281 | 2022-05-13T23:39:10 | 2022-05-13T23:39:10 | 21,109,603 | 36 | 15 | null | 2022-05-18T14:36:35 | 2014-06-23T00:43:40 | C++ | UTF-8 | C++ | false | false | 1,456 | h |
#include "../../GameEngine/GameEngine.h"
#pragma once
namespace SmashBros
{
class WinnerScreen : public Screen
{
public:
WinnerScreen(const String&name);
virtual ~WinnerScreen();
virtual void Initialize();
virtual void LoadContent();
virtual void UnloadContent();
virtual void Update(long gameTime);
virtual void Draw(Graphics2D&g, long gameTime);
private:
boolean addFile(String fileName);
class CharStat
{
public:
float x,y;
int pNum,cNum,team,place,teamplace,score,ko,death;
CharStat(WinnerScreen*screen, int pNum, int team, int place, int teamplace, int score, int ko, int death);
~CharStat();
void Update(long gameTime);
void Draw(Graphics2D&g, long gameTime);
String getTeamString(int teamNum);
String getPlaceString(int placeNum);
String toString();
operator String();
private:
class CharStatPlayer : public Actor
{
public:
CharStatPlayer(float x1, float y1);
~CharStatPlayer();
virtual void onAnimationFinish(const String&name);
};
CharStatPlayer*playr;
TextActor*description;
};
class FinishButton : public Actor
{
public:
FinishButton(float x1, float y1);
~FinishButton();
virtual void onMouseEnter();
virtual void onMouseLeave();
virtual void onRelease();
};
ArrayList<CharStat*> stats;
ArrayList<String> files;
FinishButton*button_finish;
};
} | [
"Luis Finke"
] | Luis Finke |
d4319402d7066dcec593439ae7c61d3aa4726cfb | 76d4f00153676a089d50b48142b2974a3e910038 | /truck_driving/src/truck_driving.cpp | e11566e619221a74279103f6fac50b4e7bcdae1f | [] | no_license | gmallory3/MachineLearningForRobotics_catkin | f005b45cb104e1e120b50890eb1aa5b61311e9ee | 5f9f6a771531f9b6e34b39d9c9a8077367047258 | refs/heads/master | 2021-01-20T05:08:57.259215 | 2016-12-09T09:46:01 | 2016-12-09T09:46:01 | 83,846,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,342 | cpp | #include <ros/ros.h>
#include <visualization_msgs/Marker.h>
#include <sensor_msgs/PointCloud2.h>
#include <std_msgs/Float64.h>
#include <std_msgs/Float32.h>
#include <pcl_ros/point_cloud.h>
#include <pcl_ros/transforms.h>
#include <pcl/point_types.h>
#include <tf/tf.h>
#include <tf/transform_listener.h>
#include <cmath>
#include <iostream>
#include <cstdlib>
#include <geometry_msgs/Twist.h>
#include <Eigen/Core>
#include <Eigen/Dense>
class TruckDriving {
protected:
ros::Subscriber scan_sub_;
ros::Publisher twist_pub_;
tf::TransformListener listener_;
double target_ratio_;
double threshold_;
double linear_vel_;
double twist_factor_;
double height_;
ros::NodeHandle nh_;
std::string base_frame_;
double max_range_;
pcl::PointCloud<pcl::PointXYZ> lastpc_;
protected: // ROS Callbacks
void pc_callback(const sensor_msgs::PointCloud2ConstPtr msg) {
pcl::PointCloud<pcl::PointXYZ> temp;
pcl::fromROSMsg(*msg, temp);
// Make sure the point cloud is in the base-frame
listener_.waitForTransform(base_frame_,msg->header.frame_id,msg->header.stamp,ros::Duration(1.0));
pcl_ros::transformPointCloud(base_frame_,msg->header.stamp, temp, msg->header.frame_id, lastpc_, listener_);
unsigned int n = temp.size();
std::vector<size_t> pidx;
// First count the useful points
for (unsigned int i=0;i<n;i++) {
if (fabs(lastpc_[i].z) > max_range_) {
continue;
}
pidx.push_back(i);
}
double lake_points = 0;
n = pidx.size();
ROS_INFO("n = %d", n);
//for (unsigned int i=0;i<n;i++) {
// ROS_INFO("height = %f", lastpc_[pidx[i]].z);
//}
for (unsigned int i=0;i<n;i++) {
if (lastpc_[pidx[i]].z < height_) {
lake_points++;
}
}
double ratio = lake_points/n;
ROS_INFO("Ratio lake = %f", ratio);
geometry_msgs::Twist out;
out.linear.x = linear_vel_;
out.angular.z = 0;
if (ratio < target_ratio_ - threshold_) {
out.angular.z = twist_factor_;
}
else if (ratio > target_ratio_ + threshold_) {
out.angular.z = -twist_factor_;
}
twist_pub_.publish(out);
}
public:
TruckDriving() : nh_("~") {
nh_.param("base_frame",base_frame_,std::string("/body"));
nh_.param("target_ratio",target_ratio_,1.0);
nh_.param("threshold",threshold_,1.0);
nh_.param("linear_vel",linear_vel_,1.0);
nh_.param("twist_factor",twist_factor_,1.0);
nh_.param("max_range",max_range_,5.0);
nh_.param("height",height_,5.0);
ROS_INFO("Truck steering ON");
// Make sure TF is ready
ros::Duration(0.5).sleep();
scan_sub_ = nh_.subscribe("scans",1,&TruckDriving::pc_callback,this);
twist_pub_ = nh_.advertise<geometry_msgs::Twist>("twist",1);
}
};
int main(int argc, char * argv[])
{
ros::init(argc,argv,"truck_driving");
TruckDriving cd;
ros::spin();
return 0;
}
| [
"[email protected]"
] | |
baffb53ab017c2a363e8060b6c658bac123eb093 | a13b3e30745155ef0bdb09d9c4b589a81745ed80 | /trials/stringtrial.cpp | a77c6509fcfe07eb2bc65d4cef90c2de69172f31 | [] | no_license | pankhurirastogi/Codechef-Problems-Solutions | 84b5fb251555c0c657467872bc6c09d06a707da4 | d8b0c628d80da4c61ac33ba6c3f7b817b816b7e6 | refs/heads/master | 2021-01-10T05:24:38.012532 | 2018-02-08T08:20:14 | 2018-02-08T08:20:14 | 48,354,703 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | cpp | #include<iostream>
#include<string>
using namespace std;
int main()
{
string s="abcdefghi";
int i=s.find('c');
cout<<i;
return 0;
}
| [
"[email protected]"
] | |
accd90d32b7f42a284a14bcf7524082aa04e0550 | 6432a7ecfdd57cdf0ed2386320a5e24829dcf916 | /src/3D/physics/hitboxes/cuboid_hitbox.h | 7f28ae9135e4f3c3e8b2dc2db962d934dd2bda85 | [] | no_license | ebanjo-2/undicht_0.37_engine | 7e3014aec70240423b3027f165e2a0b3b8e9deef | 04c78dfc7f31ba2663170f87b732d45d1ef1ee29 | refs/heads/master | 2021-05-24T14:05:22.522887 | 2020-11-04T18:58:32 | 2020-11-04T18:58:32 | 253,596,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | h | #ifndef CUBOID_HITBOX_H
#define CUBOID_HITBOX_H
#include <3D/physics/hitboxes/hitbox.h>
namespace undicht {
class CuboidHitbox : public Hitbox {
/** the hitboxes position is its center, the scale the length of its edges*/
public:
virtual int getType();
CuboidHitbox();
virtual ~CuboidHitbox();
};
} // undicht
#endif // CUBOID_HITBOX_H
| [
"[email protected]"
] | |
1b61491bca9877e3961df6509d8c5689610f22dd | 810e015af4db7e49637f6dbf1a746467d34a3ef4 | /stacked/stackeddialog.h | 05d2ef9fffad80c9ec9e6a55a5d0d68f38d63d8c | [] | no_license | arafdy/Qtcrashcourse | 3c3f7491148f3b045c9e79b55bc22c451f6ce3d2 | d3817a7140ae7c9c7d6b7282fefff5c860efb146 | refs/heads/master | 2023-01-23T15:24:19.376205 | 2020-11-24T16:01:11 | 2020-11-24T16:01:11 | 315,682,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 338 | h | #ifndef STACKEDDIALOG_H
#define STACKEDDIALOG_H
#include "ui_stackeddialog.h"
class stackedDialog : public QDialog, private Ui::stackedDialog
{
Q_OBJECT
public:
explicit stackedDialog(QWidget *parent = nullptr);
private slots:
void on_pushButton_clicked();
void on_pushButton_2_clicked();
};
#endif // STACKEDDIALOG_H
| [
"[email protected]"
] | |
59bcb8e49db3034b2b74ec75989619d7aa79c326 | 2eecd74bcc98db5c9215155c650cb5639224b6a7 | /hpx/components/remote_object/preprocessed/distributed_new.hpp | 61e7f7357102048c438ba87b6f3ffcaa584f9408 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sqandr/hpx | ce1a7f4e06e7f2249c1d7ba59934486ab3381241 | 8a0032be63debae7022fb3b28ec32fcff8e31c5d | refs/heads/master | 2023-09-01T00:17:28.376961 | 2012-08-08T03:02:06 | 2012-08-08T03:02:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,087 | hpp | // Copyright (c) 2007-2012 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#if !defined(HPX_PREPROCESSED_DISTRIBUTED_NEW_HPP)
#define HPX_PREPROCESSED_DISTRIBUTED_NEW_HPP
#if HPX_FUNCTION_ARGUMENT_LIMIT<= 5
#include <hpx/components/remote_object/preprocessed/distributed_new_5.hpp>
#elif HPX_FUNCTION_ARGUMENT_LIMIT <= 10
#include <hpx/components/remote_object/preprocessed/distributed_new_10.hpp>
#elif HPX_FUNCTION_ARGUMENT_LIMIT <= 20
#include <hpx/components/remote_object/preprocessed/distributed_new_20.hpp>
#elif HPX_FUNCTION_ARGUMENT_LIMIT <= 30
#include <hpx/components/remote_object/preprocessed/distributed_new_30.hpp>
#elif HPX_FUNCTION_ARGUMENT_LIMIT <= 40
#include <hpx/components/remote_object/preprocessed/distributed_new_40.hpp>
#elif HPX_FUNCTION_ARGUMENT_LIMIT <= 50
#include <hpx/components/remote_object/preprocessed/distributed_new_50.hpp>
#else
#error "HPX_FUNCTION_ARGUMENT_LIMIT out of bounds for preprocessed headers"
#endif
#endif
| [
"[email protected]"
] | |
fb063434e02d5b406610cfedc7705f499cf913e6 | 13c3630445d73fb2703e5574b70942742f37fb89 | /Stable/CSCommon/Include/MMatchHShield.h | ae719249a626f0fce06bac9c3a778918767a53e9 | [] | no_license | NovaDV/Gunz1.5 | 8cb660462c386f4c35d7f5198e614a29d5276547 | 97e7bc51fd082e37f3de0f02c5e2ce6c33530c50 | refs/heads/main | 2023-06-14T15:41:07.759755 | 2021-07-11T18:25:07 | 2021-07-11T18:25:07 | 385,099,338 | 1 | 0 | null | 2021-07-12T02:10:18 | 2021-07-12T02:10:18 | null | UTF-8 | C++ | false | false | 745 | h | #pragma once
//#include "../../MatchServer/HSHIELD/AntiCPSvrFunc.h"
struct MMatchObjectHShieldInfo
{
unsigned char m_pbyGuidReqMsg[20];
unsigned char m_pbyGuidReqInfo[20];
unsigned char m_pbyReqMsg[160];
unsigned char m_pbyReqInfo[72];
unsigned long* m_pCRCInfo;
bool m_bGuidAckPass;
MMatchObjectHShieldInfo() { Clear(); };
void Clear() { memset(m_pbyGuidReqMsg, 0, sizeof(m_pbyGuidReqMsg));
memset(m_pbyGuidReqInfo, 0, sizeof(m_pbyGuidReqInfo));
memset(m_pbyReqMsg, 0, sizeof(m_pbyReqMsg));
memset(m_pbyReqInfo, 0, sizeof(m_pbyReqInfo));
m_pCRCInfo = NULL;
m_bGuidAckPass = false;
};
};
class MMatchHShield
{
public:
MMatchHShield(void);
virtual ~MMatchHShield(void);
}; | [
"[email protected]"
] | |
e1a8f1d850353dce1ae5fe45fbfd729f1b75d9ef | 09fcfdd4af69e9fe7a1bcaf48bb832295c3e0c1f | /src/CVs/ParticleCoordinateCV.h | bdf50fbfc697e30e9c5c5fed3a1fb71a85e329a2 | [] | no_license | weiweichu/local_ssages | 46c3d6dc0b982cdb9b08b62746b7c975ef2aa1e1 | 485f46875b88613f28e0dec2b9005a0305b270c6 | refs/heads/master | 2021-09-02T19:59:37.827495 | 2018-01-03T20:46:45 | 2018-01-03T20:46:45 | 116,176,632 | 0 | 0 | null | 2018-01-03T21:33:36 | 2018-01-03T20:01:54 | C++ | UTF-8 | C++ | false | false | 5,532 | h | /**
* This file is part of
* SSAGES - Suite for Advanced Generalized Ensemble Simulations
*
* Copyright 2016 Hythem Sidky <[email protected]>
*
* SSAGES is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* SSAGES is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with SSAGES. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "CollectiveVariable.h"
#include "Validator/ObjectRequirement.h"
#include "Drivers/DriverException.h"
#include "Snapshot.h"
#include "schema.h"
#include <numeric>
namespace SSAGES
{
//! Collective variable on a particle coordinate.
/*!
* This will return the value of either the x, y, or z coordinate, depending
* on the user specification for a defined particle, which is a collection of
* one or more atoms.
*
* \ingroup CVs
*/
class ParticleCoordinateCV : public CollectiveVariable
{
private:
//! IDs of atoms of interest.
Label atomids_;
//! Index of dimension.
Dimension dim_;
public:
//! Constructor.
/*!
* \param atomids Atom ID's of interest.
* \param dim Index of dimension.
*
* Construct a particle coordinate CV. The atomids specify a vector of the atom
* ID's of interest, and index specifies the dimension to report (x,y,z).
*
* \todo Bounds needs to be an input.
*/
ParticleCoordinateCV(const Label& atomids, Dimension dim) :
atomids_(atomids), dim_(dim)
{}
//! Initialize necessary variables.
/*!
* \param snapshot Current simulation snapshot.
*/
void Initialize(const Snapshot& snapshot) override
{
using std::to_string;
auto n = atomids_.size();
// Make sure atom ID's are on at least one processor.
std::vector<int> found(n, 0);
for(size_t i = 0; i < n; ++i)
{
if(snapshot.GetLocalIndex(atomids_[i]) != -1)
found[i] = 1;
}
MPI_Allreduce(MPI_IN_PLACE, found.data(), n, MPI_INT, MPI_SUM, snapshot.GetCommunicator());
unsigned ntot = std::accumulate(found.begin(), found.end(), 0, std::plus<int>());
if(ntot != n)
throw BuildException({
"ParticleCoordinateCV: Expected to find " +
to_string(n) +
" atoms, but only found " +
to_string(ntot) + "."
});
}
//! Evaluate the CV.
/*!
* \param snapshot Current simulation snapshot.
*/
void Evaluate(const Snapshot& snapshot) override
{
// Get local atom indices and compute COM.
std::vector<int> idx;
snapshot.GetLocalIndices(atomids_, &idx);
// Get data from snapshot.
auto n = snapshot.GetNumAtoms();
const auto& masses = snapshot.GetMasses();
// Initialize gradient.
std::fill(grad_.begin(), grad_.end(), Vector3{0,0,0});
grad_.resize(n, Vector3{0,0,0});
// Compute total and center of mass.
auto masstot = snapshot.TotalMass(idx);
Vector3 com = snapshot.CenterOfMass(idx, masstot);
// Assign CV value.
switch(dim_)
{
case Dimension::x:
val_ = com[0];
break;
case Dimension::y:
val_ = com[1];
break;
case Dimension::z:
val_ = com[2];
break;
}
// Assign gradient to appropriate atoms.
for(auto& id : idx)
{
grad_[id][0] = (dim_ == Dimension::x) ? masses[id]/masstot : 0;
grad_[id][1] = (dim_ == Dimension::y) ? masses[id]/masstot : 0;
grad_[id][2] = (dim_ == Dimension::z) ? masses[id]/masstot : 0;
}
}
//! Return value taking periodic boundary conditions into account.
/*!
* \param Location Get wrapped value of this location.
*
* \return Input value
*
* The AtomCoordinate CV does not consider periodic boundary
* conditions. Thus, this function always returns the input value.
*/
double GetPeriodicValue(double Location) const override
{
return Location;
}
//! Return difference considering periodic boundaries.
/*!
* \param Location Calculate difference of CV value to this location.
*
* \return Direct difference.
*
* As the AtomCoordinate CV does not consider periodic boundary
* conditions, the difference between the current value of the CV and
* another value is always the direct difference.
*/
double GetDifference(const double Location) const override
{
return val_ - Location;
}
static ParticleCoordinateCV* Build(const Json::Value& json, const std::string& path)
{
Json::ObjectRequirement validator;
Json::Value schema;
Json::Reader reader;
reader.parse(JsonSchema::ParticleCoordinateCV, schema);
validator.Parse(schema, path);
// Validate inputs.
validator.Validate(json, path);
if(validator.HasErrors())
throw BuildException(validator.GetErrors());
Label atomids;
for(auto& id : json["atom_ids"])
atomids.push_back(id.asInt());
auto indextype = json.get("dimension","x").asString();
Dimension index;
if(indextype == "x")
index = Dimension::x;
else if(indextype == "y")
index = Dimension::y;
else if(indextype == "z")
index = Dimension::z;
else
throw BuildException({"Could not obtain ParticleCoordinate dimension specified."});
return new ParticleCoordinateCV(atomids, index);
}
};
}
| [
"[email protected]"
] | |
c64ba8f3cc6ef647dc79a691bed1f634b7fbc7c5 | ef2c9a76f796da9fa5f497c0661ef3ad817e3df8 | /src/gamelevel.cpp | f201c50ae275ddb554459ec5b82ff6cfe1cb9896 | [
"MIT"
] | permissive | pengyz/Breakout | 7d68261641902acca52a92d60173213e14f2a5f5 | 18a53aae128022d4a7c399d753e2a76c2359a05f | refs/heads/master | 2020-03-29T20:06:36.488578 | 2018-10-04T12:28:07 | 2018-10-04T12:28:07 | 150,295,874 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,969 | cpp | #include "gamelevel.h"
#include <fstream>
#include <sstream>
#include <glm/glm.hpp>
#include "types.h"
#include "resourcemanager.h"
GameLevel::GameLevel(const std::string& file, int levelWidth, int levelHeight)
{
load(file, levelWidth, levelHeight);
}
void GameLevel::load(const std::string& file, int levelWidth, int levelHeight)
{
m_bricks.clear();
int tileCode;
GameLevel leve;
std::string line;
std::ifstream fstream(file);
std::vector<std::vector<int>> tileData;
if (fstream) {
while (std::getline(fstream, line)) {
std::istringstream sstream(line);
std::vector<int> row;
while (sstream >> tileCode)
row.push_back(tileCode);
tileData.push_back(row);
}
if (tileData.size() > 0)
init(tileData, levelWidth, levelHeight);
}
}
void GameLevel::init(std::vector<std::vector<int>> tileData, int levelWidth, int levelHeight)
{
GLuint height = tileData.size();
GLuint width = tileData[0].size();
GLfloat unit_width = (GLfloat)((GLfloat)levelWidth / width);
GLfloat unit_height = (GLfloat)((GLfloat)levelHeight / height);
for (GLuint y = 0; y < height; y++) {
for (GLuint x = 0; x < width; x++) {
//check brick type
if (tileData[y][x] == 1) {
glm::vec2 pos(unit_width * x, unit_height * y);
glm::vec2 size(unit_width, unit_height);
GameObjectPtr obj = std::make_shared<GameObject>(pos, size, ResourceManager::get()->getTexture("block_solid"), glm::vec3(0.8f, 0.8f, 0.7f));
obj->m_isSolid = true;
m_bricks.push_back(obj);
} else if (tileData[y][x] > 1) {
glm::vec3 color(1.f);
if (tileData[y][x] == 2) {
color = glm::vec3(0.2f, 0.6f, 1.0f);
} else if (tileData[y][x] == 3) {
color = glm::vec3(0.f, 0.7f, 0.f);
} else if (tileData[y][x] == 4) {
color = glm::vec3(0.8f, 0.8f, 0.4f);
} else if (tileData[y][x] == 5) {
color = glm::vec3(1.0f, 0.5f, 0.0f);
}
glm::vec2 pos(unit_width * x, unit_height * y);
glm::vec2 size(unit_width, unit_height);
m_bricks.push_back(std::make_shared<GameObject>(pos, size, ResourceManager::get()->getTexture("block"), color));
}
}
}
}
void GameLevel::Draw(std::weak_ptr<SpriteRenderer> renderer)
{
for (auto& tile : m_bricks) {
if (!tile->m_isDestroyed) {
tile->Draw(renderer);
}
}
}
bool GameLevel::isCompleted()
{
for (auto& tile : m_bricks) {
if (!tile->m_isSolid && !tile->m_isDestroyed) {
return false;
}
}
return true;
}
void GameLevel::reset()
{
for (auto& tile : m_bricks) {
tile->m_isDestroyed = false;
}
}
| [
"[email protected]"
] | |
ca52028397532b74c4c7dcb58d82e94c888d9e25 | 9c040584528958c55e27bb2fc99b05296fa76467 | /GUI/PlayersideWrite.cpp | 74452ec9a20e40339e546c7ac96fe10f291910df | [] | no_license | prj3grp7/gui_rep | 1e7292f9e9dd3780dd238e8e74ecbf5eb77cc4bb | 427730a845b53b39179548991167c39187e4c18b | refs/heads/master | 2020-04-27T03:23:35.802443 | 2019-03-05T21:44:54 | 2019-03-05T21:44:54 | 174,023,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,962 | cpp | #include "PlayersideWrite.h"
PlayersideWrite::PlayersideWrite(const char * filename, int playerside)
: playerside_(playerside)
{
filePointer_ = open(filename, O_RDWR);
if (filePointer_ == -1) {
cout << "PS_WriteOpen: Failed to open with err: " << strerror(errno) << endl << endl;
}
}
void PlayersideWrite::run()
{
while (true)
{
unsigned long id;
Message * msg = PlayersideMsgQueue_.receive(id);
dispatchGameControllerRequests(id, msg);
delete msg;
}
}
int PlayersideWrite::writePlayerside(const char * command, int length)
{
writeI2C(command, length);
}
void PlayersideWrite::dispatchGameControllerRequests(unsigned long id, Message * msg)
{
switch(id)
{
case SYSTEM_STATE::IDLE :{
cout << "PS_WRITE" << playerside_ << ": STATE IDLE" << endl;
char sendBuffer[2] = {PlayersideMessage.IDLE};
writePlayerside(sendBuffer, 1);
}
break;
case SYSTEM_STATE::STARTING :
{
cout << "PS_WRITE" << playerside_ << ": STATE STARTING" << endl;
char sendBuffer[2] = {PlayersideMessage.STARTING};
writePlayerside(sendBuffer, 1);
//Implementér via Userinfo, webpage og send myColor og Opponent color
char sendBuffer1[5] = {0x21,0x01,0x01,0x01,0x01};
writePlayerside(sendBuffer1, 5);
}
break;
case SYSTEM_STATE::PLAYING :{
cout << "PS_WRITE" << playerside_ << ": STATE PLAYING" << endl;
char sendBuffer[2] = {PlayersideMessage.PLAYING};
writePlayerside(sendBuffer, 1);
}
break;
case SYSTEM_STATE::WON :{
cout << "PS_WRITE" << playerside_ << ": STATE WON" << endl;
char sendBuffer[2] = {PlayersideMessage.WON};
writePlayerside(sendBuffer, 1);
}
break;
case SYSTEM_STATE::LOST : {
cout << "PS_WRITE" << playerside_ << ": STATE LOST" << endl;
char sendBuffer[2] = {PlayersideMessage.LOST};
writePlayerside(sendBuffer, 1);
}
break;
default : std::cout << "Default error: PlayersideWrite Dispatcher" << std::endl;
break;
}
}
| [
"[email protected]"
] | |
1ec87ac0411c967599541d40bbaedf62be58bee5 | 0976f109a6081b057811415f64ce6ff8026ad155 | /hphp/runtime/vm/jit/vasm-print.cpp | b9e86e35b297b1ef6c996706cd06c405c0c8df61 | [
"PHP-3.01",
"Zend-2.0",
"BSD-3-Clause"
] | permissive | chengky/hhvm | 7ce8edbde9bb7ece862967c2a4adda90b975b850 | 2c0e91417ba563176b79178148dc9e51ef3b302b | refs/heads/master | 2020-12-11T07:44:14.512690 | 2014-12-28T19:07:50 | 2014-12-29T02:00:27 | 28,582,120 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,022 | cpp | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-2013 Facebook, Inc. (http://www.facebook.com) |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
*/
#include "hphp/runtime/vm/jit/vasm-print.h"
#include "hphp/runtime/base/stats.h"
#include "hphp/runtime/base/arch.h"
#include "hphp/runtime/vm/jit/print.h"
#include "hphp/runtime/vm/jit/vasm-x64.h"
#include "hphp/runtime/vm/jit/mc-generator.h"
#include "hphp/util/abi-cxx.h"
#include "hphp/util/ringbuffer.h"
#include "hphp/util/stack-trace.h"
TRACE_SET_MOD(vasm);
namespace HPHP { namespace jit {
using namespace x64;
using Trace::RingBufferType;
using Trace::ringbufferName;
const char* area_names[] = { "main", "cold", "frozen" };
namespace {
const char* vixl_ccs[] = {
"eq", "ne", "hs", "lo", "mi", "pl", "vs", "vc",
"hi", "ls", "ge", "lt", "gt", "le", "al", "nv"
};
// Visitor class to format the operands of a Vinstr. There are
// imm() overloaded methods for each type of operand used by any Vinstr.
// If we are missing an overload, the templated catch-all prints "?".
struct FormatVisitor {
FormatVisitor(const Vunit& unit, std::ostringstream& str)
: unit(unit), str(str)
{}
template<class T> void imm(T imm) {
str << sep() << "?";
}
void imm(ConditionCode cc) { str << sep() << cc_names[cc]; }
void imm(vixl::Condition cc) { str << sep() << vixl_ccs[cc]; }
void imm(uint8_t i) { imm(int(i)); }
void imm(uint16_t i) { imm(int(i)); }
void imm(int i) { str << sep() << i; }
void imm(bool b) { str << sep() << (b ? 'T' : 'F'); }
void imm(Immed s) { str << sep() << s.l(); }
void imm(Immed64 s) {
str << sep();
if (s.fits(sz::byte)) str << s.l();
else str << folly::format("0x{:08x}", s.q());
}
void imm(TCA addr) {
str << sep() << getNativeFunctionName(addr);
}
void imm(TCA* addr) {
str << sep() << folly::format("{}", addr);
}
void imm(Vpoint p) { str << sep() << '@' << (size_t)p; }
void imm(const CppCall& cppcall) {
switch (cppcall.kind()) {
default:
str << sep() << "<unknown>";
break;
case CppCall::Kind::Direct:
return imm((TCA)cppcall.address());
case CppCall::Kind::Virtual:
str << sep() << folly::format("<virtual at 0x{:08x}>",
cppcall.vtableOffset());
break;
case CppCall::Kind::ArrayVirt:
str << sep() << folly::format("ArrayVirt({})", cppcall.arrayTable());
break;
case CppCall::Kind::Destructor:
str << sep() << folly::format("destructor({})", show(cppcall.reg()));
break;
}
}
void imm(RingBufferType t) { str << sep() << ringbufferName(t); }
void imm(SrcKey k) { str << sep() << showShort(k); }
void imm(Fixup fix) {
str << sep() << "pc:" << fix.pcOffset << " sp:" << fix.spOffset;
}
void imm(Stats::StatCounter c) { str << sep() << Stats::g_counterNames[c]; }
void imm(Vlabel b) { str << sep() << "B" << size_t(b); }
void imm(const Func* func) {
str << sep();
if (func) {
str << folly::format("{}(id {:#x})", func->fullName()->data(),
func->getFuncId());
} else {
str << "nullptr";
}
}
void imm(ServiceRequest req) {
str << sep() << serviceReqName(req);
}
void imm(TransFlags f) {
if (f.noinlineSingleton) str << sep() << "noinlineSingleton";
}
void imm(DestType dt) {
str << sep() << destTypeName(dt);
}
void imm(RIPRelativeRef r) {
str << sep() << folly::format("ip[{:#x}]", r.r.disp);
}
void imm(RoundDirection rd) {
str << sep() << show(rd);
}
template<class R> void across(R r) { print(r); }
template<class R> void use(R r) { print(r); }
template<class R, class H> void useHint(R r, H) { print(r); }
void use(Vptr m) { print(m); }
void use(Vtuple uses) { print(uses); }
void defSep() {
if (!seen_def) {
if (comma) str << " => ";
else str << "=> ";
seen_def = true;
comma = false;
}
}
void def(Vtuple defs) { defSep(); print(defs); }
template<class R> void def(R r) { defSep(); print(r); }
template<class R, class H> void defHint(R r, H) { defSep(); print(r); }
void print(Vptr p) {
str << sep() << show(p);
}
void print(Vtuple t) {
print(unit.tuples[t]);
}
void print(const VregList& regs) {
str << sep() << '{';
comma = false;
for (auto r : regs) print(r);
comma = true;
str << '}';
}
void print(VcallArgsId id) {
auto& args = unit.vcallArgs[id];
print(args.args);
print(args.simdArgs);
print(args.stkArgs);
}
void print(RegSet regs) {
regs.forEach([&](Vreg r) { print(r); });
}
void print(Vreg r) {
str << sep() << show(r);
}
const char* sep() { return comma ? ", " : (comma = true, ""); }
const Vunit& unit;
std::ostringstream& str;
bool seen_def{false};
bool comma{false};
};
}
std::string show(Vreg r) {
if (!r.isValid()) return "%?";
std::ostringstream str;
if (r.isPhys()) {
mcg->backEnd().streamPhysReg(str, r);
} else {
str << "%" << size_t(r);
}
return str.str();
}
std::string show(Vptr p) {
// [%fs + %base + disp + %index * scale]
std::string str = "[";
auto prefix = false;
if (p.seg == Vptr::FS) {
str += "%fs";
prefix = true;
}
if (p.base.isValid()) {
folly::toAppend(prefix ? " + " : "", show(p.base), &str);
prefix = true;
}
if (p.disp) {
folly::format(&str, "{}{:#x}",
prefix ? p.disp < 0 ? " - " : " + " : "",
prefix ? std::abs(p.disp) : p.disp);
prefix = true;
}
if (p.index.isValid()) {
folly::toAppend(prefix ? " + " : "", show(p.index), &str);
if (p.scale != 1) folly::toAppend(" * ", p.scale, &str);
}
str += ']';
return str;
}
std::string show(const Vunit& unit, const Vinstr& inst) {
std::ostringstream out;
out << folly::format("{: <10} ", vinst_names[inst.op]);
FormatVisitor pv(unit, out);
visitOperands(inst, pv);
auto labels = succs(inst);
if (labels.size() == 1) {
out << pv.sep() << folly::format("B{}", size_t(labels[0]));
} else if (labels.size() == 2) {
out << pv.sep() << folly::format("B{}, else B{}", size_t(labels[1]),
size_t(labels[0]));
} else {
for (auto succ : succs(inst)) {
out << folly::format("->B{} ", size_t(succ));
}
}
return out.str();
}
void printBlock(std::ostream& out, const Vunit& unit,
const PredVector& preds, Vlabel b) {
auto& block = unit.blocks[b];
out << '\n' << color(ANSI_COLOR_MAGENTA);
out << folly::format(" B{: <11} {}", size_t(b),
area_names[int(block.area)]);
for (auto p : preds[b]) out << ", B" << size_t(p);
out << color(ANSI_COLOR_END);
if (!block.code.empty() && !block.code.front().origin) out << '\n';
const IRInstruction* currentOrigin = nullptr;
for (auto& inst : block.code) {
if (currentOrigin != inst.origin && inst.origin) {
currentOrigin = inst.origin;
out << "\n " << currentOrigin->toString() << '\n';
}
out << " " << show(unit, inst) << '\n';
}
}
void printCfg(std::ostream& out, const Vunit& unit,
const jit::vector<Vlabel>& blocks) {
out << "digraph G {\n";
for (auto b: blocks) {
auto& block = unit.blocks[b];
auto succlist = succs(block);
if (succlist.empty()) continue;
auto sep = "";
for (auto s: succlist) {
out << sep << 'B' << size_t(b) << " -> B" << size_t(s);
sep = "; ";
}
out << "\n";
}
out << "}\n";
}
void printCfg(const Vunit& unit, const jit::vector<Vlabel>& blocks) {
std::ostringstream out;
out << "vunit cfg\n";
printCfg(out, unit, blocks);
HPHP::Trace::traceRelease("%s\n", out.str().c_str());
}
std::string show(const Vunit& unit) {
auto preds = computePreds(unit);
auto blocks = sortBlocks(unit);
std::ostringstream out;
for (auto b : blocks) {
printBlock(out, unit, preds, b);
}
return out.str();
}
void printUnit(int level, const std::string& caption, const Vunit& unit) {
if (!Trace::moduleEnabledRelease(HPHP::Trace::vasm, level)) return;
Trace::ftraceRelease(
"\n{}{}\n{}",
banner(caption.c_str()),
show(unit),
banner("")
);
}
}}
| [
"[email protected]"
] | |
74be50d56fe41a57123dca4292b1ca24c6f54f98 | 8c38824dc719463cee79cf4e7202825278b4b247 | /c++/UProgram/Student.h | 7a7d9ad3ccfbfa5d01f6c908b5119512c498653b | [] | no_license | scott-daily/practice-problems | 8d9aaf8f0cad152ed7571260d945c39414504a26 | be79091c7f93a0a626405874d1c2188bcf1e5359 | refs/heads/master | 2021-08-17T22:46:11.728270 | 2021-06-21T14:21:56 | 2021-06-21T14:21:56 | 206,327,273 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 532 | h | #pragma once
#include <string>
#include <iostream>
using namespace std;
class Student
{
private:
string firstName;
string lastName;
int age;
string address;
string city;
string phone;
public:
int count;
Student();
Student(string fName, string lName, int age, string address, string city, string phone);
~Student();
string GetFirstName();
string GetLastName();
int GetAge();
string GetAddress();
string GetCity();
string GetPhone();
void SitInClass();
}; | [
"[email protected]"
] | |
ab81f7f1e7136dbac719b0d994343d36dfa88aab | 46b5db84f5066091bc5f570da6a8923280e6c358 | /teacher_client/sendquestiondialog.cpp | 7fd7b108dea12083f9e2c7120375c450ce13ab26 | [] | no_license | wangbao282/Qt-Area-Network-Teaching-System | 42bda3902c4e95ea003f4ba803b9bdc654e409dc | 8149668051934359c982f6c00d6d537924051b56 | refs/heads/master | 2020-04-01T23:03:51.768963 | 2013-04-24T11:29:23 | 2013-04-24T11:29:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,389 | cpp | #include "sendquestiondialog.h"
#include "ui_sendquestiondialog.h"
#include "constvar.h"
SendQuestionDialog::SendQuestionDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::SendQuestionDialog)
{
ui->setupUi(this);
questionList.clear();
this->setWindowFlags(Qt::WType_TopLevel|Qt::WStyle_StaysOnTop |Qt::WindowTitleHint);
ui->editQuestionBtn->setEnabled(false);
ui->sendQuesitonBtn->setEnabled(false);
connect(ui->questionID,SIGNAL(currentIndexChanged(int)),this,SLOT(changeQuestionData(int)));
connect(ui->refreshQuestionSetBtn,SIGNAL(clicked()),this,SLOT(refreshQuestionSetSlot()));
//editquestion
editQuestion = new EditQuestion;
connect(ui->editQuestionBtn,SIGNAL(clicked()),this,SLOT(editCurrentQuestion()));
connect(editQuestion,SIGNAL(changeCurrentQuestionIndex(int)),this,SLOT(changeCurrentQuestionIndex(int)));
connect(editQuestion,SIGNAL(refreashQuestionData()),this,SIGNAL(refreshQuestionSet()));
connect(editQuestion,SIGNAL(emitNewValue(QString,QString,QString,QString,QString,QString,QString)),
this,SIGNAL(emitNewValue(QString,QString,QString,QString,QString,QString,QString)));
connect(this,SIGNAL(emtUpdateResult(bool)),editQuestion,SLOT(slotUpdateResult(bool)));
//send quesiton id
connect(ui->sendQuesitonBtn,SIGNAL(clicked()),SLOT(sendQuestionID()));
}
SendQuestionDialog::~SendQuestionDialog()
{
delete ui;
questionList.clear();
}
void SendQuestionDialog::setCurrentUser(TeachingRoomStudents *user){
currentStundent = user;
ui->userNameLabel->setText(tr("[<font color='red'>")+currentStundent->getStudentName()+tr("</font>]"));
}
void SendQuestionDialog::closeEvent(QCloseEvent *e)
{
ui->questionID->setCurrentIndex(0);
ui->questionTimelimit->display(0);
e->accept();
}
void SendQuestionDialog::setQuestionSet(QuestionSet *question)
{
int questionID = question->getQuestionID().toInt();
if(questionList.contains(questionID) == false){
ui->questionID->addItem(QIcon(":/appFace/questionlisticon"),QUESTIONID+question->getQuestionID());
editQuestion->addItem(QUESTIONID+question->getQuestionID());
}
questionList.insert(questionID,question);
}
void SendQuestionDialog::changeQuestionData(int quesionIndex){
if(quesionIndex==0){
ui->sendQuesitonBtn->setEnabled(false);
}
else{
ui->sendQuesitonBtn->setEnabled(true);
}
if(questionList.contains(quesionIndex)){
clearQuestionInfo();
ui->editQuestionBtn->setEnabled(true);
int index = quesionIndex;
ui->questionTitle->setText(questionList.value(index)->getQuestionTitle());
QString description = QUESTIONADDR
+questionList.value(index)->getChapterID()
+QUESTIONSCORE+questionList.value(index)->getQuestionScore()
+QUESTIONPUBLICDATE+questionList.value(index)->getQuestionPublicDate()
+QUESTIONPUBLICDATEEND;
ui->questionDescription->append(description);//after the prompt apend the question data
ui->questionTimelimit->display(questionList.value(index)->getQuestionLimitTime());
ui->questionContent->append(questionList.value(index)->getQuestionContent());
}
else{
clearQuestionInfo();
}
}
void SendQuestionDialog::clearQuestionInfo()
{
ui->editQuestionBtn->setEnabled(false);
ui->questionTitle->clear();
ui->questionDescription->clear();
ui->questionDescription->setText(QUESTIONDEC);
ui->questionTimelimit->display(0);
ui->questionContent->clear();
ui->questionContent->setText(QUESTIONCONTEXT);
}
void SendQuestionDialog::editCurrentQuestion()
{
int index = ui->questionID->currentIndex();
editQuestion->setCurrentQuestionID(index);
editQuestion->setValue(questionList.value(index)->getChapterID(),
questionList.value(index)->getQuestionTitle(),
questionList.value(index)->getQuestionContent(),
questionList.value(index)->getQuestionLimitTime(),
questionList.value(index)->getQuestionScore(),
questionList.value(index)->getQuestionAnwser());
editQuestion->exec();
}
void SendQuestionDialog::changeCurrentQuestionIndex(int index){
if(index != 0){
editQuestion->setValue(questionList.value(index)->getChapterID(),
questionList.value(index)->getQuestionTitle(),
questionList.value(index)->getQuestionContent(),
questionList.value(index)->getQuestionLimitTime(),
questionList.value(index)->getQuestionScore(),
questionList.value(index)->getQuestionAnwser());
}
else{
editQuestion->clearInfo();
}
}
void SendQuestionDialog::refreshQuestionSetSlot()
{
int currentIndex = ui->questionID->currentIndex();
ui->questionID->setCurrentIndex(0);
ui->questionID->setCurrentIndex(currentIndex);
update();
emit refreshQuestionSet();
}
void SendQuestionDialog::sendQuestionID()
{
int id = ui->questionID->currentIndex();
// questionSocket->write(QString("teacher/"+QString::number(id)+" \n").toUtf8());
emit sentQuestion("teacher/"+currentStundent->getStudentID()+"/"+QString::number(id)+"\n");
}
| [
"[email protected]"
] | |
39742ded6b186fb98dbe5c8f92dea589e52ee679 | 2b4e3b6498c06a912a7b4306960355eca7e61f3b | /chapter 15/chap15_15.3/Quote.cpp | 8f5d9be78a0e14de89cbac5a8f46fe6abe5e5538 | [] | no_license | nrqu/answersprimer | 9391510e19764bbafa9ce79b801567f680c1dcaf | a21e782e8c5b771c80b861c59a60f643bab9ab4a | refs/heads/master | 2022-11-14T13:52:43.742962 | 2020-07-13T21:58:30 | 2020-07-13T21:58:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | cpp | #include"Quote.h"
double print_total(std::iostream& os,const Quote& item,size_t n){
double ret=item.net_price(n);//can call both net_price it depends on what object is passed to item. This is because of Dynamic binding allows us to intarchanged between class types when a member i declared as virtual in the base class
os<<"ISBN: "<<item.isbn()<<" # Sold: "<<n<<" total due: "<<ret<<std::endl;
} | [
"[email protected]"
] | |
881853e3e99708b0034f1448b6b9e21bd7751261 | 114f2675e516d94400ca2f62e36c51bb54a3d0c9 | /TowerDefense/lib/iSpine.cpp | 89f48e11495dedae38894cda34b09c783a2cc609 | [] | no_license | StevenKim1994/Shooting | 1cb0f1198cbf62d394c9664c1eca6e4d91befc0d | 27a53f8fb1aa03e14b2f61c9c439dfeb07c8e096 | refs/heads/master | 2022-11-19T06:21:22.240525 | 2020-07-13T05:35:44 | 2020-07-13T05:35:44 | 249,398,718 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 750 | cpp | #include "iSpine.h"
#include "spine/extension.h"
#include "spine/spine.h"
#include "iStd.h"
void initSpine()
{
_spSetMalloc(malloc);
_spSetRealloc(realloc);
_spSetFree(free);
}
void _spAtlasPage_createTexture(spAtlasPage* self, const char* path)
{
Texture* tex = createImage(path);
self->atlas;
self->format = SP_ATLAS_RGBA8888;
self->width = tex->width;
self->height = tex->height;
self->minFilter = SP_ATLAS_LINEAR;
self->magFilter = SP_ATLAS_LINEAR;
self->uWrap = SP_ATLAS_CLAMPTOEDGE;
self->vWrap = SP_ATLAS_CLAMPTOEDGE;
self->name;
//
}
void _spAtlasPage_disposeTexture(spAtlasPage* self)
{
}
char* _spUtil_readFile(const char* path, int* length)
{
return _spReadFile(path, length);
//return loadFile(path, *length);
}
| [
"[email protected]"
] | |
20fdb3067ea5b64c0b9290710ea34f9acaf65abb | e6407f3ac4a3bfda7d930c4319c10028189a76c7 | /src/ProjectTails.cpp | 372d2f4474e05d7fb71c4b0bc6f680154cb48edd | [] | no_license | SuperTails/ProjectTails | 55dd0930b593539c14fb81234243e55b54bd80f4 | d5815a77d47a0c4c818b5eb0912dca40ccc5b79c | refs/heads/master | 2021-07-02T06:20:12.753406 | 2020-01-19T22:00:55 | 2020-01-19T22:00:55 | 91,393,663 | 2 | 0 | null | 2017-05-17T23:13:37 | 2017-05-15T23:32:14 | C++ | UTF-8 | C++ | false | false | 8,464 | cpp | // ProjectTails.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "InputComponent.h"
#include "prhsGameLib.h"
#include "png.h"
#include "Animation.h"
#include "Constants.h"
#include "Act.h"
#include "Player.h"
#include "Camera.h"
#include "Text.h"
#include "Ground.h"
#include "DataReader.h"
#include "Miscellaneous.h"
#include "LevelEditor.h"
#include "SoundHandler.h"
#include "effectManager.h"
#include "CollisionTile.h"
#include "BlockEditor.h"
#include <unordered_map>
#include <fstream>
#include <algorithm>
#include <cstring>
#include <vector>
using namespace std;
const double SCREEN_RATIO = 0.5;
const double SCR_RAT_INV = 1.0 / SCREEN_RATIO;
const double stepLength = 1000.0 / 60.0;
const double LOAD_STEPS = 6.0;
#undef main
int mult(int arg1, double arg2) {
return (int)((double)arg1 * arg2);
}
std::vector< std::string_view >::const_iterator findArg(const std::vector< std::string_view >& args, const std::string_view& arg) {
return std::find(args.begin(), args.end(), arg);
}
using namespace std::string_view_literals;
const std::array< std::pair< std::string_view, bool* >, 3 > options{
make_pair("-level"sv, &LevelEditor::levelEditing),
//make_pair("-test"sv , &tests::doTests),
make_pair("-debug"sv, &globalObjects::debug),
make_pair("-block"sv, &BlockEditor::editing),
};
int main(int argc, char **argv ) {
if (!sdlStatus.success) {
std::cerr << "Initialization failed.\n";
return 1;
}
const std::vector< std::string_view > args(argv + 1, argv + argc);
if (findArg(args, "-help") != args.end()) {
std::cout <<
"Usage: ProjectTails [option]\n"
"\tOptions:\n"
"\t\t-level Run level editor\n"
"\t\t-debug Run in debug mode\n"
"\t\t-block Run block editor\n";
return 1;
}
for (auto& option : options) {
*option.second = findArg(args, option.first) != args.end();
}
if (globalObjects::debug) {
if (BlockEditor::editing) {
std::cerr << "Options '-debug' and '-block' are incompatible!\n";
return 1;
}
Ground::showCollision = true;
}
PRHS_Window window("Project Tails", WINDOW_HORIZONTAL_SIZE, WINDOW_VERTICAL_SIZE, false);
globalObjects::window = window.getWindow();
globalObjects::renderer = window.getRenderer();
SDL_SetRenderDrawColor(globalObjects::renderer, 255, 255, 255, SDL_ALPHA_OPAQUE);
globalObjects::loadProgress.emplace_back("Loading", 0.0);
globalObjects::updateLoading(0.0);
const std::array< std::string_view, 2 > actPaths = { constants::ACT1_DATA_PATH, constants::ACT2_DATA_PATH };
Player Tails;
Camera cam = Camera({ -32, -8, double(WINDOW_HORIZONTAL_SIZE * SCREEN_RATIO + 64), double(WINDOW_VERTICAL_SIZE * SCREEN_RATIO + 16) });
cam.setOffset({ (double)(-WINDOW_HORIZONTAL_SIZE * SCREEN_RATIO / 2), (double)(-WINDOW_VERTICAL_SIZE * SCREEN_RATIO + 128) });
text::addFont("GUI", Surface{ ASSET"FontGUI.png" }, "0123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ.-,[]", 10);
//Load entities:
cout << "Loading entity data...\n";
DataReader::LoadEntityData(constants::ENTITY_DATA_PATH);
globalObjects::updateLoading(1 / LOAD_STEPS);
std::vector< std::vector < Animation > > background;
CollisionTile::loadFromImage(ASSET"SolidGraph.png");
globalObjects::updateLoading(1 / LOAD_STEPS);
SDL_SetRenderDrawColor(globalObjects::renderer, 0, 0, 0, 0);
Act currentAct{ ASSET"Act1Data.txt" };
if (LevelEditor editor(currentAct, &cam); LevelEditor::levelEditing) {
while (true) {
Timer::updateFrameTime();
globalObjects::input.updateKeys();
if (editor.handleInput())
break;
editor.render();
SDL_RenderPresent(globalObjects::renderer);
}
if (globalObjects::input.getKeyState('j')) {
editor.save(ASSET"Act1Data.txt");
}
return 0;
}
if (BlockEditor editor; BlockEditor::editing) {
while (!globalObjects::input.getKeyPress('x')) {
Timer::updateFrameTime();
globalObjects::input.updateKeys();
editor.update(cam);
editor.render(cam);
SDL_RenderPresent(globalObjects::renderer);
SDL_Delay(5);
}
return 0;
}
globalObjects::updateLoading(1 / LOAD_STEPS);
Tails.setActType(static_cast< unsigned char > (currentAct.getType()));
globalObjects::updateLoading(1 / LOAD_STEPS);
int frames = 0;
int last_frames = 0;
Uint32 start = SDL_GetTicks();
/*Text rings_text = Text(constants::FONT_PATH);
Text rings_count_text = Text(constants::FONT_PATH);
Text debug_text = Text(constants::FONT_PATH);
Text debug_text2 = Text(constants::FONT_PATH);
rings_text.StringToText("RINGS:");
rings_count_text.StringToText(to_string(Tails.getRings()));
debug_text.StringToText("");
debug_text2.StringToText("");*/
// Sprites
Sprite sky{ constants::SKY_PATH };
Sprite lives{ constants::LIVES_PATH };
cam.position = { 0, 0 };
background = DataReader::LoadBackground(ASSET"EmeraldHillZone/Background/");
SoundHandler::init();
while (globalObjects::gameState == 0) {
Timer::updateFrameTime();
const double thisFrames = Timer::getFrameTime().count() / (1000.0 / 60.0);
globalObjects::renderTitleScreen(background, cam);
globalObjects::renderTitleFlash();
SDL_RenderPresent(globalObjects::renderer);
if (globalObjects::titleScreen[2].getFrame() == 10) {
cam.position.x += thisFrames * 20.0;
}
globalObjects::input.updateKeys();
if (globalObjects::input.getKeyState(InputComponent::KeyMap::JUMP)) {
globalObjects::gameState = 1;
globalObjects::unloadTitleScreen();
break;
}
}
double avg_fps = 0.0;
//debug_text.StringToText("nope");
SoundHandler::setMusic(ASSET"TheAdventureContinues", true);
cam.position = { 0, 0 };
Timer::updateFrameTime();
auto fpsCounterStart = Timer::getTime();
CollisionTile::test();
while (true) {
SoundHandler::updateMusic();
Timer::updateFrameTime();
globalObjects::input.updateKeys();
if (globalObjects::debug) {
Timer::slowMotion ^= globalObjects::input.getKeyPress('m');
Timer::paused ^= globalObjects::input.getKeyPress('f');
if (globalObjects::input.getKeyPress('r')) {
Timer::frameAdvance();
}
else if (Timer::paused) {
continue;
}
}
if (frames % 1000 == 0) {
avg_fps = 1000.0 * 1000.0 / (Timer::getTime() - fpsCounterStart).count();
cout << "Average FPS: " << avg_fps << "\n";
fpsCounterStart = Timer::getTime();
}
currentAct.updateEntities(Tails, cam);
cam.updatePos(Tails);
sky.render({ 0, 0, WINDOW_HORIZONTAL_SIZE, WINDOW_VERTICAL_SIZE });
std::stringstream debugText;
debugText << "Position: " << Tails.getPosition().x << " " << Tails.getPosition().y << "\n";
debugText << "Velocity: " << setprecision(3) << setw(5) << Tails.getVelocity().x << " " << setw(5) << Tails.getVelocity().y << "\n";
debugText << "Angle: " << Tails.getAngle() << " Deg: " << hexToDeg(Tails.getAngle()) << "\n";
debugText << "Spindash: " << Tails.getSpindash() << "\n";
{
SDL_Point mousePos;
SDL_GetMouseState(&mousePos.x, &mousePos.y);
mousePos = SDL_Point{ int(cam.getPosition().x), int(cam.getPosition().y) } + (mousePos * SCREEN_RATIO);
debugText << "PATH: " << std::boolalpha << Tails.getPath() << "\n";
debugText << "MOUSE: " << mousePos.x << " " << mousePos.y << "\n";
}
currentAct.renderObjects(Tails, cam);
lives.render({ 2 * 8, WINDOW_VERTICAL_SIZE - 2 * 24, 2 * lives.size().x, 2 * lives.size().y });
effectManager::updateFade();
text::renderAbsolute({ 1, 1 }, "GUI", "RINGS: " + std::to_string(Tails.getRings()));
text::renderAbsolute({ 1, 15 }, "GUI", debugText.str());
window.updateDisplay();
/*if (SoundHandler::musicState == 0 && effectManager::fadeComplete()) {
Act::loadNextAct(acts, actPaths, currentAct, arrayData, background);
Tails.position = { 20, 0 };
cam.position = { 0, 0 };
effectManager::fadeFrom(false, 120.0);
Tails.setActCleared(false);
Tails.getAnim(13)->SetFrame(0);
LoadAct(&acts.front(), &cam, globalObjects::renderer);
SoundHandler::setMusic(ASSET"TheAdventureContinues", true);
}
SDL_Rect playerPosition = Tails.getPosition();
SDL_Rect winArea = currentAct.getWinArea();
if (SDL_HasIntersection(&playerPosition, &winArea) || (!Mix_PlayingMusic() && SoundHandler::musicState == 3)) {
std::cout << "Level " << currentAct.getNumber() << " complete!";
SoundHandler::musicState = 0;
effectManager::fadeTo(false, 120.0);
Tails.setActCleared(true);
}*/
++frames;
if (globalObjects::input.getKeyState(static_cast< int >('x'))) {
break;
}
};
Uint32 end = SDL_GetTicks();
return 0;
}
| [
"[email protected]"
] | |
fa826ec93240289242a72fb0c99017e1a8e07466 | d190e6be8413ffac245f1d34cc0100ce91ca6b60 | /src/funcional.hpp | f32b36daa6a8aefd06c9c473080a9738a25f2020 | [] | no_license | BlurryLight/PDSTL | 2067990199626215b4ddf3007ca41dfd382fa20c | 9e3e6e6cdbac2926354ad4b965863a6f82a24cf1 | refs/heads/master | 2020-05-01T08:15:26.103252 | 2019-12-17T09:43:43 | 2019-12-17T09:43:43 | 177,373,716 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | hpp | #pragma once
namespace pdstl {
template <typename Argument1,typename Argument2,typename Result>
struct binary_funcion
{
typedef Argument1 first_argument_type;
typedef Argument2 second_argument_type;
typedef Result result_type;
};
template <class T>
struct less : public binary_funcion<T,T,bool>
{
constexpr bool operator()(const T& a, const T&b) const
{
return a < b;
}
};
}//pdstl
| [
"[email protected]"
] | |
0906fd6f54e7cf8e28c5a18f113a8b25a6fb7d63 | d643ff48cdd4661e2a924a02a8458819b9aa23ac | /chapter7/7.32/WindowManager.h | 5d9b764ec7a59e02cf617f63db45a6d8bdb184b6 | [] | no_license | grayondream/Primer-Learing | d9bc1116d0b562b3650b7df22ae64d640c54f0a5 | a0f4acb47770c11d3c1eb34e70f4f770d0255957 | refs/heads/master | 2021-05-11T04:09:33.206964 | 2018-01-24T06:30:12 | 2018-01-24T06:30:12 | 117,933,818 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 583 | h | /*************************************************************************
> File Name: WindowManager.h
> Author:
> Description:
> Mail:
> Created Time: 2018年01月08日 星期一 17时38分21秒
************************************************************************/
#ifndef _WINDOWMANAGER_H
#define _WINDOWMANAGER_H
#include "Screen.h"
#include <vector>
using std::vector;
class Screen;
class WindowManager
{
public:
using index_type = vector<Screen>::size_type;
private:
vector<Screen> _screens;
public:
void clear(index_type index);
};
#endif
| [
"[email protected]"
] | |
635363847a06abd7869d9a934c9f6ff7ef4ab59a | 56ac835f9b9029adf4b5d98a0bf1c113c0a23e0d | /src/lib/inc/component.h | 99831a0c5e1b06c5bf37fe3bb58be46f52049e51 | [] | no_license | FlorinChertes/ex610_vsc_001 | dca634be8f7264426f75cfd13f2d7f024c1d64d4 | 3c613a301c86c708cfa438117e58fa8a632fa0e0 | refs/heads/master | 2021-02-08T23:47:11.821346 | 2020-10-05T19:41:40 | 2020-10-05T19:41:40 | 244,212,363 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | h | #pragma once
#include <unordered_map>
template<typename Base,
typename KeyType,
typename PointerType,
typename ... ConstructorArgs>
class GenericFactory
{
public:
typedef Base* (*CreatorFn)(ConstructorArgs ...);
template<typename Derived>
static Base * construct(ConstructorArgs ... args)
{
return new Derived(args...);
}
using Map = std::unordered_map<KeyType, CreatorFn>;
GenericFactory() { init(); }
template<typename Derived>
void add(const KeyType & key)
{
auto inserted = _creators.emplace(key, &construct<Derived>);
if( ! inserted.second ) {
throw std::logic_error(key + " already used in factory");
}
}
PointerType create(const KeyType & key, ConstructorArgs ... args)
{
auto it = _creators.find(key);
if(it == _creators.end())
throw std::out_of_range("No factory function found for key "+key);
auto creator = *it->second;
return PointerType (creator(args...));
}
private:
/// Init function must be specialized
void init();
std::string _basename;
Map _creators;
};
| [
"florin@k2"
] | florin@k2 |
fcd68f2322e34298972693df69cb03428ab3584e | 5d2d6263f8fc263981e6c4478739229fc2652e80 | /EncorderComponent/ImageHelperForm.cpp | c90359b0570a23a0a8625c3398fcd9b96d235a2b | [] | no_license | umayanga123/Smart_Steganography_Editor | 56385cf52b1315322833e64f27cc31ccde758a3b | 0a430bad4c326baa3be0f862a14a77badc75679a | refs/heads/master | 2021-08-04T07:34:54.782332 | 2020-08-03T17:04:35 | 2020-08-03T17:04:35 | 204,523,187 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30 | cpp | #include "ImageHelperForm.h"
| [
"[email protected]"
] | |
f34321844f1e58312e99ed8adf21bec75a1d6733 | 006ff11fd8cfd5406c6f4318f1bafa1542095f2a | /Utilities/StorageFactory/test/t0Repack.cpp | 699e29f7304b939c41a06b6a628c01894a7fe204 | [] | permissive | amkalsi/cmssw | 8ac5f481c7d7263741b5015381473811c59ac3b1 | ad0f69098dfbe449ca0570fbcf6fcebd6acc1154 | refs/heads/CMSSW_7_4_X | 2021-01-19T16:18:22.857382 | 2016-08-09T16:40:50 | 2016-08-09T16:40:50 | 262,608,661 | 0 | 0 | Apache-2.0 | 2020-05-09T16:10:07 | 2020-05-09T16:10:07 | null | UTF-8 | C++ | false | false | 5,631 | cpp | #include "FWCore/Utilities/interface/Exception.h"
#include "Utilities/StorageFactory/test/Test.h"
#include "Utilities/StorageFactory/interface/Storage.h"
#include <iostream>
#include <cmath>
#include <limits>
#include <string>
#include <vector>
#include <sstream>
#include <memory>
int main (int argc, char **argv) try
{
initTest();
if (argc < 4)
{
std::cerr << "usage: " << argv[0] << " NUM-DATASETS OUTPUT-FILE INDEX-FILE...\n";
return EXIT_FAILURE;
}
int datasetN = ::atoi(argv [1]);
std::string outputURL = argv[2];
Storage *outputFile = 0;
IOSize totSize = 0;
std::vector<Storage *> indexFiles;
std::vector<IOOffset> indexSizes;
StorageFactory::get ()->enableAccounting(true);
std::cerr << "write to file " << outputURL << " " << datasetN << " datasets\n";
for (int i = 3; i < argc; ++i)
{
IOOffset size = -1;
if (StorageFactory::get ()->check(argv [i], &size))
{
indexFiles.push_back(StorageFactory::get ()->open (argv [i],IOFlags::OpenRead));
indexSizes.push_back(size);
}
else
{
std::cerr << "index file " << argv [i] << " does not exist\n";
return EXIT_FAILURE;
}
}
// open output file
try
{
outputFile = StorageFactory::get ()->open
(outputURL, IOFlags::OpenWrite|IOFlags::OpenCreate|IOFlags::OpenTruncate);
}
catch (cms::Exception &e)
{
std::cerr << "error in opening output file " << outputURL
<< ": " << e.explainSelf () << std::endl;
return EXIT_FAILURE;
}
// parse index file, read buffer, select and copy to output file
for (size_t i = 0; i < indexFiles.size(); ++i)
{
// suck in the index file.
std::cout << "reading from index file " << argv[i+3] << std::endl;
std::istringstream in;
try
{
std::vector<char> lbuf(indexSizes[i]+1, '\0');
IOSize nn = indexFiles[i]->read(&lbuf[0], indexSizes[i]);
if (indexSizes[i] < 0 || static_cast<IOOffset>(nn) != indexSizes[i])
{
std::cerr << "error in reading from index file " << argv[i+3] << std::endl;
std::cerr << "asked for " << indexSizes[i] << " bytes, got " << nn << " bytes\n";
return EXIT_FAILURE;
}
in.str(&lbuf[0]);
}
catch (cms::Exception &e)
{
std::cerr << "error in reading from index file " << argv [i+3] << std::endl
<< e.explainSelf() << std::endl;
return EXIT_FAILURE;
}
catch (...)
{
std::cerr << "error in reading from index file " << argv [i+3] << std::endl;
return EXIT_FAILURE;
}
std::string line1;
std::getline(in, line1);
std::cout << "first line is '" << line1 << "'\n";
std::string::size_type pos = line1.find('=');
if (pos != std::string::npos)
pos = line1.find_first_not_of(' ',pos+1);
if (pos == std::string::npos)
{
std::cerr << "badly formed index file " << argv [i+3] << std::endl;
std::cerr << "first line is:\n" << line1 << std::endl;
return EXIT_FAILURE;
}
line1.erase(0,pos);
Storage *s = 0;
IOOffset size = 0;
try
{
std::cout << "input event file " << i << " is " << line1 << std::endl;
if (StorageFactory::get ()->check(line1, &size))
s = StorageFactory::get ()->open (line1, IOFlags::OpenRead);
else
{
std::cerr << "input file " << line1 << " does not exist\n";
return EXIT_FAILURE;
}
}
catch (cms::Exception &e)
{
std::cerr << "error in opening input file " << line1 << std::endl
<< e.explainSelf() << std::endl;
return EXIT_FAILURE;
}
catch (...)
{
std::cerr << "error in opening input file " << line1 << std::endl;
return EXIT_FAILURE;
}
std::vector<char> vbuf;
while (in)
{
int dataset = -1;
IOOffset bufLoc = -1;
IOSize bufSize = 0;
in >> dataset >> bufLoc >> bufSize;
if (dataset != datasetN)
continue;
std::cout << "copy buf at " << bufLoc << " of size " << bufSize << std::endl;
if (bufSize > vbuf.size())
vbuf.resize(bufSize);
char * buf = &vbuf[0];
try
{
s->position(bufLoc);
IOSize n = s->read (buf, bufSize);
totSize += n;
if (n != bufSize)
{
std::cerr << "error in reading from input file " << line1 << std::endl;
std::cerr << "asked for " << bufSize << " bytes, got " << n << " bytes\n";
return EXIT_FAILURE;
}
}
catch (cms::Exception &e)
{
std::cerr << "error in reading input file " << line1 << std::endl
<< e.explainSelf() << std::endl;
return EXIT_FAILURE;
}
catch (...)
{
std::cerr << "error in reading input file " << line1 << std::endl;
return EXIT_FAILURE;
}
try
{
outputFile->write(buf,bufSize);
}
catch (cms::Exception &e)
{
std::cerr << "error in writing output file " << outputURL << std::endl
<< e.explainSelf() << std::endl;
return EXIT_FAILURE;
}
catch (...)
{
std::cerr << "error in writing output file " << outputURL << std::endl;
return EXIT_FAILURE;
}
}
s->close();
delete s;
}
outputFile->close();
delete outputFile;
std::cout << "copied a total of " << totSize << " bytes" << std::endl;
std::cout << StorageAccount::summaryXML () << std::endl;
return EXIT_SUCCESS;
} catch(cms::Exception const& e) {
std::cerr << e.explainSelf() << std::endl;
return EXIT_FAILURE;
} catch(std::exception const& e) {
std::cerr << e.what() << std::endl;
return EXIT_FAILURE;
}
| [
"[email protected]"
] | |
3a4ad748de78673eb106482bb25c6bb4569207c5 | e000dfb2e1ddfe62598da937d2e0d40d6efff61b | /venusmmi/framework/ui_core/mvc/vfx_frame.h | 0d79e385ad81717b6aab76777164cb4db478515d | [] | no_license | npnet/KJX_K7 | 9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592 | 35dcd3de982792ae4d021e0e94ca6502d1ff876e | refs/heads/master | 2023-02-06T09:17:46.582670 | 2020-12-24T02:55:29 | 2020-12-24T02:55:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 42,983 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2008
*
* BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
* THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
* RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
* AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
* NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
* SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
* SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
* THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
* NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
* SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
* BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
*
* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
* LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
* RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
* THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/
/*******************************************************************************
* Filename:
* ---------
* vfx_frame.h
*
* Project:
* --------
* Venus UI Core
*
* Description:
* ------------
* Description
*
* Author:
* -------
* -------
*
*============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
* removed!
*
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#ifndef __VFX_FRAME_H__
#define __VFX_FRAME_H__
/*****************************************************************************
* Include
*****************************************************************************/
// For VfxObject
#include "vfx_animatable.h"
#include "vfx_datatype.h"
#include "vfx_cpp_base.h"
#include "vfx_class_info.h"
#include "vfx_basic_type.h"
#include "vfx_transform.h"
#include "vrt_canvas.h"
#include "vrt_datatype.h"
#include "vfx_signal.h"
#include "vfx_auto_animate.h"
#include "vfx_renderer.h"
#include "vfx_animation.h"
#include "vfx_object_list.h"
#include "vfx_input_event.h"
// For VfxFrameAlignerSideEnum, VfxFrameAlignerModeEnum
#include "vfx_frame_aligner.h"
/*****************************************************************************
* Define
*****************************************************************************/
// The VfxFrame registered name
#define VFX_FRAME_CLASS_NAME "Frame"
#define VFX_FRAME_MAX_WIDTH GDI_LAYER_MAX_WIDTH
#define VFX_FRAME_MAX_HEIGHT GDI_LAYER_MAX_HEIGHT
// The VfxFrame broadcast event
#define VFX_FRAME_BROADCAST_EVENT_BEFOR_ENTER (1 << 0)
#define VFX_FRAME_BROADCAST_EVENT_AFTER_ENTER (1 << 1)
#define VFX_FRAME_BROADCAST_EVENT_BEFORE_EXIT (1 << 2)
#define VFX_FRAME_BROADCAST_EVENT_AFTER_EXIT (1 << 3)
/*****************************************************************************
* Typedef
*****************************************************************************/
// Predefine Classes
class VfxImageSrc;
class VfxDrawContext;
class VfxBaseTimeline;
class VfxFrameFilter;
class VfxOwnerDraw;
class VfxFrame;
class VfxMaterial;
class VfxWorld;
// IME adjust mode
enum VfxFrameImeModeEnum
{
VFX_FRAME_IME_MODE_NONE, // Do not adjust while IME is active
VFX_FRAME_IME_MODE_SHIFT, // Shift the frame
VFX_FRAME_IME_MODE_RESIZE, // Resize the frame
VFX_FRAME_IME_MODE_CUSTOM, // Adjust the frame by yourself
VFX_FRAME_IME_MODE_END_OF_ENUM
};
// SEE ALSO: VFX_FRAME_NOTIFY_ID_BROADCAST
struct VfxFrameBroadcastData
{
VfxU32 eventId;
VfxFrame *sender;
void *eventData;
};
// SEE ALSO: VFX_FRAME_NOTIFY_ID_QUERY_FOCUS_CHANGE
struct VfxFrameQueryFocusChangeData
{
VfxFrame *childFrame;
VfxBool ret;
};
// SEE ALSO: VFX_FRAME_NOTIFY_ID_ADJUST_IME_SHIFT
struct VfxFrameAdjustImeShiftData
{
VfxPoint pos;
VfxFrame *focusFrame;
};
// SEE ALSO: VFX_FRAME_NOTIFY_ID_ADJUST_IME_RESIZE
struct VfxFrameAdjustImeResizeData
{
VfxSize size;
VfxFrame *focusFrame;
};
// SEE ALSO: VFX_FRAME_NOTIFY_ID_UPDATE_VIEW_FOR_IME
struct VfxFrameUpdateViewForImeData
{
VfxFrame *focusFrame;
VfxBool ret;
};
/*****************************************************************************
* Class VfxFrame
*****************************************************************************/
class VfxFrameAlignStruct : public VfxBase
{
public:
VfxFrameAlignerModeEnum modeLeft; // mode for left side
VfxFrameAlignerModeEnum modeTop; // mode for top side
VfxFrameAlignerModeEnum modeRight; // mode for right side
VfxFrameAlignerModeEnum modeBottom; // mode for bottom side
};
/*
* VfxFrame is the base unit of scene graph.
*/
class VfxFrame : public VfxAnimatable
{
VFX_DECLARE_CLASS(VfxFrame);
// Constructor / Destructor
public:
// Default constructor
VfxFrame();
// Destructor
virtual ~VfxFrame();
// Animatable property
public:
// The frame position in it's parent frame coordinate system. Animatable.
//
// NOTE: The default value is (0, 0).
const VfxPoint &getPos() const;
// The z-position of the frame. Animatable.
//
// NOTE: The default value is 0.0.
VfxFloat getPosZ() const;
// The bounds rectangle of the frame. Animatable.
//
// NOTE: The defualt value is (0, 0, 0, 0).
virtual const VfxRect &getBounds() const;
// The Anchor point of the bounds rectangle. Animatable.
//
// NOTE: The default value is (0, 0).
const VfxFPoint &getAnchor() const;
// The background color of the frame. Animatable.
//
// NOTE: The default value is VFX_COLOR_TRANSPARENT.
const VfxColor &getBgColor() const;
// The opacity of the frmae. Animatable.
//
// NOTE: The defualt value is 1.0.
VfxFloat getOpacity() const;
// The trasform of the frame, relative to the anchor point. Animatable.
//
// NOTE: The default value is a identy transfrom.
const VfxTransform &getTransform() const;
// The color of frame border. Animatable.
//
// NOTE: The default value is VFX_COLOR_WHITE.
virtual const VfxColor &getBorderColor() const;
// The width of frame border. Animatable.
//
// NOTE: The border is drawn inside from the frame bounds.
// The default value is 0.
VfxS32 getBorderWidth() const;
// The image that provides the frame content.
//
// NOTE: The default value is NULL Image Source.
const VfxImageSrc &getImgContent() const;
// The image content placement rule in the frame bounds.
//
// NOTE: The default value is VFX_FRAME_CONTENT_PLACEMENT_TYPE_CENTER.
VfxFrameContentPlacementTypeEnum getContentPlacement() const;
// The filter apply to the frame.
//
// NOTE: The default value is NULL.
VfxFrameFilter *getFilter() const;
// The owner draw apply to the frame.
//
// NOTE: The default value is NULL.
VfxOwnerDraw *getOwnerDraw() const;
// The filter timing. Animatable.
//
// NOTE: The default value is 0.0.
VfxFloat getFilterTiming() const;
// The FPE user property 0. Animatable.
//
// NOTE: The default value is 0.0.
VfxFloat getFpeUser0() const;
// Whether the frame is hidden.
//
// NOTE: The default value is VFX_FALSE.
VfxBool getHidden() const;
// Whether the frame is unhittable
//
// NOTE: The default value is VFX_FALSE.
VfxBool getIsUnhittable() const;
// A hint marking that the frame has no alpha channel
//
// NOTE: The default value is VFX_FALSE.
virtual VfxBool getIsOpaque() const;
// A hint marking that the frame rendering quality.
//
// NOTE: The hint is applied when the transform is not identity.
// The default value is VFX_FALSE.
VfxRenderQualityEnum getQuality() const;
// A hint marking that the frame could be cached.
//
// NOTE: The default value is VFX_FALSE.
VfxBool getIsCached() const;
// A hint marking that the frame cache mode.
//
// NOTE: The default value is VFX_CACHE_MODE_AUTO.
VfxCacheModeEnum getCacheMode() const;
// The opaque mode of the frame.
//
// SEE ALSO: VfxFrameOpaqueModeEnum
VfxFrameOpaqueModeEnum getOpaqueMode() const;
// The culling type of the frame.
//
// SEE ALSO: VfxFrameCullingTypeEnum
VfxFrameCullingTypeEnum getCullingType() const;
// Whether the frame sort child frames by z-position.
//
// NOTE: The default value is VFX_FALSE.
VfxBool getIsZSortChild() const;
// The hints of the frame.
//
// SEE ALSO: VfxFrameCullingTypeEnum
VfxFrameHintsEnum getHints() const;
// Set frame position.
virtual void setPos(const VfxPoint &value);
// Set frame z order.
virtual void setPosZ(VfxFloat value);
// Set frame bounds.
virtual void setBounds(const VfxRect &value);
// Set frame anchor.
void setAnchor(const VfxFPoint &value);
// Set background color of the frame.
virtual void setBgColor(const VfxColor &value);
// Set opacity of the frame. Opacity value is from 0 to 1.0.
virtual void setOpacity(VfxFloat value);
// Set frame transform.
virtual void setTransform(const VfxTransform &value);
// Set color of frame border.
virtual void setBorderColor(const VfxColor &value);
// Set width of frame border.
void setBorderWidth(VfxS32 value);
// Set image source of frame.
virtual void setImgContent(const VfxImageSrc &value);
// Set placement of frame content.
void setContentPlacement(
VfxFrameContentPlacementTypeEnum value // [IN] Content placement.
);
// Set frame filter.
virtual void setFilter(
VfxFrameFilter *value // [IN] Frame filter object.
);
// Set owner draw.
void setOwnerDraw(
VfxOwnerDraw *value // [IN] Owner draw object.
);
// Set filter timing.
//
// SEE ALSO: VfxFrameFilter::onProcess
void setFilterTiming(VfxFloat value);
// Set FPE user property 0
void setFpeUser0(VfxFloat value);
// Set frame visibility.
virtual void setHidden(VfxBool value);
// Set frame to be hittable or not.
virtual void setIsUnhittable(VfxBool value);
// Set frame to opaque so that VRT can optimize more.
void setIsOpaque(VfxBool value);
// Set frame quality.
void setQuality(
VfxRenderQualityEnum value // [IN] Frame quality type.
);
// Enable frame cache or not.
void setIsCached(VfxBool value);
// Set cache mode.
void setCacheMode(VfxCacheModeEnum value);
// Set opaque mode.
void setOpaqueMode(
VfxFrameOpaqueModeEnum value // [IN] Frame opaque mode.
);
// Set culling mode.
void setCullingType(
VfxFrameCullingTypeEnum value // [IN] Frame culling mode.
);
// Set whether sort children frame by z order.
void setIsZSortChild(VfxBool value);
// Set hints
void setHints(
VfxFrameHintsEnum value // [IN] Frame hints
);
// Set hints helper function
void setHintFlag(
VfxFrameHintsEnum flags // [IN] Frame hint flags to set (can be more than one)
);
// Clear hints helper function
void clearHintFlag(
VfxFrameHintsEnum flags // [IN] Frame hint flags to clear (can be more than one)
);
// Set fallback image resource id
void setFallbackImage(VfxResId resId);
// Return the fallback image resource id.
//
// RETURNS: The fallback image resource id. Return 0 if the frame has no fallback image.
VfxResId getFallbackImage() const;
// Misc property
public:
// A hint marking that the frame has animation content
//
// NOTE: The default value is VFX_FALSE.
virtual VfxBool getHasAnimateImage() const;
// VRT method
public:
// Create the frame handle and setup the frame property.
virtual void processCreateHandle();
// Release the frame handle.
virtual void processReleaseHandle();
// Frame parent-child hierarchy method
public:
// Return the parent frame.
//
// RETURNS: The parent frame. Return NULL if the frame has no parent frame.
VfxFrame *getParentFrame() const;
// Return the first child frame.
//
// RETURNS: The first child frame. Return NULL if the frame has no child frame.
VfxFrame *getFirstChildFrame() const;
// Return the last child frame.
//
// RETURNS: The last child frame. Return NULL if the frame has no child frame.
VfxFrame *getLastChildFrame() const;
// Return the next frame.
//
// RETURNS: The next frame. Return NULL if the frame has no next frame.
VfxFrame *getNextFrame() const;
// Return the previois frame.
//
// RETURNS: The previois frame. Return NULL if the frame has no previois frame.
VfxFrame *getPrevFrame() const;
// Return the focus child frame.
//
// RETURNS: The focused child frame. Return NULL if the frame has no focused child frame.
VfxFrame *getFocusChildFrame() const;
// add a child frame into the frame
void addChildFrame(
VfxFrame *newFrame // [IN] The frame to add
);
// Remove the frame from it's parent frame
void removeFromParentFrame();
// Insert a frame after a child frame
void insertChildFrameAfter(
VfxFrame *childFrame, // [IN] The child frame to add
VfxFrame *newFrame // [IN] The frame to insert
);
// Insert a frame bofore a child frame
void insertChildFrameBefore(
VfxFrame *childFrame, // [IN] The child frame to add
VfxFrame *newFrame // [IN] The frame to insert
);
// Replace a child frame with a given frame
void replaceChildFrameWith(
VfxFrame *oldFrame, // [IN] The child frame to be replace
VfxFrame *newFrame // [IN] The frame to replace
);
// Change the frame to the last one of parent's child frame.
void bringToFront();
// Change the frame to the first one of parent's child frame.
void sendToBack();
// Input method
protected:
// Set the frame is focused
virtual void setFocused(
VfxBool value // [IN] VFX_TRUE means this frame will get focus
);
// Check focus state of this frame
VfxBool getFocused();
// Check if the focus can be changed to the specified child frame
VfxBool queryFocusChange(VfxFrame *childFrame);
// Make no child is focused
void resetFocusChild();
// Override to handle the key input event.
// This function will be called when your frame is focused or
// the frame register access key handler.
//
// NOTE: The default behavior is doing nothing and return VFX_FALSE.
//
// RETURNS: Return VFX_TRUE if the event has been handled.
// Otherwise return VFX_FALSE.
//
// SEE ALSO: VfxKeyEvent
virtual VfxBool onKeyInput(
VfxKeyEvent &event // [IN] The key event to be handled
);
public:
// Routing the key event to focus child.
// RETURNS: VFX_TRUE means the control has processed this key and don't need to route
virtual VfxBool processFocusKey(VfxKeyEvent &event);
// Routing the access key event.
// RETURNS: VFX_TRUE means the control has processed this key and don't need to route
virtual VfxBool processAccessKey(VfxKeyEvent &event);
// Hit testing method
public:
// Returns the frame contains the specified point, including this frame.
// RETURNS:
// The frame that is located at the given position.
VfxFrame *hitTest(
const VfxPoint &point, // [IN] The point in the coordinate of the frame
const VfxBool transform = VFX_FALSE // [IN] Support transform or not
) const;
// Test if the frame contains the specified point
// RETURNS:
// Return VFX_TRUE if the clip bound of the frame contains the point
VfxBool containPoint(
const VfxPoint &point, // [IN] The point in the coordinate of the frame
const VfxBool isFuzzy = VFX_FALSE // [IN] Fuzzy test or not
) const;
// Set if this frame has fuzzy area
void setFuzzy(VfxBool value);
// Frame geometry method
public:
// Set the frame position in it's parent frame coordinate system.
void setPos(
VfxS32 x, // [IN] The x coordinate to set
VfxS32 y // [IN] The y coordinate to set
)
{
setPos(VfxPoint(x, y));
}
// Set the bounds rectangle of the frame
void setBounds(
VfxS32 x, // [IN] The x coordinate to set
VfxS32 y, // [IN] The y coordinate to set
VfxS32 width, // [IN] The width to set
VfxS32 height // [IN] The height to set
)
{
setBounds(VfxRect(x, y, width, height));
}
// Set the Anchor point of the bounds rectangle.
void setAnchor(
VfxFloat x, // [IN] The x coordinate to set
VfxFloat y // [IN] The y coordinate to set
)
{
setAnchor(VfxFPoint(x, y));
}
// Return the frame bounds size
//
// RETURNS: The frame bounds size
const VfxSize &getSize() const
{
return getBounds().size;
}
// Set the frame bounds size
void setSize(
const VfxSize &value // [IN] The size to set
)
{
setBounds(VfxRect(getBounds().origin, value));
}
// Set the frame bounds size
void setSize(
VfxS32 width, // [IN] The width to set
VfxS32 height // [IN] The height to set
)
{
setSize(VfxSize(width, height));
}
// Return the frame coverage rectangle in its parent frame coordinate system.
//
// RETURNS: The frame coverage rectangle.
VfxRect getRect() const;
// Set the frame coverage rectangle in its parent frame coordinate system.
void setRect(
const VfxRect &rect // [IN] The rectangle to set
);
// Set the frame coverage rectangle in its parent frame coordinate system
void setRect(
VfxS32 x, // [IN] The x coordinate to set
VfxS32 y, // [IN] The y coordinate to set
VfxS32 width, // [IN] The width to set
VfxS32 height // [IN] The height to set
)
{
setRect(VfxRect(x, y, width, height));
}
#ifdef __VENUS_3D_UI_ENGINE__
// Return the 3D material of the frame
VfxMaterial *getMaterial() const
{
return m_material.get();
}
// Set the frame 3D material
void setMaterial(VfxMaterial *material);
// Return the 3D world ptr of the frame
VfxWorld *getWorld() const
{
return m_world.get();
}
// Set the frame 3D world
void setWorld(VfxWorld *world);
#endif
// Helper method
public:
// Set color and width of the frame border.
void setBorder(
const VfxColor &borderColor, // [IN] The border color to set
VfxS32 borderWidth = 1 // [IN] The border width to set
)
{
setBorderColor(borderColor);
setBorderWidth(borderWidth);
}
// Coordinate convert method
public:
// Convert the given point from a given frame coordinate system to this frame
// coordinate system.
//
// NOTE: The given frame and this frame must have a same parent frame.
//
// RETURNS: The point converted to this frame coordinate system
//
// SEE ALSO: convertPointTo
VfxPoint convertPointFrom(
const VfxPoint &point, // [IN] A point in the coordinate system of given frame
const VfxFrame *frame, // [IN] The frame that the given point be converted from
const VfxBool transform = VFX_FALSE // [IN] Support transform or not
) const;
// Convert the given point from a this frame coordinate system to the given frame
// coordinate system.
//
// NOTE: The given frame and this frame must have a same parent frame.
//
// RETURNS: The point converted to the given frame coordinate system
//
// SEE ALSO: convertPointFrom
VfxPoint convertPointTo(
const VfxPoint &point, // [IN] A point in the coordinate system of this frame
const VfxFrame *frame, // [IN] The frame that the given point be converted to
const VfxBool transform = VFX_FALSE // [IN] Support transform or not
) const;
// Convert the given rectangle from a given frame coordinate system to this frame
// coordinate system.
//
// NOTE: The given frame and this frame must have a same parent frame.
//
// RETURNS: The rectangle converted to this frame coordinate system
//
// SEE ALSO: convertRectTo
VfxRect convertRectFrom(
const VfxRect &rect, // [IN] A rectangle in the coordinate system of given frame
const VfxFrame *frame // [IN] The frame that the given rectangle be converted from
) const;
// Convert the given rectangle from a this frame coordinate system to the given frame
// coordinate system.
//
// NOTE: The given frame and this frame must have a same parent frame.
//
// RETURNS: The rectangle converted to the given frame coordinate system
//
// SEE ALSO: convertRectFrom
VfxRect convertRectTo(
const VfxRect &rect, // [IN] A rectangle in the coordinate system of this frame
const VfxFrame *frame // [IN] The frame that the given rectangle be converted to
) const;
// Updating display method
public:
// Mark that the frame needs redraw in next committing.
//
// SEE ALSO: onDraw
void invalidate();
// Mark that the frame's content is dirty without triggering onDraw in next committing.
void setContentDirty();
// Try to precache this frame
void preCache();
// Try to precache all child frames
void preCacheChildren();
// ***Experimental method
public:
// Force VRT to update frame position immediately.
void forcePos(
const VfxPoint &pos // [IN] Frame position.
);
// Force VRT to update frame image content immediately.
// Only support image source type is image buffer.
void forceImgContent(
const VfxImageSrc &value // [IN] New image content
);
// Force to get VRT frame position immediately.
VfxPoint forceGetPos() const;
// Force to get VRT frame bounds immediately.
VfxRect forceGetBounds() const;
// Force to get VRT frame opacity immediately.
VfxFloat forceGetOpacity() const;
// Force to get VRT frame anchor immediately.
VfxFPoint forceGetAnchor() const;
// Force to get VRT frame transform immediately.
VfxTransform forceGetTransform() const;
// Force to get VRT frame bg color immediately.
VfxColor forceGetBgColor() const;
// Force to get VRT frame border color immediately.
VfxColor forceGetBorderColor() const;
// Force to get VRT frame border width immediately.
VfxS32 forceGetBorderWidth() const;
// Force to get VRT frame filter timing immediately.
VfxFloat forceGetFilterTiming() const;
// Force to get VRT FPE user property immediately.
VfxFloat forceGetFpeUser0() const;
// Set property effect.
void setPropertyEffectCallback(
VfxFrame *watchFrame, // [IN] Watched frame.
vrt_frame_property_effect_funcptr_type callback, // [IN] Callback funtion to update frame property.
void *userData, // [IN] User data.
VfxU32 userDataSize, // [IN] Size of user data.
vrt_frame_property_effect_trigger_type_enum trigger_type = VRT_FPE_TRIGGER_TYPE_DIRTY); // [IN] Type of triggering callback function
// Get the user data pointer of frame property effect callback
//
// NOTE: The return data pointer may not same as the setting one
void *getPropertyEffectCallbackUserDataPtr() const;
// Get the data size of frame property effect callback
VfxU32 getPropertyEffectCallbackUserDataSize() const;
// Set property monitor.
void setPropertyMonitorCallback(
vrt_frame_property_monitor_funcptr_type callback, // [IN] Callback funtion to update frame property.
void *userData, // [IN] User data.
VfxU32 userDataSize); // [IN] Size of user data.
// Get the user data pointer of frame property monitor callback
//
// NOTE: The return data pointer may not same as the setting one
void *getPropertyMonitorCallbackUserDataPtr() const;
// Get the data size of frame property monitor callback
VfxU32 getPropertyMonitorCallbackUserDataSize() const;
// Alignment method
public:
// Set alignment information
void setAlignParent(
VfxFrameAlignerSideEnum side, // side
VfxFrameAlignerModeEnum mode // mode
);
// Set alignment information
void setAlignParent(
VfxFrameAlignerModeEnum modeLeft, // mode for left side
VfxFrameAlignerModeEnum modeTop, // mode for top side
VfxFrameAlignerModeEnum modeRight, // mode for right side
VfxFrameAlignerModeEnum modeBottom // mode for bottom side
);
// Set alignment information at once
void setAlignParentEx(
const VfxFrameAlignStruct& modes // mode for 4 sides
);
// Reset alignment information
void resetAlignParent();
// Adjust position or size to align parent
void alignParent();
// Get aligner
VfxFrameAligner* getAligner() const;
// For framework method
public:
// Create all handle for this frame, includeing child frames
VfxBool prepareHandle();
// Free all handle for this frame, including child frames
void disposeHandle();
// Update the content of the frame
void processDraw(VfxDrawContext &dc);
VfxBool hasChildDirty();
VfxBool isNeedUpdate();
void clearHasChildDirtyFlag()
{
VFX_FLAG_CLEAR(m_flags, FLAGS_HAS_CHILD_DIRTY);
}
void clearNeedUpdate()
{
VFX_FLAG_CLEAR(m_flags, FLAGS_CONTENT_DIRTY | FLAGS_NEED_UPDATE_CMDS);
}
// Signal
public:
VfxSignal2 <VfxFrame *, const VfxRect &> m_signalBoundsChanged; // Siganl for bounds changed.
// Overridable
protected:
// Experimental virtual function.
// Override to handle the parent frame has been changed
//
// origParentFrame is NULL if there is no original parent frame.
// Default behavior is doing nothing
void onParentFrameChanged(
VfxFrame *origParentFrame // The original parent frame
);
// Overrde to provide the content of the frame.
virtual void onDraw(
VfxDrawContext &dc // The draw context to draw in
);
// Test if the frame contains the specified point
// RETURNS:
// Return VFX_TRUE if the clip bound of the frame contains the point
virtual VfxBool onContainPoint(
const VfxPoint &point // [IN] the point in the coordinate of the frame
) const;
// Test if the frame or fuzzy region of the frame contains the specified point
// RETURNS:
// Return VFX_TRUE if the clip bound of the frame contains the point
virtual VfxBool onContainPointFuzzy(
const VfxPoint &point // [IN] the point in the coordinate of the frame
) const;
// Overridable: for IME layout
public:
// Get the IME adjust mode
// RETURNS: Return the enum of IME adjust mode
VfxFrameImeModeEnum getImeMode() {return VFX_FRAME_IME_MODE_NONE;}
// IME layout: adjust function for VFX_FRAME_IME_MODE_SHIFT
void adjustImeShift(
const VfxPoint &pos, // [IN] suggested position of this frame
VfxFrame *focusFrame // [IN] editor frame which launches IME
)
{
VFX_UNUSED(focusFrame);
setPos(pos);
}
// IME layout: adjust function for VFX_FRAME_IME_MODE_RESIZE
void adjustImeResize(
const VfxSize &size, // [IN] suggested size of this frame
VfxFrame *focusFrame // [IN] editor frame which launches IME
)
{
VFX_UNUSED(focusFrame);
setSize(size);
}
// IME layou: update viewport if necessary after adjustImeResize
// RETURNS: whether to update view port, if true, it will not rount to child frames
VfxBool updateViewForIme(
VfxFrame *focusFrame // [IN] editor frame which launches IME
)
{
return VFX_FALSE;
}
// Framework method
public:
VfxFrameImeModeEnum processGetImeMode();
// IME layout: adjust function for VFX_FRAME_IME_MODE_SHIFT
void processAdjustImeShift(
const VfxPoint &pos, // [IN] suggested position of this frame
VfxFrame *focusFrame // [IN] editor frame which launches IME
);
// IME layout: adjust function for VFX_FRAME_IME_MODE_RESIZE
void processAdjustImeResize(
const VfxSize &size, // [IN] suggested size of this frame
VfxFrame *focusFrame // [IN] editor frame which launches IME
);
// IME layou: update viewport if necessary after adjustImeResize
// RETURNS: whether to update view port, if true, it will not rount to child frames
VfxBool processUpdateViewForIme(
VfxFrame *focusFrame // [IN] editor frame which launches IME
);
// Framework method
protected:
// Register which frame borad events the frame want
void registerBroadcastEvent(VfxFlag events);
// Fire frame a broadcast event
void broadcastEvent(VfxU32 eventId, void *eventData = NULL);
// Override
protected:
virtual void onInit();
virtual void onDeinit();
void onBeforeDeinit();
void onAfterDeinit();
void onAddChild(VfxObject *objChild);
void onRemoveChild(VfxObject *objChild);
virtual void onObjectNotify(VfxId eventId, void *userData);
// Notifies that the focus of frame is changed.
void onFocusChanged(
VfxBool focused // Frame is focused or not after changing focus.
);
// Implementation
private:
friend class VfxAutoAnimate;
friend class VfxRenderer;
friend class VfxBaseTimeline;
friend class VfxTopLevel;
enum
{
// The frame content is invalidate and need to redraw
FLAGS_CONTENT_DIRTY = 1 << 0,
// The frame is hidden
FLAGS_HIDDEN = 1 << 1,
// The frame is not hittable (always return false on containPoint())
FLAGS_UNHITTABLE = 1 << 2,
// Cache hint
FLAGS_CACHED = 1 << 3,
// Enable sorting children by Z position.
FLAGS_Z_SORT_CHILD = 1 << 4,
// The frame need fuzzy hit test
FLAGS_FUZZY = 1 << 5,
// The frame has fuzzy child frame
FLAGS_CHILD_FUZZY = 1 << 6,
// The frame need to prepare handle in next commit
FLAGS_NEED_PREPARE = 1 << 7,
// Performance optimize for VfxFrame::getAligner()
FLAGS_HAS_ALIGNER = 1 << 8,
// Performance optimize for VfxFrame::getFilter()
FLAGS_HAS_OWNER_DRAW = 1 << 9,
// Performance optimize for VfxFrame::getOwnerDraw()
FLAGS_HAS_FILTER = 1 << 10,
// Performance optimize for VfxFrame::getContentPlacement()
FLAGS_HAS_CONTENT_PLACEMENT = 1 << 11,
// The frame has fallback image id
FLAGS_HAS_FALLBACK_IMAGE = 1 << 12,
// The parent frame is changed
FLAGS_HAS_PARENT_CHANGED = 1 << 13,
//has a Child dirty
FLAGS_HAS_CHILD_DIRTY = 1 << 14,
FLAGS_NEED_UPDATE_CMDS = 1 << 15,
FLAGS_UPDATE_ALWAYS = 1 << 16
};
// (Member data order is optimized for commiting)
// Flags to save frame status.
VfxFlag m_flags;
// Frame tree relation data
VfxFrame *m_nextFrame; // Next frame.
VfxFrame *m_firstChildFrame; // First child frame.
VfxImageSrc m_imgContent; // Image content
VfxU32 m_imgContentCommandIndex;
VfxU32 m_imgContentCommitCounter;
VfxFrame *m_prevFrame; // Previous frame.
VfxFrame *m_lastChildFrame; // Last child frame.
VfxFrame *m_parentFrame; // Parent frame.
VfxU32 m_lastParentFrameNum; // The frame is the last parent frame after parent changed
// Implementation
protected:
// Property
VfxPoint m_pos; // Position.
//VfxFloat m_posZ; // Z position.
VfxRect m_bounds; // Bounds.
VfxFPoint m_anchor; // Anchor.
//VfxColor m_bgColor; // Background color.
//VfxFloat m_opacity; // Opacity.
//VfxTransform m_transform; // Transform.
//VfxColor m_borderColor; // Border color.
//VfxS32 m_borderWidth; // Border width.
// TODO: VfxImage ready phase-out, replace by VfxImageSrc
//VfxImage *m_content; // Image content.
//VfxFrameFilter *m_filter; // Filter effect.
//VfxFloat m_filterTiming; // Timing parameter for frame filter.
//VfxFloat m_fpeUser0; // FPE user property 0
//VfxOwnerDraw *m_ownerDraw; // Owner draw.
#ifdef __VENUS_3D_UI_ENGINE__
VfxWeakPtr<VfxMaterial> m_material; // Material
VfxWeakPtr<VfxWorld> m_world; // World
#endif
//VfxFrameContentPlacementTypeEnum m_contentPlacement; // Content placement.
//VfxRenderQualityEnum m_quality; // Sampling quality.
//VfxCacheModeEnum m_cacheMode; // Cache mode.
//VfxFrameOpaqueModeEnum m_opaqueMode; // Opaque mode.
//VfxFrameCullingTypeEnum m_cullingType; // Culling mode.
//VfxFrameHintsEnum m_frameHints; // Frame hints.
//VfxFrame *m_propertyEffectWatchFrame; // Wached frame used in frame property effect.
//vrt_frame_property_effect_callback_struct *m_propertyEffectCallback; // Frame property callback function.
//VfxFrameAligner *m_aligner; // Frame aligner.
//VfxU32 m_layerHandle; // layer handle
void setLayerHandle(VfxU32 value);
VfxU32 getLayerHandle() const;
// Implementation
private:
// For null parent list of VfxRenderer
VfxObjListEntry *m_nullParentListEntry;
// Return VFX_TRUE if the frame is not in the scene
VfxBool isNullParent() const
{
return m_nullParentListEntry != NULL;
}
// Remove the parent frame, and return the original parent frame.
// If there is no original parent frame, it will do nothing and return NULL.
VfxFrame *processRemoveFromParentFrame();
// Process all needed handling on parent frame changed.
// Include onParentFrameChanged callback.
void processParentFrameChanged(VfxFrame *origParentFrame);
// Set current frame Need Prepare flag and Parent Frame Child Need Prepare Flag.
void setNeedPrepare();
// Mark the frame content is dirty and need to redraw.
void setDirty();
void clearChildFrames();
void markNeedUpdateCmds();
void convertPointFromParent(VfxPoint &point, VfxBool transform = VFX_FALSE) const;
void convertPointToParent(VfxPoint &point, VfxBool transform = VFX_FALSE) const;
void convertRectFromParent(VfxRect &rect) const;
void convertRectToParent(VfxRect &rect) const;
// Focus
VfxFrame *m_focusChildFrame;
VfxBool setFocusHelper(VfxFrame* focusChild);
// Reset property value to VRT
virtual void resetProperty(vrt_object_property_id_enum propertyId);
// Helper functions for hit test
VfxFrame* hitTestHelper1(const VfxPoint &point, const VfxRect &rect, const VfxBool transform = VFX_FALSE) const;
VfxFrame* hitTestHelper2(const VfxPoint &point, const VfxRect &rect, const VfxBool isFuzzy, const VfxBool transform = VFX_FALSE) const;
void processOnFocusChanged(VfxBool focused);
private:
typedef struct
{
VfxFrame *frame;
vrt_frame_property_effect_callback_struct *callback;
} propEffectCallback;
propEffectCallback &getPropertyEffectCallback(void) const;
typedef struct
{
vrt_frame_property_monitor_callback_struct *callback;
} propMonitorCallback;
propMonitorCallback &getPropertyMonitorCallback(void) const;
private:
/*
* Boradcast support
*/
// The filter of the frame needed broadcast events
VfxFlag m_needBroadcastEvents;
// The filter of child frames needed broadcast events
VfxFlag m_childBroadcastEvents;
// Update broadcast events to this frame and all parent frames
void infectBroadcastEvent(VfxFlag infectEvents);
void processBroadcastEvent(VfxFrameBroadcastData ¶m);
};
inline
VfxFrame *VfxFrame::getParentFrame() const
{
return m_parentFrame;
}
inline
VfxFrame *VfxFrame::getFirstChildFrame() const
{
return m_firstChildFrame;
}
inline
VfxFrame *VfxFrame::getLastChildFrame() const
{
return m_lastChildFrame;
}
inline
VfxFrame *VfxFrame::getNextFrame() const
{
return m_nextFrame;
}
inline
VfxFrame *VfxFrame::getPrevFrame() const
{
return m_prevFrame;
}
inline
VfxFrame *VfxFrame::getFocusChildFrame() const
{
return m_focusChildFrame;
}
inline
VfxBool VfxFrame::getHidden() const
{
return VFX_FLAG_HAS(m_flags, FLAGS_HIDDEN);
}
inline
const VfxImageSrc &VfxFrame::getImgContent() const
{
return m_imgContent;
}
inline
void VfxFrame::invalidate()
{
setDirty();
}
// Weak Pointer to VfxFrame
typedef VfxWeakPtr <VfxFrame> VfxFrameWeakPtr;
#endif /* __VFX_FRAME_H__ */
| [
"[email protected]"
] | |
4351a956f19ee3df0c4666da9022333a42e35407 | ab0732842f1b634cf83dbb23ea45e1613edf44df | /cpp/17_LetterCombinationsofaPhoneNumber.cpp | c6b8b52306e95ca223be715f1dcd66ae1a02e88f | [] | no_license | xiangyihong/leetcode | a97a87bde2f84c2afb55ad526c49d020b4ad91ea | 4d1b49e7788b778a445d88a90bb0ec4d35e75b11 | refs/heads/master | 2021-01-09T21:51:04.207357 | 2017-10-04T17:05:35 | 2017-10-04T17:05:35 | 49,197,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,417 | cpp | #include <string>
#include <vector>
#include <map>
class Solution {
public:
std::vector<std::string> letterCombinations(std::string& digits)
{
std::vector<std::string> result;
if (digits.size() == 0)
return result;
for (int i = 0; i < digits.size(); ++i)
{
if (!IsValidDigit(digits[i]))
return result;
}
std::string current_combination(digits.size(), '\0');
GetCombination(digits, 0, current_combination, result);
return result;
}
void GetCombination(std::string& digits, int index, std::string& current_combination, std::vector<std::string>& result)
{
if (index >= digits.size())
return;
const std::string& letters = GetMappedLetters(digits[index]);
for (int i = 0; i < letters.size(); ++i)
{
current_combination[index] = letters[i];
if (index == (digits.size() - 1))
{
result.push_back(current_combination);
}
else
{
GetCombination(digits, index + 1, current_combination, result);
}
}
}
bool IsValidDigit(char c) const
{
return c >= '2' && c <= '9';
}
const std::string& GetMappedLetters(char digit) const
{
static std::map<char, std::string> DigitToLetters =
{
{'2', "abc"},
{'3', "def"},
{'4', "ghi"},
{'5', "jkl"},
{'6', "mno"},
{'7', "pqrs"},
{'8', "tuv"},
{'9', "wxyz"}
};
auto it = DigitToLetters.find(digit);
if (it == DigitToLetters.end())
return "";
return it->second;
}
};
| [
"[email protected]"
] | |
1ce2ecce3a0c9e1a326925e554fcac9862ef49de | 24561737b227ea9f87731655bd8a93e5f70deea6 | /lab3/generate_steiner_file.cpp | 5e01efc0355da69c5fe6aec408cccb638174d315 | [] | no_license | gabrielhidasy/mc658 | c0fbb797284a90deb34f3ee0ff334ad1da0b4a23 | 6f700629c16f5efa770c2a5dcaca22f594ed5a12 | refs/heads/master | 2021-01-18T16:16:27.931364 | 2015-11-02T00:36:14 | 2015-11-02T00:36:14 | 44,824,091 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 1,760 | cpp | // Project and Analysis of Algorithms
// Flávio Keidi Miyazawa
// Problems with connectivity: Minimum Cost Steiner Tree
#include <lemon/list_graph.h>
#include "mygraphlib.h"
#include <string>
#include <lemon/concepts/digraph.h>
#include <lemon/preflow.h>
using namespace lemon;
int main(int argc, char *argv[])
{
int i,nt,n;
Digraph g; // graph declaration
string graph_filename, terminals_filename;
DiNodeName vname(g); // name of graph nodes
Digraph::NodeMap<double> px(g),py(g); // xy-coodinates for each node
Digraph::NodeMap<int> vcolor(g);// color of nodes
Digraph::ArcMap<int> ecolor(g); // color of edges
ArcWeight weight(g); // edge weights
srand48(1);
if (argc!=3) {
cout<<"Usage: "<< argv[0]<<" <steiner_filename> <number_of_random_terminals>"<<endl;
exit(0);}
graph_filename = argv[1];
stringstream(argv[2]) >> nt; // number of terminals
// Generate a random euclidean graph with n=500 points in the region [0,100)x[0,100)
// GenerateTriangulatedListDigraph(g,vname,px,py,weight,500,100,100);
// GenerateRandomEuclideanListDigraph(g,vname,px,py,weight,n,100,100);
ReadListDigraph(graph_filename,g,vname,weight,px,py,1);
n = countNodes(g) ;
vector <DiNode> V; // Node V[0] is the root. Nodes V[1], ... , V[nterminals-1] are the destination
i=0;
for (DiNodeIt v(g); v!=INVALID; ++v) V.push_back(v); // put all nodes of g in V
// Perform a permutation on the nodes. The first nt nodes are the terminals.
for (i=0;i<n;i++) {
DiNode aux;
int j = (int)( n* drand48() );
aux = V[j];
V[j] = V[i];
V[i] = aux;
}
cout << graph_filename << " " << nt << "\n"; // graphfilename number_of_terminals
for (i=0;i<nt;i++) cout << vname[V[i]] << "\n";
return 0;
}
| [
"[email protected]"
] | |
5b5d500d986b2ad250731c696bc1254b073637c1 | 2613b589d9fca6af07bd3d2675a906f052627fa0 | /BufferParser/ARGB8888BufParser.h | 8a3a1681ee3f6ee1e5634396b63fa19d6e98aef8 | [] | no_license | yin8086/GameImageConverter | 8e6edb3f7aa21ac10be644ce7f9eeb5ed5d10688 | 7d98ac6a9a7b9a3b9ced12796b257bfab07088fd | refs/heads/master | 2021-01-23T13:18:39.413498 | 2014-05-28T03:35:12 | 2014-05-28T03:35:12 | 10,581,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | h | #ifndef ARGB8888BUFPARSER_H
#define ARGB8888BUFPARSER_H
#include "BufferParser.h"
class ARGB8888BufParser: public AbstractBufferParser {
public:
QString parse(const uint8_t *pSrc,
uint8_t *pDst,
int width,
int height);
void invParse(const uint8_t *pSrc,
uint8_t *&rpDst,
int width,
int height);
};
#endif // ARGB8888BUFPARSER_H
| [
"[email protected]"
] | |
0c2810cd3d9b7d6e41facb790b4dae199977ff2d | d6b2dd2aa6c951cce83fc894e7f78b4ca0dd9893 | /ProjectSeycodeAndroid/build/Android/Release/SeyCode/app/src/main/include/Fuse.Triggers.WhilePaused.h | 9c60a815b5d3e0139a4d8ccd382a0097a1f3f04d | [] | no_license | seycode/projectSeycode | 2e1ce90cb3e7c6ea322fa36f649b4b3906b32db3 | e1ebf63966ace40afa8736cc0aa37b18117774dc | refs/heads/master | 2021-01-11T02:49:33.975116 | 2016-12-13T16:08:45 | 2016-12-13T16:08:45 | 70,919,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | h | // This file was generated based on /usr/local/share/uno/Packages/Fuse.Triggers/0.32.14/$.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Animations.IPlayerFeedback.h>
#include <Fuse.Binding.h>
#include <Fuse.Scripting.IScriptObject.h>
#include <Fuse.Triggers.WhileTrigger.h>
#include <Uno.Collections.ICollection-1.h>
#include <Uno.Collections.IEnumerable-1.h>
#include <Uno.Collections.IList-1.h>
namespace g{namespace Fuse{namespace Triggers{struct WhilePaused;}}}
namespace g{namespace Fuse{struct PropertyHandle;}}
namespace g{namespace Fuse{struct Visual;}}
namespace g{
namespace Fuse{
namespace Triggers{
// public sealed class WhilePaused :2638
// {
::g::Fuse::Triggers::Trigger_type* WhilePaused_typeof();
void WhilePaused__IsPaused_fn(::g::Fuse::Visual* n, bool* __retval);
void WhilePaused__OnRooted_fn(WhilePaused* __this);
void WhilePaused__SetState_fn(::g::Fuse::Visual* n, bool* paused);
struct WhilePaused : ::g::Fuse::Triggers::WhileTrigger
{
static uSStrong< ::g::Fuse::PropertyHandle*> _whilePausedProp_;
static uSStrong< ::g::Fuse::PropertyHandle*>& _whilePausedProp() { return WhilePaused_typeof()->Init(), _whilePausedProp_; }
static bool IsPaused(::g::Fuse::Visual* n);
static void SetState(::g::Fuse::Visual* n, bool paused);
};
// }
}}} // ::g::Fuse::Triggers
| [
"[email protected]"
] | |
440b8f2665e74da715394c5d573755ce8a814d59 | ea77013ac19ca529428f717430556833d09e8cab | /src/ArrayLength.cpp | 8d055407226f0cafe75bca016ca174d023e8b1c5 | [] | no_license | donchoi25/german-java | ada0b4d6b7bd324955e497e52d13287b329b2135 | 16e50b3c63e33e5db652395b059fd72a30916e89 | refs/heads/master | 2022-12-07T17:38:34.460229 | 2020-08-21T21:45:24 | 2020-08-21T21:45:24 | 278,539,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 199 | cpp | #include "ArrayLength.h"
ArrayLength::ArrayLength(int arow, int acol, ::Exp* arrExp) : UnExp(arow, acol, arrExp)
{}
Visitor* ArrayLength::accept(Visitor* v){
return v->visitArrayLength(this);
} | [
"[email protected]"
] | |
604fdefb7afe7fdbe7486fb868ed2650cba4c5db | 372ad9c2f0db8709f5b7074acf601874e32266b6 | /ThirdParty/muparserx/muparserx/mpFuncMatrix.cpp | 8d1cd5fa1e82eea6596ef3ed24c95f829fb273ad | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-3-Clause",
"BSD-2-Clause",
"GPL-3.0-only",
"LGPL-3.0-only"
] | permissive | Likes123/omniscidb | f69894656e8ae9e7b724e06d84a5fa28f097958c | 1e4904c0622bcef67dbe7a95ef9cb64f9d505d80 | refs/heads/master | 2020-08-31T14:21:26.728671 | 2019-10-29T05:56:57 | 2019-10-30T17:12:55 | 218,709,632 | 1 | 0 | Apache-2.0 | 2019-10-31T07:34:52 | 2019-10-31T07:34:51 | null | UTF-8 | C++ | false | false | 7,484 | cpp | /** \file
\brief Definition of functions for complex valued operations.
<pre>
__________ ____ ___
_____ __ _\______ \_____ _______ ______ __________\ \/ /
/ \| | \ ___/\__ \\_ __ \/ ___// __ \_ __ \ /
| Y Y \ | / | / __ \| | \/\___ \\ ___/| | \/ \
|__|_| /____/|____| (____ /__| /____ >\___ >__| /___/\ \
\/ \/ \/ \/ \_/
muParserX - A C++ math parser library with array and string support
Copyright (c) 2016, Ingo Berg
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
</pre>
*/
#include "mpFuncMatrix.h"
//--- Standard includes ----------------------------------------------------
#include <cmath>
#include <cassert>
#include <complex>
#include <iostream>
//--- Parser framework -----------------------------------------------------
#include "mpValue.h"
#include "mpError.h"
MUP_NAMESPACE_START
//-----------------------------------------------------------------------
//
// class FunMatrixOnes
//
//-----------------------------------------------------------------------
FunMatrixOnes::FunMatrixOnes()
:ICallback(cmFUNC, _T("ones"), -1)
{}
//-----------------------------------------------------------------------
FunMatrixOnes::~FunMatrixOnes()
{}
//-----------------------------------------------------------------------
void FunMatrixOnes::Eval(ptr_val_type &ret, const ptr_val_type *a_pArg, int argc)
{
if (argc < 1 || argc>2)
{
ErrorContext err;
err.Errc = ecINVALID_NUMBER_OF_PARAMETERS;
err.Arg = argc;
err.Ident = GetIdent();
throw ParserError(err);
}
int m = a_pArg[0]->GetInteger(),
n = (argc == 1) ? m : a_pArg[1]->GetInteger();
if (m == n && n == 1)
{
*ret = 1.0; // unboxing of 1x1 matrices
}
else
{
*ret = matrix_type(m, n, 1.0);
}
}
//-----------------------------------------------------------------------
const char_type* FunMatrixOnes::GetDesc() const
{
return _T("ones(x [, y]) - Returns a matrix whose elements are all 1.");
}
//-----------------------------------------------------------------------
IToken* FunMatrixOnes::Clone() const
{
return new FunMatrixOnes(*this);
}
//-----------------------------------------------------------------------
//
// class FunMatrixZeros
//
//-----------------------------------------------------------------------
FunMatrixZeros::FunMatrixZeros()
:ICallback(cmFUNC, _T("zeros"), -1)
{}
//-----------------------------------------------------------------------
FunMatrixZeros::~FunMatrixZeros()
{}
//-----------------------------------------------------------------------
void FunMatrixZeros::Eval(ptr_val_type &ret, const ptr_val_type *a_pArg, int argc)
{
if (argc < 1 || argc>2)
{
ErrorContext err;
err.Errc = ecINVALID_NUMBER_OF_PARAMETERS;
err.Arg = argc;
err.Ident = GetIdent();
throw ParserError(err);
}
int m = a_pArg[0]->GetInteger(),
n = (argc == 1) ? m : a_pArg[1]->GetInteger();
if (m == n && n == 1)
{
*ret = 0.0; // unboxing of 1x1 matrices
}
else
{
*ret = matrix_type(m, n, 0.0);
}
}
//-----------------------------------------------------------------------
const char_type* FunMatrixZeros::GetDesc() const
{
return _T("zeros(x [, y]) - Returns a matrix whose elements are all 0.");
}
//-----------------------------------------------------------------------
IToken* FunMatrixZeros::Clone() const
{
return new FunMatrixZeros(*this);
}
//-----------------------------------------------------------------------
//
// class FunMatrixEye
//
//-----------------------------------------------------------------------
FunMatrixEye::FunMatrixEye()
:ICallback(cmFUNC, _T("eye"), -1)
{}
//-----------------------------------------------------------------------
FunMatrixEye::~FunMatrixEye()
{}
//-----------------------------------------------------------------------
void FunMatrixEye::Eval(ptr_val_type &ret, const ptr_val_type *a_pArg, int argc)
{
if (argc < 1 || argc>2)
{
ErrorContext err;
err.Errc = ecINVALID_NUMBER_OF_PARAMETERS;
err.Arg = argc;
err.Ident = GetIdent();
throw ParserError(err);
}
int m = a_pArg[0]->GetInteger(),
n = (argc == 1) ? m : a_pArg[1]->GetInteger();
matrix_type eye(m, n, 0.0);
for (int i = 0; i < std::min(m, n); ++i)
{
eye.At(i, i) = 1.0;
}
*ret = eye;
}
//-----------------------------------------------------------------------
const char_type* FunMatrixEye::GetDesc() const
{
return _T("eye(x, y) - returns a matrix with ones on its diagonal and zeros elsewhere.");
}
//-----------------------------------------------------------------------
IToken* FunMatrixEye::Clone() const
{
return new FunMatrixEye(*this);
}
//-----------------------------------------------------------------------
//
// class FunMatrixSize
//
//-----------------------------------------------------------------------
FunMatrixSize::FunMatrixSize()
:ICallback(cmFUNC, _T("size"), -1)
{}
//-----------------------------------------------------------------------
FunMatrixSize::~FunMatrixSize()
{}
//-----------------------------------------------------------------------
void FunMatrixSize::Eval(ptr_val_type &ret, const ptr_val_type *a_pArg, int argc)
{
if (argc != 1)
{
ErrorContext err;
err.Errc = ecINVALID_NUMBER_OF_PARAMETERS;
err.Arg = argc;
err.Ident = GetIdent();
throw ParserError(err);
}
matrix_type sz(1, 2, 0.0);
sz.At(0, 0) = (float_type)a_pArg[0]->GetRows();
sz.At(0, 1) = (float_type)a_pArg[0]->GetCols();
*ret = sz;
}
//-----------------------------------------------------------------------
const char_type* FunMatrixSize::GetDesc() const
{
return _T("size(x) - returns the matrix dimensions.");
}
//-----------------------------------------------------------------------
IToken* FunMatrixSize::Clone() const
{
return new FunMatrixSize(*this);
}
MUP_NAMESPACE_END
| [
"[email protected]"
] | |
e75d966cf9aa94b3e54641b3da695f2fa6722aac | d03c0c5d6b41c4edd770f296b07da02a282b44eb | /VC++/VCProject/branches/previous_versions/2_15_04/matrix_value.hpp | b16c2dba12976804561960b5036b5290e2ade7c8 | [] | no_license | liweihong/PhD_Projects | 757d07269b99b12d5d202aa563d18a9bbe7509f8 | 6d4dca49be49421c092ae2ea579d70e17fac3d95 | refs/heads/master | 2021-05-16T01:24:57.507744 | 2017-10-16T02:13:56 | 2017-10-16T02:13:56 | 107,066,797 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 928 | hpp | //
// MATLAB Compiler: 2.2
// Date: Sat Feb 14 22:22:52 2004
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
// "array_indexing:on" "-O" "optimize_conditionals:on" "-t" "-L" "Cpp"
// "matrix_value"
//
#ifndef __matrix_value_hpp
#define __matrix_value_hpp 1
#include "libmatlb.hpp"
extern void InitializeModule_matrix_value();
extern void TerminateModule_matrix_value();
extern _mexLocalFunctionTable _local_function_table_matrix_value;
extern mwArray matrix_value(mwArray * R_inv,
mwArray dest_value = mwArray::DIN,
mwArray mimio_value = mwArray::DIN,
mwArray num = mwArray::DIN);
#ifdef __cplusplus
extern "C"
#endif
void mlxMatrix_value(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);
#endif
| [
"[email protected]"
] | |
8698d266e57b6968c5500a65f2bfdaa8e6e79a1e | 4c12fef403a01a69987491d3499580f8a55e22b1 | /lib/Commands/BuildSystemCommand.cpp | a8c0f09489c05c6209f80adb8df32c5173b1db18 | [
"Apache-2.0",
"Swift-exception"
] | permissive | wiltonlazary/swift-llbuild | 4ed29d237bc99dde742a74aaae831c080ce602d8 | 7fba6e6213ee00ebc1d472c5c71619b7039fa6db | refs/heads/master | 2020-12-25T23:37:35.304674 | 2015-12-25T03:19:40 | 2015-12-25T03:19:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,448 | cpp | //===-- BuildSystemCommand.cpp --------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
#include "llbuild/Commands/Commands.h"
#include "llbuild/Basic/LLVM.h"
#include "llbuild/BuildSystem/BuildFile.h"
#include "llbuild/BuildSystem/BuildSystem.h"
#include "llbuild/BuildSystem/BuildSystemFrontend.h"
#include "llbuild/BuildSystem/BuildValue.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
#include "CommandUtil.h"
#include <cerrno>
using namespace llbuild;
using namespace llbuild::commands;
using namespace llbuild::core;
using namespace llbuild::buildsystem;
namespace {
/* Parse Command */
class ParseBuildFileDelegate : public BuildFileDelegate {
bool showOutput;
StringRef bufferBeingParsed;
public:
ParseBuildFileDelegate(bool showOutput) : showOutput(showOutput) {}
~ParseBuildFileDelegate() {}
virtual bool shouldShowOutput() { return showOutput; }
virtual void setFileContentsBeingParsed(StringRef buffer) override;
virtual void error(StringRef filename,
const BuildFileToken& at,
const Twine& message) override;
virtual bool configureClient(const ConfigureContext&, StringRef name,
uint32_t version,
const property_list_type& properties) override;
virtual std::unique_ptr<Tool> lookupTool(StringRef name) override;
virtual void loadedTarget(StringRef name,
const Target& target) override;
virtual std::unique_ptr<Node> lookupNode(StringRef name,
bool isImplicit) override;
virtual void loadedCommand(StringRef name,
const Command& command) override;
};
class ParseDummyNode : public Node {
ParseBuildFileDelegate& delegate;
public:
ParseDummyNode(ParseBuildFileDelegate& delegate, StringRef name)
: Node(name), delegate(delegate) {}
virtual bool configureAttribute(const ConfigureContext&, StringRef name,
StringRef value) override {
if (delegate.shouldShowOutput()) {
printf(" -- '%s': '%s'\n", name.str().c_str(), value.str().c_str());
}
return true;
}
virtual bool configureAttribute(const ConfigureContext&, StringRef name,
ArrayRef<StringRef> values) override {
if (delegate.shouldShowOutput()) {
printf(" -- '%s': [", name.str().c_str());
bool first = true;
for (const auto& value: values) {
printf("%s'%s'", first ? "" : ", ", value.str().c_str());
first = false;
}
printf("]\n");
}
return true;
}
};
class ParseDummyCommand : public Command {
ParseBuildFileDelegate& delegate;
public:
ParseDummyCommand(ParseBuildFileDelegate& delegate, StringRef name)
: Command(name), delegate(delegate) {}
virtual void configureDescription(const ConfigureContext&, StringRef description) override {
if (delegate.shouldShowOutput()) {
printf(" -- 'description': '%s'", description.str().c_str());
}
}
virtual void configureInputs(const ConfigureContext&, const std::vector<Node*>& inputs) override {
if (delegate.shouldShowOutput()) {
bool first = true;
printf(" -- 'inputs': [");
for (const auto& node: inputs) {
printf("%s'%s'", first ? "" : ", ", node->getName().str().c_str());
first = false;
}
printf("]\n");
}
}
virtual void configureOutputs(const ConfigureContext&, const std::vector<Node*>& outputs) override {
if (delegate.shouldShowOutput()) {
bool first = true;
printf(" -- 'outputs': [");
for (const auto& node: outputs) {
printf("%s'%s'", first ? "" : ", ", node->getName().str().c_str());
first = false;
}
printf("]\n");
}
}
virtual bool configureAttribute(const ConfigureContext&, StringRef name,
StringRef value) override {
if (delegate.shouldShowOutput()) {
printf(" -- '%s': '%s'\n", name.str().c_str(), value.str().c_str());
}
return true;
}
virtual bool configureAttribute(const ConfigureContext&, StringRef name,
ArrayRef<StringRef> values) override {
if (delegate.shouldShowOutput()) {
printf(" -- '%s': [", name.str().c_str());
bool first = true;
for (const auto& value: values) {
printf("%s'%s'", first ? "" : ", ", value.str().c_str());
first = false;
}
printf("]\n");
}
return true;
}
virtual BuildValue getResultForOutput(Node* node,
const BuildValue& value) override {
return BuildValue::makeMissingInput();
}
virtual bool isResultValid(const BuildValue&) override { return false; }
virtual void start(BuildSystemCommandInterface&, Task*) override {}
virtual void providePriorValue(BuildSystemCommandInterface&, Task*,
const BuildValue&) override {}
virtual void provideValue(BuildSystemCommandInterface&, Task*,
uintptr_t inputID,
const BuildValue&) override {}
virtual void inputsAvailable(BuildSystemCommandInterface&, Task*) override {}
};
class ParseDummyTool : public Tool {
ParseBuildFileDelegate& delegate;
public:
ParseDummyTool(ParseBuildFileDelegate& delegate, StringRef name)
: Tool(name), delegate(delegate) {}
virtual bool configureAttribute(const ConfigureContext&, StringRef name,
StringRef value) override {
if (delegate.shouldShowOutput()) {
printf(" -- '%s': '%s'\n", name.str().c_str(), value.str().c_str());
}
return true;
}
virtual bool configureAttribute(const ConfigureContext&, StringRef name,
ArrayRef<StringRef> values) override {
if (delegate.shouldShowOutput()) {
printf(" -- '%s': [", name.str().c_str());
bool first = true;
for (const auto& value: values) {
printf("%s'%s'", first ? "" : ", ", value.str().c_str());
first = false;
}
printf("]\n");
}
return true;
}
virtual std::unique_ptr<Command> createCommand(
StringRef name) override {
if (delegate.shouldShowOutput()) {
printf("command('%s')\n", name.str().c_str());
printf(" -- 'tool': '%s')\n", getName().str().c_str());
}
return llvm::make_unique<ParseDummyCommand>(delegate, name);
}
};
void ParseBuildFileDelegate::setFileContentsBeingParsed(StringRef buffer) {
bufferBeingParsed = buffer;
}
void ParseBuildFileDelegate::error(StringRef filename,
const BuildFileToken& at,
const Twine& message) {
if (at.start) {
util::emitError(filename, message.str(), at.start, at.length,
bufferBeingParsed);
} else {
fprintf(stderr, "%s: error: %s\n", filename.str().c_str(),
message.str().c_str());
}
}
bool
ParseBuildFileDelegate::configureClient(const ConfigureContext&,
StringRef name,
uint32_t version,
const property_list_type& properties) {
if (showOutput) {
// Dump the client information.
printf("client ('%s', version: %u)\n", name.str().c_str(), version);
for (const auto& property: properties) {
printf(" -- '%s': '%s'\n", property.first.c_str(),
property.second.c_str());
}
}
return true;
}
std::unique_ptr<Tool>
ParseBuildFileDelegate::lookupTool(StringRef name) {
if (showOutput) {
printf("tool('%s')\n", name.str().c_str());
}
return llvm::make_unique<ParseDummyTool>(*this, name);
}
void ParseBuildFileDelegate::loadedTarget(StringRef name,
const Target& target) {
if (showOutput) {
printf("target('%s')\n", target.getName().str().c_str());
// Print the nodes in the target.
bool first = true;
printf(" -- nodes: [");
for (const auto& node: target.getNodes()) {
printf("%s'%s'", first ? "" : ", ", node->getName().str().c_str());
first = false;
}
printf("]\n");
}
}
std::unique_ptr<Node>
ParseBuildFileDelegate::lookupNode(StringRef name,
bool isImplicit) {
if (!isImplicit) {
if (showOutput) {
printf("node('%s')\n", name.str().c_str());
}
}
return llvm::make_unique<ParseDummyNode>(*this, name);
}
void ParseBuildFileDelegate::loadedCommand(StringRef name,
const Command& command) {
if (showOutput) {
printf(" -- -- loaded command('%s')\n", command.getName().str().c_str());
}
}
static void parseUsage(int exitCode) {
int optionWidth = 20;
fprintf(stderr, "Usage: %s buildsystem parse [options] <path>\n",
getProgramName());
fprintf(stderr, "\nOptions:\n");
fprintf(stderr, " %-*s %s\n", optionWidth, "--help",
"show this help message and exit");
fprintf(stderr, " %-*s %s\n", optionWidth, "--no-output",
"don't display parser output");
::exit(exitCode);
}
static int executeParseCommand(std::vector<std::string> args) {
bool showOutput = true;
while (!args.empty() && args[0][0] == '-') {
const std::string option = args[0];
args.erase(args.begin());
if (option == "--")
break;
if (option == "--help") {
parseUsage(0);
} else if (option == "--no-output") {
showOutput = false;
} else {
fprintf(stderr, "\error: %s: invalid option: '%s'\n\n",
getProgramName(), option.c_str());
parseUsage(1);
}
}
if (args.size() != 1) {
fprintf(stderr, "error: %s: invalid number of arguments\n", getProgramName());
parseUsage(1);
}
std::string filename = args[0].c_str();
// Load the BuildFile.
fprintf(stderr, "note: parsing '%s'\n", filename.c_str());
ParseBuildFileDelegate delegate(showOutput);
BuildFile buildFile(filename, delegate);
buildFile.load();
return 0;
}
/* Build Command */
class BasicBuildSystemFrontendDelegate : public BuildSystemFrontendDelegate {
public:
BasicBuildSystemFrontendDelegate(llvm::SourceMgr& sourceMgr,
const BuildSystemInvocation& invocation)
: BuildSystemFrontendDelegate(sourceMgr, invocation,
"basic", /*version=*/0) {}
virtual std::unique_ptr<Tool> lookupTool(StringRef name) override {
// We do not support any non-built-in tools.
return nullptr;
}
};
static void buildUsage(int exitCode) {
int optionWidth = 25;
fprintf(stderr, "Usage: %s buildsystem build [options] [<target>]\n",
getProgramName());
fprintf(stderr, "\nOptions:\n");
BuildSystemInvocation::getUsage(optionWidth, llvm::errs());
::exit(exitCode);
}
static int executeBuildCommand(std::vector<std::string> args) {
// The source manager to use for diagnostics.
llvm::SourceMgr sourceMgr;
// Create the invocation.
BuildSystemInvocation invocation{};
// Initialize defaults.
invocation.dbPath = "build.db";
invocation.buildFilePath = "build.llbuild";
invocation.parse(args, sourceMgr);
// Handle invocation actions.
if (invocation.showUsage) {
buildUsage(0);
} else if (invocation.hadErrors) {
buildUsage(1);
}
if (invocation.positionalArgs.size() > 1) {
fprintf(stderr, "error: %s: invalid number of arguments\n",
getProgramName());
buildUsage(1);
}
// Select the target to build.
std::string targetToBuild =
invocation.positionalArgs.empty() ? "" : invocation.positionalArgs[0];
// Create the frontend object.
BasicBuildSystemFrontendDelegate delegate(sourceMgr, invocation);
BuildSystemFrontend frontend(delegate, invocation);
if (!frontend.build(targetToBuild)) {
return 1;
}
return 0;
}
}
#pragma mark - Build System Top-Level Command
static void usage(int exitCode) {
fprintf(stderr, "Usage: %s buildsystem [--help] <command> [<args>]\n",
getProgramName());
fprintf(stderr, "\n");
fprintf(stderr, "Available commands:\n");
fprintf(stderr, " parse -- Parse a build file\n");
fprintf(stderr, " build -- Build using a build file\n");
fprintf(stderr, "\n");
exit(exitCode);
}
int commands::executeBuildSystemCommand(const std::vector<std::string> &args) {
// Expect the first argument to be the name of another subtool to delegate to.
if (args.empty() || args[0] == "--help")
usage(0);
if (args[0] == "parse") {
return executeParseCommand({args.begin()+1, args.end()});
} else if (args[0] == "build") {
return executeBuildCommand({args.begin()+1, args.end()});
} else {
fprintf(stderr, "error: %s: unknown command '%s'\n", getProgramName(),
args[0].c_str());
usage(1);
return 1;
}
}
| [
"[email protected]"
] | |
b89b011fad78c8c59020b22efc3accf73435ab08 | abd374139f1fd40a162755dd41937a01a7b70e0a | /Sphere.h | f69b3b35431b0a8f21b1127b1775535d3e669781 | [] | no_license | robpieke/sampleFilterRaytracer | fa0bd9811648de69ad2418f5a095e65a36acad7b | 15b50e2d32b161b34c1415dec11bec5d9cd1ce43 | refs/heads/master | 2021-06-09T13:50:32.058844 | 2017-01-23T22:58:04 | 2017-01-23T22:58:04 | 79,751,722 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 838 | h | //
// Created by Rob Pieké on 30/06/2016.
//
#pragma once
#include <RixSampleFilter.h>
#include "SampleFilterInstance.h"
class Sphere : public RixSampleFilter
{
public:
virtual int Init(RixContext &ctx, char const *pluginPath) override;
virtual RixSCParamInfo const *GetParamTable() override;
virtual void Finalize(RixContext &ctx) override;
virtual int CreateInstanceData(RixContext &ctx, char const *handle, RixParameterList const *params, InstanceData *instance) override;
virtual void Filter(RixSampleFilterContext &fCtx, RtConstPointer instance) override;
private:
struct iData
{
RtPoint3 centre;
RtFloat radius;
SampleFilterInstance material;
RixChannelId zChannel;
RixChannelId nChannel;
RixChannelId pChannel;
RixChannelId rayOChannel;
RixChannelId rayDChannel;
RixChannelId matChannel;
};
};
| [
"[email protected]"
] | |
d98e0e4848f6fe72ce22d2f0b65abf2f74664ab0 | c2ba82fef0e5d9dbb11598551750cc19c3f5c588 | /队列/AdditionProblem-DESKTOP-59O95M4.cpp | 5eb62a7f887067448a6fdfcddd52e69dfd8a3150 | [] | no_license | jiangeel/LQueue | adc8beee9d02ddcc67d7093a46d9fbafddc86d48 | 5b1349d679a6b7bfb3d94d90d37a24d8bdb7d74d | refs/heads/master | 2021-05-03T08:58:27.971514 | 2016-10-29T05:02:12 | 2016-10-29T05:02:12 | 72,265,803 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 786 | cpp | #include "stdafx.h"
#include "AdditionProblem.h"
#include <cstdlib>
#include <ctime>
using namespace std;
AdditionProblem::AdditionProblem(int maxAddend=10)
{
myAddend1 = rand() % (maxAddend + 1);
myAddend2 = rand() % (maxAddend + 1);
myAnswer = myAddend1 + myAddend2;
}
AdditionProblem::AdditionProblem(int maxAddend)
{
}
AdditionProblem::~AdditionProblem()
{
}
void AdditionProblem::display(ostream & out) const
{
out << myAddend1 << "+" << myAddend2 << "=" << "=?";
}
int AdditionProblem::answer() const
{
return myAddend1+myAddend2;
}
void AdditionProblem::initialize()
{
long seed = long(time(0));
srand(seed);
}
ostream &operator<<(ostream & out, const AdditionProblem & problem)
{
problem.display(out);
return;
// TODO: ÔÚ´Ë´¦²åÈë return Óï¾ä
}
| [
"eel@DESKTOP-28ML3JS"
] | eel@DESKTOP-28ML3JS |
abb8dac6a28e07814f85f27af887220987320ac5 | 15e4bde057306d2197f0e3c9b8a1136bef56b54a | /src/OpenGlCourseApp/FrameBuffer.h | 6b18239842952469e5a4623c389d127014994481 | [] | no_license | Kamjam21xx/KameronsRenderEngine | b1e0b3999e974bd60a4bec7ea365e3a312693a11 | 117b734266ad189ae63e570848df617f592e2c42 | refs/heads/master | 2020-05-05T06:10:47.735315 | 2019-12-20T00:25:26 | 2019-12-20T00:25:26 | 179,778,469 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 974 | h | #pragma once
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <stdio.h>
class FrameBuffer
{
public:
FrameBuffer();
FrameBuffer(GLenum textureUnit, GLint width, GLint height);
FrameBuffer(GLenum textureUnit, GLenum internalFormat, GLenum format, GLenum type, GLenum filtering, GLint width, GLint height);
void Init(GLuint textureUnit, GLenum internalFormat, GLenum format, GLenum type, GLenum filtering, GLint width, GLint height);
void BindTexture();
void BindTexture(unsigned short int textureUnit);
void BindAndSetTexture(unsigned short int textureUnit);
void SetTextureUnit(unsigned short int textureUnit);
GLuint GetBufferTextureUnit() const;
GLuint GetTexColorBuffer() const;
GLuint GetFBO() const;
GLuint GetRBO() const;
~FrameBuffer();
private:
GLuint FBO, RBO, texColorBuffer, bufferTextureUnit;
GLint bufferWidth, bufferHeight;
FrameBuffer(FrameBuffer *framebuffer)
{
// FrameBuffer copy constructor may not be called
}
};
| [
"[email protected]"
] | |
a8d62820b1f9cb49833ef6a75ff8d0526ee739c1 | c36486bde293601215e24d0f03689a9d12a13d6c | /Dependencies/assimp/Importer.hpp | 92737226476febca9dba59d42cda878afd87a5a9 | [] | no_license | Philaudet/PokemonBattle | 6dbf171a6a365a6f20261bfbe4098984c6facce7 | bb554a3296e74467c1840a4e81ebd5771a7293d5 | refs/heads/master | 2020-04-27T09:09:49.383242 | 2019-03-06T19:14:37 | 2019-03-06T19:14:37 | 174,203,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,163 | hpp | /*
---------------------------------------------------------------------------
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
Copyright (c) 2006-2016, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above
copyright notice, this list of conditions and the
following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other
materials provided with the distribution.
* Neither the name of the assimp team, nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior
written permission of the assimp team.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------
*/
/** @file Importer.hpp
* @brief Defines the C++-API to the Open Asset Import Library.
*/
#ifndef INCLUDED_AI_ASSIMP_HPP
#define INCLUDED_AI_ASSIMP_HPP
#ifndef __cplusplus
# error This header requires C++ to be used. Use assimp.h for plain C.
#endif
// Public ASSIMP data structures
#include "types.h"
#include "config.h"
namespace Assimp {
// =======================================================================
// Public interface to Assimp
class Importer;
class Exporter; // export.hpp
class IOStream;
class IOSystem;
class ProgressHandler;
// =======================================================================
// Plugin development
//
// Include the following headers for the declarations:
// BaseImporter.h
// BaseProcess.h
class BaseImporter;
class BaseProcess;
class SharedPostProcessInfo;
class BatchLoader;
// =======================================================================
// Holy stuff, only for members of the high council of the Jedi.
class ImporterPimpl;
class ExporterPimpl; // export.hpp
} //! namespace Assimp
#define AI_PROPERTY_WAS_NOT_EXISTING 0xffffffff
struct aiScene;
// importerdesc.h
struct aiImporterDesc;
/** @namespace Assimp Assimp's CPP-API and all internal APIs */
namespace Assimp {
// ----------------------------------------------------------------------------------
/** CPP-API: The Importer class forms an C++ interface to the functionality of the
* Open Asset Import Library.
*
* Create an object of this class and call ReadFile() to import a file.
* If the import succeeds, the function returns a pointer to the imported data.
* The data remains property of the object, it is intended to be accessed
* read-only. The imported data will be destroyed along with the Importer
* object. If the import fails, ReadFile() returns a NULL pointer. In this
* case you can retrieve a human-readable error description be calling
* GetErrorString(). You can call ReadFile() multiple times with a single Importer
* instance. Actually, constructing Importer objects involves quite many
* allocations and may take some time, so it's better to reuse them as often as
* possible.
*
* If you need the Importer to do custom file handling to access the files,
* implement IOSystem and IOStream and supply an instance of your custom
* IOSystem implementation by calling SetIOHandler() before calling ReadFile().
* If you do not assign a custion IO handler, a default handler using the
* standard C++ IO logic will be used.
*
* @note One Importer instance is not thread-safe. If you use multiple
* threads for loading, each thread should maintain its own Importer instance.
*/
class ASSIMP_API Importer {
public:
/**
* @brief The upper limit for hints.
*/
static const unsigned int MaxLenHint = 200;
public:
// -------------------------------------------------------------------
/** Constructor. Creates an empty importer object.
*
* Call ReadFile() to start the import process. The configuration
* property table is initially empty.
*/
Importer();
// -------------------------------------------------------------------
/** Copy constructor.
*
* This copies the configuration properties of another Importer.
* If this Importer owns a scene it won't be copied.
* Call ReadFile() to start the import process.
*/
Importer(const Importer& other);
// -------------------------------------------------------------------
/** Destructor. The object kept ownership of the imported data,
* which now will be destroyed along with the object.
*/
~Importer();
// -------------------------------------------------------------------
/** Registers a new loader.
*
* @param pImp Importer to be added. The Importer instance takes
* ownership of the pointer, so it will be automatically deleted
* with the Importer instance.
* @return AI_SUCCESS if the loader has been added. The registration
* fails if there is already a loader for a specific file extension.
*/
aiReturn RegisterLoader(BaseImporter* pImp);
// -------------------------------------------------------------------
/** Unregisters a loader.
*
* @param pImp Importer to be unregistered.
* @return AI_SUCCESS if the loader has been removed. The function
* fails if the loader is currently in use (this could happen
* if the #Importer instance is used by more than one thread) or
* if it has not yet been registered.
*/
aiReturn UnregisterLoader(BaseImporter* pImp);
// -------------------------------------------------------------------
/** Registers a new post-process step.
*
* At the moment, there's a small limitation: new post processing
* steps are added to end of the list, or in other words, executed
* last, after all built-in steps.
* @param pImp Post-process step to be added. The Importer instance
* takes ownership of the pointer, so it will be automatically
* deleted with the Importer instance.
* @return AI_SUCCESS if the step has been added correctly.
*/
aiReturn RegisterPPStep(BaseProcess* pImp);
// -------------------------------------------------------------------
/** Unregisters a post-process step.
*
* @param pImp Step to be unregistered.
* @return AI_SUCCESS if the step has been removed. The function
* fails if the step is currently in use (this could happen
* if the #Importer instance is used by more than one thread) or
* if it has not yet been registered.
*/
aiReturn UnregisterPPStep(BaseProcess* pImp);
// -------------------------------------------------------------------
/** Set an integer configuration property.
* @param szName Name of the property. All supported properties
* are defined in the aiConfig.g header (all constants share the
* prefix AI_CONFIG_XXX and are simple strings).
* @param iValue New value of the property
* @return true if the property was set before. The new value replaces
* the previous value in this case.
* @note Property of different types (float, int, string ..) are kept
* on different stacks, so calling SetPropertyInteger() for a
* floating-point property has no effect - the loader will call
* GetPropertyFloat() to read the property, but it won't be there.
*/
bool SetPropertyInteger(const char* szName, int iValue);
// -------------------------------------------------------------------
/** Set a boolean configuration property. Boolean properties
* are stored on the integer stack internally so it's possible
* to set them via #SetPropertyBool and query them with
* #GetPropertyBool and vice versa.
* @see SetPropertyInteger()
*/
bool SetPropertyBool(const char* szName, bool value) {
return SetPropertyInteger(szName,value);
}
// -------------------------------------------------------------------
/** Set a floating-point configuration property.
* @see SetPropertyInteger()
*/
bool SetPropertyFloat(const char* szName, float fValue);
// -------------------------------------------------------------------
/** Set a string configuration property.
* @see SetPropertyInteger()
*/
bool SetPropertyString(const char* szName, const std::string& sValue);
// -------------------------------------------------------------------
/** Set a matrix configuration property.
* @see SetPropertyInteger()
*/
bool SetPropertyMatrix(const char* szName, const aiMatrix4x4& sValue);
// -------------------------------------------------------------------
/** Get a configuration property.
* @param szName Name of the property. All supported properties
* are defined in the aiConfig.g header (all constants share the
* prefix AI_CONFIG_XXX).
* @param iErrorReturn Value that is returned if the property
* is not found.
* @return Current value of the property
* @note Property of different types (float, int, string ..) are kept
* on different lists, so calling SetPropertyInteger() for a
* floating-point property has no effect - the loader will call
* GetPropertyFloat() to read the property, but it won't be there.
*/
int GetPropertyInteger(const char* szName,
int iErrorReturn = 0xffffffff) const;
// -------------------------------------------------------------------
/** Get a boolean configuration property. Boolean properties
* are stored on the integer stack internally so it's possible
* to set them via #SetPropertyBool and query them with
* #GetPropertyBool and vice versa.
* @see GetPropertyInteger()
*/
bool GetPropertyBool(const char* szName, bool bErrorReturn = false) const {
return GetPropertyInteger(szName,bErrorReturn)!=0;
}
// -------------------------------------------------------------------
/** Get a floating-point configuration property
* @see GetPropertyInteger()
*/
float GetPropertyFloat(const char* szName,
float fErrorReturn = 10e10f) const;
// -------------------------------------------------------------------
/** Get a string configuration property
*
* The return value remains valid until the property is modified.
* @see GetPropertyInteger()
*/
const std::string GetPropertyString(const char* szName,
const std::string& sErrorReturn = "") const;
// -------------------------------------------------------------------
/** Get a matrix configuration property
*
* The return value remains valid until the property is modified.
* @see GetPropertyInteger()
*/
const aiMatrix4x4 GetPropertyMatrix(const char* szName,
const aiMatrix4x4& sErrorReturn = aiMatrix4x4()) const;
// -------------------------------------------------------------------
/** Supplies a custom IO handler to the importer to use to open and
* access files. If you need the importer to use custion IO logic to
* access the files, you need to provide a custom implementation of
* IOSystem and IOFile to the importer. Then create an instance of
* your custion IOSystem implementation and supply it by this function.
*
* The Importer takes ownership of the object and will destroy it
* afterwards. The previously assigned handler will be deleted.
* Pass NULL to take again ownership of your IOSystem and reset Assimp
* to use its default implementation.
*
* @param pIOHandler The IO handler to be used in all file accesses
* of the Importer.
*/
void SetIOHandler( IOSystem* pIOHandler);
// -------------------------------------------------------------------
/** Retrieves the IO handler that is currently set.
* You can use #IsDefaultIOHandler() to check whether the returned
* interface is the default IO handler provided by ASSIMP. The default
* handler is active as long the application doesn't supply its own
* custom IO handler via #SetIOHandler().
* @return A valid IOSystem interface, never NULL.
*/
IOSystem* GetIOHandler() const;
// -------------------------------------------------------------------
/** Checks whether a default IO handler is active
* A default handler is active as long the application doesn't
* supply its own custom IO handler via #SetIOHandler().
* @return true by default
*/
bool IsDefaultIOHandler() const;
// -------------------------------------------------------------------
/** Supplies a custom progress handler to the importer. This
* interface exposes a #Update() callback, which is called
* more or less periodically (please don't sue us if it
* isn't as periodically as you'd like it to have ...).
* This can be used to implement progress bars and loading
* timeouts.
* @param pHandler Progress callback interface. Pass NULL to
* disable progress reporting.
* @note Progress handlers can be used to abort the loading
* at almost any time.*/
void SetProgressHandler ( ProgressHandler* pHandler );
// -------------------------------------------------------------------
/** Retrieves the progress handler that is currently set.
* You can use #IsDefaultProgressHandler() to check whether the returned
* interface is the default handler provided by ASSIMP. The default
* handler is active as long the application doesn't supply its own
* custom handler via #SetProgressHandler().
* @return A valid ProgressHandler interface, never NULL.
*/
ProgressHandler* GetProgressHandler() const;
// -------------------------------------------------------------------
/** Checks whether a default progress handler is active
* A default handler is active as long the application doesn't
* supply its own custom progress handler via #SetProgressHandler().
* @return true by default
*/
bool IsDefaultProgressHandler() const;
// -------------------------------------------------------------------
/** @brief Check whether a given set of postprocessing flags
* is supported.
*
* Some flags are mutually exclusive, others are probably
* not available because your excluded them from your
* Assimp builds. Calling this function is recommended if
* you're unsure.
*
* @param pFlags Bitwise combination of the aiPostProcess flags.
* @return true if this flag combination is fine.
*/
bool ValidateFlags(unsigned int pFlags) const;
// -------------------------------------------------------------------
/** Reads the given file and returns its contents if successful.
*
* If the call succeeds, the contents of the file are returned as a
* pointer to an aiScene object. The returned data is intended to be
* read-only, the importer object keeps ownership of the data and will
* destroy it upon destruction. If the import fails, NULL is returned.
* A human-readable error description can be retrieved by calling
* GetErrorString(). The previous scene will be deleted during this call.
* @param pFile Path and filename to the file to be imported.
* @param pFlags Optional post processing steps to be executed after
* a successful import. Provide a bitwise combination of the
* #aiPostProcessSteps flags. If you wish to inspect the imported
* scene first in order to fine-tune your post-processing setup,
* consider to use #ApplyPostProcessing().
* @return A pointer to the imported data, NULL if the import failed.
* The pointer to the scene remains in possession of the Importer
* instance. Use GetOrphanedScene() to take ownership of it.
*
* @note Assimp is able to determine the file format of a file
* automatically.
*/
const aiScene* ReadFile(
const char* pFile,
unsigned int pFlags);
// -------------------------------------------------------------------
/** Reads the given file from a memory buffer and returns its
* contents if successful.
*
* If the call succeeds, the contents of the file are returned as a
* pointer to an aiScene object. The returned data is intended to be
* read-only, the importer object keeps ownership of the data and will
* destroy it upon destruction. If the import fails, NULL is returned.
* A human-readable error description can be retrieved by calling
* GetErrorString(). The previous scene will be deleted during this call.
* Calling this method doesn't affect the active IOSystem.
* @param pBuffer Pointer to the file data
* @param pLength Length of pBuffer, in bytes
* @param pFlags Optional post processing steps to be executed after
* a successful import. Provide a bitwise combination of the
* #aiPostProcessSteps flags. If you wish to inspect the imported
* scene first in order to fine-tune your post-processing setup,
* consider to use #ApplyPostProcessing().
* @param pHint An additional hint to the library. If this is a non
* empty string, the library looks for a loader to support
* the file extension specified by pHint and passes the file to
* the first matching loader. If this loader is unable to completely
* the request, the library continues and tries to determine the
* file format on its own, a task that may or may not be successful.
* Check the return value, and you'll know ...
* @return A pointer to the imported data, NULL if the import failed.
* The pointer to the scene remains in possession of the Importer
* instance. Use GetOrphanedScene() to take ownership of it.
*
* @note This is a straightforward way to decode models from memory
* buffers, but it doesn't handle model formats that spread their
* data across multiple files or even directories. Examples include
* OBJ or MD3, which outsource parts of their material info into
* external scripts. If you need full functionality, provide
* a custom IOSystem to make Assimp find these files and use
* the regular ReadFile() API.
*/
const aiScene* ReadFileFromMemory(
const void* pBuffer,
size_t pLength,
unsigned int pFlags,
const char* pHint = "");
// -------------------------------------------------------------------
/** Apply post-processing to an already-imported scene.
*
* This is strictly equivalent to calling #ReadFile() with the same
* flags. However, you can use this separate function to inspect
* the imported scene first to fine-tune your post-processing setup.
* @param pFlags Provide a bitwise combination of the
* #aiPostProcessSteps flags.
* @return A pointer to the post-processed data. This is still the
* same as the pointer returned by #ReadFile(). However, if
* post-processing fails, the scene could now be NULL.
* That's quite a rare case, post processing steps are not really
* designed to 'fail'. To be exact, the #aiProcess_ValidateDS
* flag is currently the only post processing step which can actually
* cause the scene to be reset to NULL.
*
* @note The method does nothing if no scene is currently bound
* to the #Importer instance. */
const aiScene* ApplyPostProcessing(unsigned int pFlags);
const aiScene* ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValidation );
// -------------------------------------------------------------------
/** @brief Reads the given file and returns its contents if successful.
*
* This function is provided for backward compatibility.
* See the const char* version for detailed docs.
* @see ReadFile(const char*, pFlags) */
const aiScene* ReadFile(
const std::string& pFile,
unsigned int pFlags);
// -------------------------------------------------------------------
/** Frees the current scene.
*
* The function does nothing if no scene has previously been
* read via ReadFile(). FreeScene() is called automatically by the
* destructor and ReadFile() itself. */
void FreeScene( );
// -------------------------------------------------------------------
/** Returns an error description of an error that occurred in ReadFile().
*
* Returns an empty string if no error occurred.
* @return A description of the last error, an empty string if no
* error occurred. The string is never NULL.
*
* @note The returned function remains valid until one of the
* following methods is called: #ReadFile(), #FreeScene(). */
const char* GetErrorString() const;
// -------------------------------------------------------------------
/** Returns the scene loaded by the last successful call to ReadFile()
*
* @return Current scene or NULL if there is currently no scene loaded */
const aiScene* GetScene() const;
// -------------------------------------------------------------------
/** Returns the scene loaded by the last successful call to ReadFile()
* and releases the scene from the ownership of the Importer
* instance. The application is now responsible for deleting the
* scene. Any further calls to GetScene() or GetOrphanedScene()
* will return NULL - until a new scene has been loaded via ReadFile().
*
* @return Current scene or NULL if there is currently no scene loaded
* @note Use this method with maximal caution, and only if you have to.
* By design, aiScene's are exclusively maintained, allocated and
* deallocated by Assimp and no one else. The reasoning behind this
* is the golden rule that deallocations should always be done
* by the module that did the original allocation because heaps
* are not necessarily shared. GetOrphanedScene() enforces you
* to delete the returned scene by yourself, but this will only
* be fine if and only if you're using the same heap as assimp.
* On Windows, it's typically fine provided everything is linked
* against the multithreaded-dll version of the runtime library.
* It will work as well for static linkage with Assimp.*/
aiScene* GetOrphanedScene();
// -------------------------------------------------------------------
/** Returns whether a given file extension is supported by ASSIMP.
*
* @param szExtension Extension to be checked.
* Must include a trailing dot '.'. Example: ".3ds", ".md3".
* Cases-insensitive.
* @return true if the extension is supported, false otherwise */
bool IsExtensionSupported(const char* szExtension) const;
// -------------------------------------------------------------------
/** @brief Returns whether a given file extension is supported by ASSIMP.
*
* This function is provided for backward compatibility.
* See the const char* version for detailed and up-to-date docs.
* @see IsExtensionSupported(const char*) */
inline bool IsExtensionSupported(const std::string& szExtension) const;
// -------------------------------------------------------------------
/** Get a full list of all file extensions supported by ASSIMP.
*
* If a file extension is contained in the list this does of course not
* mean that ASSIMP is able to load all files with this extension ---
* it simply means there is an importer loaded which claims to handle
* files with this file extension.
* @param szOut String to receive the extension list.
* Format of the list: "*.3ds;*.obj;*.dae". This is useful for
* use with the WinAPI call GetOpenFileName(Ex). */
void GetExtensionList(aiString& szOut) const;
// -------------------------------------------------------------------
/** @brief Get a full list of all file extensions supported by ASSIMP.
*
* This function is provided for backward compatibility.
* See the aiString version for detailed and up-to-date docs.
* @see GetExtensionList(aiString&)*/
inline void GetExtensionList(std::string& szOut) const;
// -------------------------------------------------------------------
/** Get the number of importrs currently registered with Assimp. */
size_t GetImporterCount() const;
// -------------------------------------------------------------------
/** Get meta data for the importer corresponding to a specific index..
*
* For the declaration of #aiImporterDesc, include <assimp/importerdesc.h>.
* @param index Index to query, must be within [0,GetImporterCount())
* @return Importer meta data structure, NULL if the index does not
* exist or if the importer doesn't offer meta information (
* importers may do this at the cost of being hated by their peers).*/
const aiImporterDesc* GetImporterInfo(size_t index) const;
// -------------------------------------------------------------------
/** Find the importer corresponding to a specific index.
*
* @param index Index to query, must be within [0,GetImporterCount())
* @return Importer instance. NULL if the index does not
* exist. */
BaseImporter* GetImporter(size_t index) const;
// -------------------------------------------------------------------
/** Find the importer corresponding to a specific file extension.
*
* This is quite similar to #IsExtensionSupported except a
* BaseImporter instance is returned.
* @param szExtension Extension to check for. The following formats
* are recognized (BAH being the file extension): "BAH" (comparison
* is case-insensitive), ".bah", "*.bah" (wild card and dot
* characters at the beginning of the extension are skipped).
* @return NULL if no importer is found*/
BaseImporter* GetImporter (const char* szExtension) const;
// -------------------------------------------------------------------
/** Find the importer index corresponding to a specific file extension.
*
* @param szExtension Extension to check for. The following formats
* are recognized (BAH being the file extension): "BAH" (comparison
* is case-insensitive), ".bah", "*.bah" (wild card and dot
* characters at the beginning of the extension are skipped).
* @return (size_t)-1 if no importer is found */
size_t GetImporterIndex (const char* szExtension) const;
// -------------------------------------------------------------------
/** Returns the storage allocated by ASSIMP to hold the scene data
* in memory.
*
* This refers to the currently loaded file, see #ReadFile().
* @param in Data structure to be filled.
* @note The returned memory statistics refer to the actual
* size of the use data of the aiScene. Heap-related overhead
* is (naturally) not included.*/
void GetMemoryRequirements(aiMemoryInfo& in) const;
// -------------------------------------------------------------------
/** Enables "extra verbose" mode.
*
* 'Extra verbose' means the data structure is validated after *every*
* single post processing step to make sure everyone modifies the data
* structure in a well-defined manner. This is a debug feature and not
* intended for use in production environments. */
void SetExtraVerbose(bool bDo);
// -------------------------------------------------------------------
/** Private, do not use. */
ImporterPimpl* Pimpl() { return pimpl; }
const ImporterPimpl* Pimpl() const { return pimpl; }
protected:
// Just because we don't want you to know how we're hacking around.
ImporterPimpl* pimpl;
}; //! class Importer
// ----------------------------------------------------------------------------
// For compatibility, the interface of some functions taking a std::string was
// changed to const char* to avoid crashes between binary incompatible STL
// versions. This code her is inlined, so it shouldn't cause any problems.
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
AI_FORCE_INLINE const aiScene* Importer::ReadFile( const std::string& pFile,unsigned int pFlags){
return ReadFile(pFile.c_str(),pFlags);
}
// ----------------------------------------------------------------------------
AI_FORCE_INLINE void Importer::GetExtensionList(std::string& szOut) const {
aiString s;
GetExtensionList(s);
szOut = s.data;
}
// ----------------------------------------------------------------------------
AI_FORCE_INLINE bool Importer::IsExtensionSupported(const std::string& szExtension) const {
return IsExtensionSupported(szExtension.c_str());
}
} // !namespace Assimp
#endif // INCLUDED_AI_ASSIMP_HPP
| [
"[email protected]"
] | |
81441a1d368b096604ee804f315b8403d7ca43c2 | 8bd3d7fa528a1d070360da936195869bd36f6ca5 | /startmenu.h | 62bcbda19cc0027e3d27c18f612e226a5be3545f | [] | no_license | Akira-u/Qt_project | 9f1b28880775eda82001ba5d575ef22bc1081726 | 2938cf010a8784883eb157a231dd76f7f06d95f5 | refs/heads/master | 2022-12-09T13:39:33.687196 | 2020-09-13T23:46:46 | 2020-09-13T23:46:46 | 292,323,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 436 | h | #ifndef STARTMENU_H
#define STARTMENU_H
#include "mainwindow.h"
#include "constants.h"
#include <QMainWindow>
namespace Ui {
class StartMenu;
}
class StartMenu : public QMainWindow
{
Q_OBJECT
public:
explicit StartMenu(QWidget *parent = nullptr);
~StartMenu();
public slots:
void toStartMapSelectWindow();
void toEditMapSelectWindow();
private:
Ui::StartMenu *ui;
MainWindow mw;
};
#endif // STARTMENU_H
| [
"[email protected]"
] | |
b717554153b6157121f42dda722665707148bd24 | 62b081685e34400bc721fb37811b3936ed45108a | /src/caffe/VIDEO_LAYER_FB/video_data_layer_fb.cpp | ce35f6ce8a8238e0b9f44974e7219a1c8accbf23 | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | nguyendinh1987/Caffe_AllinOne | 88a938aca889097feace8557e5608ea3c65f2fa1 | 4563e29f6ba6ba6d5470745c68fa1c020125bd6e | refs/heads/master | 2021-06-27T16:31:46.646313 | 2020-10-30T07:59:57 | 2020-10-30T07:59:57 | 155,181,612 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,992 | cpp | /*
*
* Copyright (c) 2016, Facebook, Inc. All rights reserved.
*
* Licensed under the Creative Commons Attribution-NonCommercial 3.0
* License (the "License"). You may obtain a copy of the License at
* https://creativecommons.org/licenses/by-nc/3.0/.
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
*
*/
#ifdef USE_OPENCV
#include <opencv2/core/core.hpp>
#include <fstream> // NOLINT(readability/streams)
#include <iostream> // NOLINT(readability/streams)
#include <string>
#include <utility>
#include <vector>
#include "caffe/data_transformer.hpp"
#include "caffe/layers/base_data_layer.hpp"
#include "caffe/VIDEO_LAYER_FB/video_data_layer_fb.hpp"
#include "caffe/util/benchmark.hpp"
#include "caffe/util/io.hpp"
#include "caffe/util/image_io_fb.hpp"
#include "caffe/util/math_functions.hpp"
#include "caffe/util/rng.hpp"
namespace caffe {
template <typename Dtype>
VideoDataFBLayer<Dtype>::~VideoDataFBLayer<Dtype>() {
this->StopInternalThread();
}
template <typename Dtype>
void VideoDataFBLayer<Dtype>::DataLayerSetUp(const vector<Blob<Dtype>*>& bottom,
const vector<Blob<Dtype>*>& top) {
const int new_length = this->layer_param_.video_data_fb_param().new_length();
const int new_height = this->layer_param_.video_data_fb_param().new_height();
const int new_width = this->layer_param_.video_data_fb_param().new_width();
string root_folder = this->layer_param_.video_data_fb_param().root_folder();
CHECK((new_height == 0 && new_width == 0) ||
(new_height > 0 && new_width > 0)) << "Current implementation requires "
"new_height and new_width to be set at the same time.";
// Read the list file
const string& source = this->layer_param_.video_data_fb_param().source();
const bool use_temporal_jitter = this->layer_param_.video_data_fb_param().use_temporal_jitter();
const bool use_image = this->layer_param_.video_data_fb_param().use_image();
const int sampling_rate = this->layer_param_.video_data_fb_param().sampling_rate();
const bool use_multiple_label = this->layer_param_.video_data_fb_param().use_multiple_label();
if (use_multiple_label) {
CHECK(this->layer_param_.video_data_fb_param().has_num_of_labels()) <<
"number of labels must be set together with use multiple labels";
}
const int num_of_labels = this->layer_param_.video_data_fb_param().num_of_labels();
LOG(INFO) << "Opening file " << source;
std::ifstream infile(source.c_str());
int count = 0;
string filename, labels;
int start_frm, label;
if (!use_multiple_label) {
if ((!use_image) && use_temporal_jitter){
while (infile >> filename >> label) {
file_list_.push_back(filename);
label_list_.push_back(label);
shuffle_index_.push_back(count);
count++;
}
} else {
while (infile >> filename >> start_frm >> label) {
file_list_.push_back(filename);
start_frm_list_.push_back(start_frm);
label_list_.push_back(label);
shuffle_index_.push_back(count);
count++;
}
}
} else {
if ((!use_image) && use_temporal_jitter){
while (infile >> filename >> labels) {
file_list_.push_back(filename);
shuffle_index_.push_back(count);
vector<int> label_set;
int tmp_int;
stringstream sstream(labels);
while (sstream >> tmp_int) {
label_set.push_back(tmp_int);
if (sstream.peek() == ',')
sstream.ignore();
}
multiple_label_list_.push_back(label_set);
label_list_.push_back(label_set[0]);
count++;
}
} else {
while (infile >> filename >> start_frm >> labels) {
file_list_.push_back(filename);
start_frm_list_.push_back(start_frm);
shuffle_index_.push_back(count);
vector<int> label_set;
int tmp_int;
stringstream sstream(labels);
while (sstream >> tmp_int) {
label_set.push_back(tmp_int);
if (sstream.peek() == ',')
sstream.ignore();
}
multiple_label_list_.push_back(label_set);
label_list_.push_back(label_set[0]);
count++;
}
}
}
infile.close();
if (this->layer_param_.video_data_fb_param().shuffle()) {
// randomly shuffle data
LOG(INFO) << "Shuffling data";
const unsigned int prefetch_rng_seed = caffe_rng_rand();
prefetch_rng_.reset(new Caffe::RNG(prefetch_rng_seed));
ShuffleClips();
}
if (count==0){
LOG(INFO) << "Failed to read the clip list" << std::endl;
}
lines_id_ = 0;
LOG(INFO) << "A total of " << shuffle_index_.size() << " video chunks.";
// Check if we would need to randomly skip a few data points
if (this->layer_param_.video_data_fb_param().rand_skip()) {
unsigned int skip = caffe_rng_rand() %
this->layer_param_.video_data_fb_param().rand_skip();
LOG(INFO) << "Skipping first " << skip << " data points.";
CHECK_GT(shuffle_index_.size(), skip) << "Not enough points to skip";
lines_id_ = skip;
}
// Read a data point, and use it to initialize the top blob.
VolumeDatum datum;
int id = shuffle_index_[lines_id_];
if (!use_image){
if (use_temporal_jitter){
CHECK(ReadVideoToVolumeDatum((root_folder + file_list_[0]).c_str(), 0, label_list_[0],
new_length, new_height, new_width, sampling_rate, &datum));
}
else
CHECK(ReadVideoToVolumeDatum((root_folder + file_list_[id]).c_str(), start_frm_list_[id], label_list_[id],
new_length, new_height, new_width, sampling_rate, &datum));
}
else{
CHECK(ReadImageSequenceToVolumeDatum((root_folder + file_list_[id]).c_str(), start_frm_list_[id], label_list_[id],
new_length, new_height, new_width, sampling_rate, &datum));
}
// Use data_transformer to infer the expected blob shape from a cv_image.
vector<int> top_shape = this->data_transformer_->InferBlobShape(datum);
this->transformed_data_.Reshape(top_shape);
// Reshape prefetch_data and top[0] according to the batch_size.
const int batch_size = this->layer_param_.video_data_fb_param().batch_size();
CHECK_GT(batch_size, 0) << "Positive batch size required";
top_shape[0] = batch_size;
for (int i = 0; i < this->prefetch_.size(); ++i) {
this->prefetch_[i]->data_.Reshape(top_shape);
}
top[0]->Reshape(top_shape);
LOG(INFO) << "output data size: " << top[0]->shape(0) << ","
<< top[0]->shape(1) << "," << top[0]->shape(2) << ","
<< top[0]->shape(3) << "," << top[0]->shape(4);
// label
vector<int> label_shape;
label_shape.push_back(batch_size);
if (use_multiple_label)
label_shape.push_back(num_of_labels);
top[1]->Reshape(label_shape);
for (int i = 0; i < this->prefetch_.size(); ++i) {
this->prefetch_[i]->label_.Reshape(label_shape);
}
}
template <typename Dtype>
void VideoDataFBLayer<Dtype>::ShuffleClips() {
caffe::rng_t* prefetch_rng =
static_cast<caffe::rng_t*>(prefetch_rng_->generator());
shuffle(shuffle_index_.begin(), shuffle_index_.end(), prefetch_rng);
}
// This function is called on prefetch thread
template <typename Dtype>
void VideoDataFBLayer<Dtype>::load_batch(Batch<Dtype>* batch) {
CPUTimer batch_timer;
batch_timer.Start();
double read_time = 0;
double trans_time = 0;
CPUTimer timer;
CHECK(batch->data_.count());
CHECK(this->transformed_data_.count());
VideoDataFBParameter video_data_fb_param = this->layer_param_.video_data_fb_param();
const int batch_size = video_data_fb_param.batch_size();
const int new_length = video_data_fb_param.new_length();
const int new_height = video_data_fb_param.new_height();
const int new_width = video_data_fb_param.new_width();
string root_folder = video_data_fb_param.root_folder();
const bool use_image = video_data_fb_param.use_image();
const bool use_temporal_jitter = video_data_fb_param.use_temporal_jitter();
int sampling_rate = video_data_fb_param.sampling_rate();
const int max_sampling_rate = video_data_fb_param.max_sampling_rate();
const bool use_sampling_rate_jitter = video_data_fb_param.use_sampling_rate_jitter();
const bool show_data = video_data_fb_param.show_data();
const bool use_multiple_label = this->layer_param_.video_data_fb_param().use_multiple_label();
if (use_multiple_label) {
CHECK(this->layer_param_.video_data_fb_param().has_num_of_labels()) <<
"number of labels must be set together with use multiple labels";
}
const int num_of_labels = this->layer_param_.video_data_fb_param().num_of_labels();
// Reshape according to the first image of each batch
// on single input batches allows for inputs of varying dimension.
// Read a data point, and use it to initialize the top blob.
VolumeDatum datum;
int id = shuffle_index_[lines_id_];
if (!use_image){
if (use_temporal_jitter){
ReadVideoToVolumeDatum((root_folder + file_list_[0]).c_str(), 0, label_list_[0],
new_length, new_height, new_width, sampling_rate, &datum);
} else {
ReadVideoToVolumeDatum((root_folder + file_list_[id]).c_str(), start_frm_list_[id], label_list_[id],
new_length, new_height, new_width, sampling_rate, &datum);
}
} else {
// LOG(INFO) << "read video from " << file_list_[id].c_str();
CHECK(ReadImageSequenceToVolumeDatum((root_folder + file_list_[id]).c_str(), start_frm_list_[id], label_list_[id],
new_length, new_height, new_width, sampling_rate, &datum));
}
// Use data_transformer to infer the expected blob shape from a cv_img.
vector<int> top_shape = this->data_transformer_->InferBlobShape(datum);
this->transformed_data_.Reshape(top_shape);
// Reshape batch according to the batch_size.
top_shape[0] = batch_size;
batch->data_.Reshape(top_shape);
Dtype* prefetch_data = batch->data_.mutable_cpu_data();
Dtype* prefetch_label = batch->label_.mutable_cpu_data();
// datum scales
const int dataset_size = shuffle_index_.size();
for (int item_id = 0; item_id < batch_size; ++item_id) {
// get a blob
if (use_sampling_rate_jitter) {
sampling_rate = caffe::caffe_rng_rand() % (max_sampling_rate) + 1;
}
timer.Start();
CHECK_GT(dataset_size, lines_id_);
bool read_status;
int id = this->shuffle_index_[this->lines_id_];
if (!use_image){
if (!use_temporal_jitter){
read_status = ReadVideoToVolumeDatum((root_folder + this->file_list_[id]).c_str(), this->start_frm_list_[id],
this->label_list_[id], new_length, new_height, new_width, sampling_rate, &datum);
}else{
read_status = ReadVideoToVolumeDatum((root_folder + this->file_list_[id]).c_str(), -1,
this->label_list_[id], new_length, new_height, new_width, sampling_rate, &datum);
}
} else {
if (!use_temporal_jitter) {
read_status = ReadImageSequenceToVolumeDatum((root_folder + this->file_list_[id]).c_str(), this->start_frm_list_[id],
this->label_list_[id], new_length, new_height, new_width, sampling_rate, &datum);
} else {
int num_of_frames = this->start_frm_list_[id];
int use_start_frame;
if (num_of_frames < new_length * sampling_rate){
LOG(INFO) << "not enough frames; having " << num_of_frames;
read_status = false;
} else {
if (this->phase_ == TRAIN)
use_start_frame = caffe_rng_rand()%(num_of_frames-new_length*sampling_rate+1) + 1;
else
use_start_frame = 0;
read_status = ReadImageSequenceToVolumeDatum((root_folder + this->file_list_[id]).c_str(), use_start_frame,
this->label_list_[id], new_length, new_height, new_width, sampling_rate, &datum);
}
}
}
if (this->phase_ == TEST){
CHECK(read_status) << "Testing must not miss any example";
}
if (!read_status) {
this->lines_id_++;
if (this->lines_id_ >= dataset_size) {
// We have reached the end. Restart from the first.
DLOG(INFO) << "Restarting data prefetching from start.";
this->lines_id_ = 0;
if (this->layer_param_.video_data_fb_param().shuffle()){
ShuffleClips();
}
}
item_id--;
continue;
}
read_time += timer.MicroSeconds();
timer.Start();
// Apply transformations (mirror, crop...) to the video
vector<int> shape_vec(5, 0);
shape_vec[0] = item_id;
int offset = batch->data_.offset(shape_vec);
this->transformed_data_.set_cpu_data(prefetch_data + offset);
this->data_transformer_->VideoTransform(datum, &(this->transformed_data_));
trans_time += timer.MicroSeconds();
if (!use_multiple_label) {
prefetch_label[item_id] = datum.label();
} else {
caffe_set<Dtype>(num_of_labels, Dtype(0), prefetch_label + item_id * num_of_labels);
for (int index= 0; index < this->multiple_label_list_[id].size(); index++) {
prefetch_label[item_id * num_of_labels +
this->multiple_label_list_[id][index]] = Dtype(1);
}
}
// Show visualization
if (show_data){
const Dtype* data_buffer = (Dtype*)(prefetch_data + offset);
int image_size, channel_size;
image_size = top_shape[3] * top_shape[4];
channel_size = top_shape[2] * image_size;
for (int l = 0; l < top_shape[2]; ++l) {
for (int c = 0; c < top_shape[1]; ++c) {
cv::Mat img;
char ch_name[64];
BufferToGrayImage(data_buffer + c * channel_size + l * image_size, top_shape[3], top_shape[4], &img);
sprintf(ch_name, "Channel %d", c);
cv::namedWindow(ch_name, CV_WINDOW_AUTOSIZE);
cv::imshow(ch_name, img);
}
cv::waitKey(100);
}
}
// go to the next iter
this->lines_id_++;
if (lines_id_ >= dataset_size) {
// We have reached the end. Restart from the first.
DLOG(INFO) << "Restarting data prefetching from start.";
lines_id_ = 0;
if (this->layer_param_.video_data_fb_param().shuffle()) {
ShuffleClips();
}
}
}
batch_timer.Stop();
DLOG(INFO) << "Prefetch batch: " << batch_timer.MilliSeconds() << " ms.";
DLOG(INFO) << " Read time: " << read_time / 1000 << " ms.";
DLOG(INFO) << "Transform time: " << trans_time / 1000 << " ms.";
// std::ofstream out("profile_inference.log", std::ofstream::out | std::ofstream::app);
// out << "data CPU " << batch_timer.MilliSeconds() << "\n";
// out.close();
}
INSTANTIATE_CLASS(VideoDataFBLayer);
REGISTER_LAYER_CLASS(VideoDataFB);
} // namespace caffe
#endif // USE_OPENCV | [
"[email protected]"
] | |
0e0d29e3755716f36d36c050af248346b84e3e71 | 92adb45dae9e156c4e0f9317d51a3de2f34fb71c | /MySort/src/main/main.cpp | 395c56f80d87fa1befe562735d4cdb9e67fa6334 | [
"MIT"
] | permissive | zlei40/zlei40Test | 82193a326c484635ee6d861561ec32c5bea48617 | 08a6d2f2e43352496661597bf0a6047442ba31c0 | refs/heads/main | 2023-01-11T20:09:41.005917 | 2020-11-11T09:21:00 | 2020-11-11T09:21:00 | 310,207,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,715 | cpp | // ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#include <iostream>
#include "MySort.h"
#include "common.h"
using namespace std;
int main()
{
std::cout << "Hello World!\n";
int len = 10;
int arr[10] = {};
MySort testSort;
commonFunction cf;
//冒泡排序
cout << "-------------------------------冒泡排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.BubbleSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------冒泡排序--------------------------------" << endl << endl;
//插入排序
cout << "--------------------------------插入排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.InsertSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------插入排序--------------------------------" << endl << endl;
//选择排序
cout << "--------------------------------选择排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.SelectSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------选择排序--------------------------------" << endl << endl;
//希尔排序
cout << "--------------------------------希尔排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.ShellSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------希尔排序--------------------------------" << endl << endl;
//归并排序
cout << "--------------------------------归并排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.MergeSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------归并排序--------------------------------" << endl << endl;
//快速排序
cout << "--------------------------------快速排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.QuickSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------快速排序--------------------------------" << endl << endl;
//计数排序
cout << "--------------------------------计数排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.CountingSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------计数排序--------------------------------" << endl << endl;
//基数排序
cout << "--------------------------------基数排序--------------------------------" << endl;
cf.InitArray(arr, len);
cf.PrintOriginalData(arr, len);
testSort.RadixSort(arr, len);
cf.PrintOrderData(arr, len);
cout << "--------------------------------基数排序--------------------------------" << endl << endl;
return 0;
}
// 运行程序: Ctrl + F5 或调试 >“开始执行(不调试)”菜单
// 调试程序: F5 或调试 >“开始调试”菜单
// 入门使用技巧:
// 1. 使用解决方案资源管理器窗口添加/管理文件
// 2. 使用团队资源管理器窗口连接到源代码管理
// 3. 使用输出窗口查看生成输出和其他消息
// 4. 使用错误列表窗口查看错误
// 5. 转到“项目”>“添加新项”以创建新的代码文件,或转到“项目”>“添加现有项”以将现有代码文件添加到项目
// 6. 将来,若要再次打开此项目,请转到“文件”>“打开”>“项目”并选择 .sln 文件
| [
"[email protected]"
] | |
5b370043301a97cb4c4bd952652f38496b81419b | 17c51516399d4170cc970260a32ccb79b7e77c32 | /solved/분할정복/2630.cpp | a8c03178a317813fee5bafdd7adb1bb74ea22165 | [] | no_license | heosang/BJ_solution | 2037281e74eb4d4591d5659936fe02291cfea83f | 7143eecd0bc772ec08247395397063ee5b77555b | refs/heads/master | 2021-02-04T15:06:33.494190 | 2020-05-30T14:37:52 | 2020-05-30T14:37:52 | 243,676,294 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 903 | cpp | #pragma warning(disable:4996)
#include <cstdio>
#include <algorithm>
using namespace std;
int ary[129][129] = { 0, };
void func(int, int, int, int,int);
int cntB = 0;
int cntW = 0;
int n;
int main() {
scanf("%d", &n);
for (int i = 1; i <= n; i++) {
for (int j = 1;j <= n;j++) {
scanf("%d", &ary[i][j]);
}
}
func(1, n, 1, n, n);
printf("%d\n%d", cntW,cntB);
return 0;
}
void func(int xB, int xE, int yB, int yE,int n) {
if (xB == xE) {
if (ary[xB][yB] == 1) {
cntB++;
}
else {
cntW++;
}
return;
}
for (int i = xB;i <= xE;i++) {
for (int j = yB;j <= yE;j++) {
if (ary[i][j] != ary[xB][yB]) {
func(xB+n/2, xE, yB, yE- n / 2,n/2);
func(xB+n/2, xE, yB+ n / 2, yE, n / 2);
func(xB, xE- n / 2, yB, yE- n / 2, n / 2);
func(xB, xE- n / 2, yB+ n / 2, yE, n / 2);
return;
}
}
}
if (ary[xB][yB] == 1) {
cntB++;
}
else {
cntW++;
}
return;
} | [
"[email protected]"
] | |
3ad73644c5f3e1f764b5e2026a0e0f0e52e33c14 | d6df418a03c3971b8a509efdf749e12840414043 | /144.cpp | 15e7865107d5a4d9122bad7831bc455962668577 | [] | no_license | frblazquez/Acepta-el-reto | d64e6ba06bee5b212635ac5d9a23c8a2f73cf54b | c95cb838a52301fd0a91eac2c28924ebe2747d7e | refs/heads/master | 2020-03-30T08:23:47.002203 | 2019-10-27T08:34:28 | 2019-10-27T08:34:28 | 151,011,842 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,276 | cpp | /*
* Copyright © 2018
*
* Francisco Javier Blázquez Martínez ~ [email protected]
*
* Double degree in Mathematics-Computer engineering.
* Complutense university, Madrid.
*
*/
#include <iostream>
#include <list>
#include <string>
using namespace std;
string transformaTeclado(string const& entrada);
int main()
{
string cadenaTeclado, salidaPantalla;
list<char> prueba;
getline(cin, cadenaTeclado);
while (cin)
{
salidaPantalla = transformaTeclado(cadenaTeclado);
cout << salidaPantalla << '\n';
prueba.clear();
getline(cin, cadenaTeclado);
}
return 0;
}
string transformaTeclado(string const& entrada)
{
string aux = ""; int indice = 0;
list<char> cola;
auto index = cola.end();
for (char c : entrada)
{
switch (c)
{
case '+':
{
index = cola.end();
}break;
case '-':
{
index = cola.begin();
}break;
case '*':
{
if (index != cola.end())
index++;
}break;
case '3':
{
if (index != cola.end())
index = cola.erase(index);
}break;
default:
{
cola.insert(index, c);
}
}
}
//Vaciamos la cola en aux
while(cola.size() > 0)
{
aux.push_back(cola.front());
cola.pop_front();
}
return aux;
}
| [
"[email protected]"
] | |
cb0ecf2cfe1802ab919d528d6cdb62319f4c7b19 | d500bc1b126213d558187edd054197e818aa8b4e | /lintcode-0120.h | ae832aa380aed00a9c3d9653a698713000557d8f | [] | no_license | arnabs542/lintcode-1 | b49348c40149c550d543deb274c07e0131d4ce48 | ef5825b930572df08cfbc87eef8884e5de7adb6e | refs/heads/master | 2023-01-18T22:31:55.887554 | 2020-11-30T04:14:38 | 2020-11-30T04:14:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,167 | h | #ifndef __LINTCODE_0120__
#define __LINTCODE_0120__
#include "data-types.h"
/*@120. Word Ladder
Given two words (start and end), and a dictionary, find the shortest transformation sequence from start to end, output the length of the sequence.
Transformation rule such that:
Only one letter can be changed at a time
Each intermediate word must exist in the dictionary. (Start and end words do not need to appear in the dictionary )
Example 1:
Input: start = "a", end = "c", dict =["a","b","c"]
Output: 2
Explanation: "a"->"c"
Example 2:
Input: start ="hit", end = "cog", dict =["hot","dot","dog","lot","log"]
Output: 5
Explanation: "hit"->"hot"->"dot"->"dog"->"cog"
Notice
Return 0 if there is no such transformation sequence.
All words have the same length.
All words contain only lowercase alphabetic characters.
You may assume no duplicates in the word list.
You may assume beginWord and endWord are non-empty and are not the same.
*/
class Solution120BFS2
{
public:
/*
* @param start: a string
* @param end: a string
* @param dict: a set of string
* @return: An integer
*/
int ladderLength(std::string& start, std::string& end, std::unordered_set<std::string>& dict)
{
// write your code here
if (dict.empty()) {
return -1;
}
if (start == end) {
return 0;
}
dict.insert(start);
dict.insert(end);
std::unordered_map<std::string, std::unordered_set<std::string>> graph = buildGraph(dict);
std::queue<std::string> forwardQue;
std::unordered_set<std::string> forwardSet;
std::queue<std::string> backwardQue;
std::unordered_set<std::string> backwardSet;
forwardQue.push(start);
forwardSet.insert(start);
backwardQue.push(end);
backwardSet.insert(end);
int distance = 1; // ????
while (!forwardQue.empty() && !backwardQue.empty()) {
distance++;
if (extendQueue(graph, forwardQue, forwardSet, backwardSet)) {
return distance;
}
distance++;
if (extendQueue(graph, backwardQue, backwardSet, forwardSet)) {
return distance;
}
}
return -1;
}
private:
bool extendQueue(std::unordered_map<std::string, std::unordered_set<std::string>>& graph,
std::queue<std::string>& q,
std::unordered_set<std::string>& visited,
std::unordered_set<std::string>& oppositeVisited)
{
int size = q.size();
for (int i = 0; i < size; i++) {
std::string word = q.front();
q.pop();
for (auto nextWord : graph[word]) {
if (visited.count(nextWord)) {
continue;
}
if (oppositeVisited.count(nextWord)) {
return true;
}
q.push(nextWord);
visited.insert(nextWord);
}
}
return false;
}
std::unordered_map<std::string, std::unordered_set<std::string>> buildGraph(std::unordered_set<std::string>& dict)
{
std::unordered_map<std::string, std::unordered_set<std::string>> graph;
for (auto word : dict) {
graph[word] = getNextWords(word, dict);
}
return graph;
}
/* std::unordered_set<std::string> getNextWords(std::string& word, std::unordered_set<std::string>& dict)
{
std::string chars = "abcdefghijklmnopqrstuvwxyz";
std::unordered_set<std::string> nextWordSets;
int wordLen = word.size();
for (int i = 0; i < wordLen; i++) {
std::string nextWord = word;
for (int j = 0; j < chars.size(); j++) {
if (word[i] == chars[j]) {
continue;
}
nextWord[i] = chars[j];
if (dict.count(nextWord)) {
nextWordSets.insert(nextWord);
}
}
}
return nextWordSets;
}*/
std::unordered_set<std::string> getNextWords(std::string& word, std::unordered_set<std::string>& dict)
{
std::unordered_set<std::string> nextWordSets;
for (int i = 0; i < (int)word.size(); i++) {
std::string nextWord = word;
for (char j = 'a'; j <= 'z'; j++) {
nextWord[i] = j;
if (nextWord != word && dict.count(nextWord)) {
nextWordSets.insert(nextWord);
}
}
}
return nextWordSets;
}
};
class Solution120_1
{
public:
int ladderLength(std::string& start, std::string& end, std::unordered_set<std::string>& dict)
{
if (dict.empty()) {
return 0;
}
dict.insert(end);
std::unordered_map<std::string, int> distance;
std::queue<std::string> q;
q.push(start);
distance[start] = 1;
while (!q.empty()) {
std::string word = q.front();
q.pop();
if (word == end) {
return distance[word];
}
std::vector<std::string> words = getNextWords(word);
for (auto nextWord : words) {
if (!dict.count(nextWord) || distance.count(nextWord)) {
continue;
}
q.push(nextWord);
distance[nextWord] = distance[word] + 1;
}
}
return 0;
}
int ladderLengthUsingLevel(std::string& start, std::string& end, std::unordered_set<std::string>& dict)
{
if (dict.empty()) {
return 0;
}
dict.insert(end);
int distance = 0;
std::unordered_set<std::string> visited;
std::queue<std::string> q;
q.push(start);
visited.insert(start);
while (!q.empty()) {
int size = q.size();
distance++;
for (int i = 0; i < size; i++) {
std::string word = q.front();
q.pop();
if (word == end) {
return distance;
}
std::vector<std::string> words = getNextWords(word);
for (auto nextWord : words) {
if (!dict.count(nextWord) || visited.count(nextWord)) {
continue;
}
q.push(nextWord);
visited.insert(nextWord);
}
}
}
return 0;
}
private:
std::vector<std::string> getNextWords(std::string& word)
{
std::vector<std::string> words;
for (int i = 0; i < (int)word.size(); i++) {
for (char c = 'a'; c <= 'z'; c++) {
if (word[i] == c) {
continue;
}
std::string newWord = word;
newWord[i] = c;
words.emplace_back(newWord);
}
}
return words;
}
};
#endif
| [
"[email protected]"
] | |
c7e9bee1c3b8c9c2dba4eda60a5cc4ab9184cc69 | 5370eba2ea13b0c229e7004a3c35f9eb71a68cc8 | /tests/parse.cc | 442487d4577d01800078044bc8e89618ecd3a21a | [
"Apache-2.0"
] | permissive | iplayfast/curv | 348458500d8e297557c39b1af0553534abb5fd36 | e14ff67ba269c630b78be4708454fefcdbfc4378 | refs/heads/master | 2020-06-25T04:21:53.661296 | 2018-04-27T15:14:17 | 2018-04-27T15:14:17 | 131,206,111 | 0 | 0 | Apache-2.0 | 2018-04-27T15:14:18 | 2018-04-26T20:17:26 | C++ | UTF-8 | C++ | false | false | 988 | cc | #include <gtest/gtest.h>
#include <curv/location.h>
using namespace std;
using namespace curv;
TEST(curv, parse)
{
auto s1 = make<String_Script>(make_string(""), make_string("x+\n"));
Token t1;
t1.first_ = 3;
t1.first_white_ = 3;
t1.last_ = 3;
Location l1(*s1, t1);
Location::Line_Info li1 = l1.line_info();
ASSERT_EQ(li1.start_line_num, 0u);
ASSERT_EQ(li1.start_column_num, 2u); //not 3
ASSERT_EQ(li1.end_line_num, 0u);
ASSERT_EQ(li1.end_column_num, 2u); //not 3
ASSERT_EQ(li1.start_line_begin, 0u);
auto s2 = make<String_Script>(make_string(""),
make_string("abc\ndef\n"));
Token t2;
t2.first_ = 5;
t2.first_white_ = 5;
t2.last_ = 6;
Location l2(*s2, t2);
Location::Line_Info li2 = l2.line_info();
ASSERT_EQ(li2.start_line_num, 1u);
ASSERT_EQ(li2.start_column_num, 1u);
ASSERT_EQ(li2.end_line_num, 1u);
ASSERT_EQ(li2.end_column_num, 2u);
ASSERT_EQ(li2.start_line_begin, 4u);
}
| [
"[email protected]"
] | |
8d8f1ebdea17bb4233c3a21998a46bae50847701 | ae782bf76d7f26eac5eddd5a4d1b11886a04d8e3 | /src/content/Ccnr.cc | fbed7dd53dda4774ef739540858a950111da0c3e | [] | no_license | AdrianoAvelar/ccn-simulator | 218f2fd1d1910551d4874ec8aeb4e2d9cd4a63fa | 79025a122cceb0d2f010e8b6d86d02d3d3eb181e | refs/heads/master | 2021-05-02T09:49:42.819997 | 2016-10-31T15:20:02 | 2016-10-31T15:20:02 | 52,810,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,971 | cc | /*
* ccnSim is a scalable chunk-level simulator for Content Centric
* Networks (CCN), that we developed in the context of ANR Connect
* (http://www.anr-connect.org/)
*
* People:
* Giuseppe Rossini (lead developer, mailto [email protected])
* Raffaele Chiocchetti (developer, mailto [email protected])
* Dario Rossi (occasional debugger, mailto [email protected])
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#include "ccnsim.h"
#include "Ccnr.h"
#include "zipf.h"
//#include "content_distribution.h"
#include <algorithm>
#include "videotraffic/FileHandlers/SenderTrace.h"
#include "videotraffic/VideoTraffic.h"
#include "Util.h"
Register_Class (Ccnr);
vector<file> Ccnr::catalog;
zipf_distribution Ccnr::zipf;
name_t Ccnr::stabilization_bulk = 0;
name_t Ccnr::perfile_bulk = 0;
name_t Ccnr::cut_off = 0;
int *Ccnr::repositories = 0;
int *Ccnr::clients = 0;
//Initialize the catalog, the Ccnr, and distributes contents among them.
void Ccnr::initialize() {
nodes = 1;//getAncestorPar("n");
num_repos = 1;//getAncestorPar("num_repos"); //Number of repositories (specifically ccn_node(s) who a repository is connected to)
num_clients = 1;//getAncestorPar("num_clients");
alpha = par("alpha");
q = par("q");
cardF = par("objects"); //Number of files within the system
F = par("file_size"); //Average chunk size
degree = 1;//getAncestorPar("replicas");
catalog.resize(cardF + 1); // initialize content catalog
tot_delay = 0;
}
void Ccnr::init() {
double coff = par("cut_off");
//
//Zipf initialization
//
zipf = zipf_distribution(alpha, q, cardF);
zipf.zipf_initialize();
cut_off = zipf.value(coff);
stabilization_bulk = zipf.value(0.9);
perfile_bulk = zipf.value(0.5);
char name[15];
//
//Repositories initialization
//
//cStringTokenizer tokenizer(getAncestorPar("node_repos"), ",");
cStringTokenizer tokenizer("", ",");
repositories = init_repos(tokenizer.asIntVector());
//Useful for statitics: write out the name of each repository within the network
for (int i = 0; i < num_repos; i++) {
sprintf(name, "repo-%d", i);
recordScalar(name, repositories[i]);
}
//
//Clients initialization
//
if (num_clients < 0) //If num_clients is < 0 all nodes of the network are clients
num_clients = nodes;
//tokenizer = cStringTokenizer(getAncestorPar("node_clients"), ",");
tokenizer = cStringTokenizer("", ",");
clients = init_clients(tokenizer.asIntVector());
//Useful for statitics: write out the name of each repository within the network
for (int i = 0; i < num_clients; i++) {
sprintf(name, "client-%d", i);
recordScalar(name, clients[i]);
}
//
//Content initialization
//
cout << "Start content initialization..." << endl;
init_content();
cout << "Content initialized" << endl;
}
void Ccnr::addToDummyCache(const char *contentName, const int numChunks,
const int chunkSize) {
datachunk chunk;
chunks_entry chunks;
string name;
std::stringstream out;
for (int i = 0; i < (numChunks+1); i++) {
chunk.pkt_id_ = i;
chunk.packetSize_ = chunkSize;
chunk.protocol = PT_DUMMY;
//out << i;
name = contentName;
//name.append("_");
//name.append(out.str());
//out.str("");
chunks.push_back(chunk);
CCNR.insert(std::make_pair(name, chunks));
chunks.clear();
}
}
void Ccnr::addToCache(const char* contentName, const char* localPath) {
// unsigned found = localPath.find_last_of(".");
// std::string extension = str.substr(0,found);
SenderTrace *file = new SenderTrace();
file->setFilePath(localPath);
VideoTrafficGenerator* traffic = new VideoTrafficGenerator();
traffic->setTraceFile(file);
traffic->init();
datachunk chunk; //= (videochunk *) malloc(sizeof(videochunk));
//FIXME: Otimizar essa inserção...
chunks_entry chunks;
while (traffic->fillchunk(&chunk)) {
chunk.protocol = PT_VIDEO;
chunks.push_back(chunk);
// fprintf(stdout,"frametype: %d size: %d type: %d id: %d time: %f vsize: %d\n",chunk.frametype_,chunk.packetSize_,
// chunk.packetType_,
// chunk.pkt_id_,chunk.stime_, chunks.size());
}
CCNR.insert(std::make_pair(contentName, chunks));
// DATABASE::iterator db = DB.find(contentName);
// chunk_entry::iterator dbIt;
//
// for (dbIt = (db->second).begin(); dbIt != (db->second).end(); dbIt++) {
// chunk = *dbIt;
// fprintf(stderr, "type: %d size: %d type: %d id: %d time: %f\n",
// chunk.frametype_, chunk.packetSize_, chunk.packetType_,
// chunk.frame_pkt_id_, chunk.time_);
// }
//delete traffic;
}
ccnr_response * Ccnr::lookup(CcnPacket *ccnPkt) {
chunk_t contentName = std::string(ccnPkt->getName());
Enter_Method("Ccnr::lookup");
std::string content = Util::removeChunkId(contentName);
double delay = ccnPkt->getSumDi();
if (delay > 0) {
tot_pkt++;
tot_delay += delay;
}
/*
* Here you're using a hack to remove dup chunks ids.
* Dup Chunks is used to have a database with zipf distribution of videochunks
* which are pointing to the same file, thus saving memory usage.
* e.g /cin/ufpe/movie#3#4 is getting the chunk 4 of zipf 3. Don't matter zipf,
* value all chunk '4' is pointing for the same video file chunk.
*/
content = Util::removeChunkId(content);
unsigned long requestedChunkId = Util::getChunkId(contentName);
DATABASE::iterator db = CCNR.find(content);
if (db != CCNR.end()) {
if (Util::isDummyApp(contentName)) {
datachunk chunk;
chunk.pkt_id_ = requestedChunkId;
chunk.packetSize_ = 1024;
chunk.protocol = PT_DUMMY;
ccnr_response *res = new ccnr_response;
res->time = 0;
res->data = &chunk;
res->size = 100;
return res;
} else {
chunks_entry::iterator dbIt;
for (dbIt = (db->second).begin(); dbIt != (db->second).end(); dbIt++) {
// fprintf(stdout,"frametype: %d size: %d type: %d id: %d time: %f \n",(*dbIt).frametype_,(*dbIt).packetSize_,
// (*dbIt).packetType_,
// (*dbIt).pkt_id_,(*dbIt).stime_);
unsigned long pkt_id = (*dbIt).pkt_id_;
if (pkt_id == requestedChunkId) {
//Tell to AppLayer how many chunks are left.
(*dbIt).remain = ((db->second).size() - requestedChunkId) - 1;
ccnr_response *res = new ccnr_response;
res->time = (*dbIt).stime_ > 0 ? (*dbIt).stime_ : 0;
(*dbIt).stime_ = simTime().dbl();
datachunk *data_chunk = new datachunk();
memcpy(data_chunk, &(*dbIt), sizeof(datachunk));
res->data = data_chunk;
//res->data = &(*dbIt);
res->size = sizeof(datachunk);
int p_ = (*dbIt).frametype_;
//
// switch((*dbIt).frametype_){
// case 1 :
// p_ = 1;
// break;
// case 2 :
// p_ = 2;
// break;
// case 3 :
// p_ = 4;
// break;
// }
// ccnPkt->setPriority(p_);
return res;
}
}
return NULL; //Nothing found
}
}
return NULL; //Nothing found
}
/*
* Generate all possible combinations of binary strings of a given length with
* a given number of bits set.
*/
vector<int> Ccnr::binary_strings(int num_ones, int len) {
vector<int> bins;
int ones, bin;
for (int i = 1; i < (1 << len); i++) {
bin = i;
ones = 0;
//Count the number of ones
while (bin) {
ones += bin & 1;
bin >>= 1;
}
//If the ones are equal to the number of repositories this is a good
//binary number
if (ones == num_ones)
bins.push_back(i);
}
return bins;
}
//Store information about the content:
void Ccnr::init_content() {
//As the repositories are represented as a string of bits, the function
//binary_string is used for generating binary strings of length num_repos
//with exactly degree ones
vector<int> repo_strings = binary_strings(degree, num_repos);
for (int d = 1; d <= cardF; d++) {
//Reset the information field of a given content
__info(d)= 0;
if (F > 1) {
//Set the file size (distributed like a geometric)
filesize_t s = geometric( 1.0 / F ) + 1;
__ssize ( d, s );
} else
__ssize( d , 1);
//Set the repositories
if (num_repos==1) {
__srepo ( d , 1 );
} else {
repo_t repos = repo_strings[intrand(repo_strings.size())];
__srepo (d ,repos);
}
}
}
/*
* Initialize the repositories vector. This vector is composed by the
* repositories specified by the ini file. In addition some random repositories
* are added if one wished more repositories than the fixed number specified
* (see omnet.ini for further comments).
*/
int *Ccnr::init_repos(vector<int> node_repos) {
if (node_repos.size() > (unsigned) num_repos)
error("You try to distribute too much repositories.");
int *repositories = new int[num_repos];
int i = 0;
while (node_repos.size()) {
int r = node_repos[i];
node_repos.pop_back();
repositories[i++] = r;
}
int new_rep;
while (i < num_repos) {
new_rep = intrand(nodes);
if (find(repositories, repositories + i, new_rep) == repositories + i) {
repositories[i++] = new_rep;
}
}
return repositories;
}
/*
* Initialize the clients vector. This vector is composed by the clients
* specified into the ini file. In addition, some random clients are added if
* one wished more repositories than the fixed number specified (see omnet.ini
* for further comments).
*/
int *Ccnr::init_clients(vector<int> node_clients) {}
//
// if (node_clients.size() > (unsigned) num_clients)
// error("You try to distribute too much clients.");
//
// if (clients != 0)
// return clients;
//
// int *clients = new int[num_clients];
//
// int i = 0;
// while (node_clients.size()) {
// int r = node_clients[i];
// node_clients.pop_back();
// clients[i++] = r;
// }
//
// int new_c;
// while (i < num_clients) {
// new_c = intrand(nodes);
// //NOTE: in this way a client can be attached to a node
// //where a repository is already attached.
// if (find(clients, clients + i, new_c) == clients + i)
// clients[i++] = new_c;
// }
// return clients;
//
//}
void Ccnr::finish(){
if(tot_delay > 0){
char nome[32];
sprintf(nome,"tot_mean_delay");
recordScalar(nome,tot_delay/tot_pkt);
}
}
| [
"[email protected]"
] | |
c95901fb57ffe4d95285f53371211621c3b2d1b9 | f6f9b5ca01b8a395ad2e056d8bc4f70429fad608 | /torcs-1.3.4/src/libs/musicplayer/musicplayer.cpp | c6d837a2c2823571623034c95988d22a86bf313a | [
"GPL-1.0-or-later",
"GPL-2.0-only",
"MIT"
] | permissive | shunchan0677/InfoGAIL | 4677690b159578e996f82a5888b2110b29bb3142 | 22c537fe2a11e43121465df48bb1378db1c418b5 | refs/heads/master | 2021-02-15T21:06:48.170324 | 2020-03-18T06:18:25 | 2020-03-18T06:18:25 | 244,931,158 | 0 | 0 | MIT | 2020-03-04T15:09:19 | 2020-03-04T15:09:18 | null | UTF-8 | C++ | false | false | 2,583 | cpp | /***************************************************************************
file : musicplayer.cpp
created : Fri Dec 23 17:35:18 CET 2011
copyright : (C) 2011 Bernhard Wymann
email : [email protected]
version : $Id: musicplayer.cpp,v 1.1.2.2 2011/12/29 09:23:24 berniw Exp $
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include "musicplayer.h"
#include <GL/glut.h>
#include <string.h>
#include <tgf.h>
#include <portability.h>
#include "OggSoundStream.h"
#include "OpenALMusicPlayer.h"
static bool isEnabled()
{
const int BUFSIZE = 1024;
char buf[BUFSIZE];
snprintf(buf, BUFSIZE, "%s%s", GetLocalDir(), MM_SOUND_PARM_CFG);
bool enabled = false;
void *handle = GfParmReadFile(buf, GFPARM_RMODE_STD | GFPARM_RMODE_CREAT);
const char* s = GfParmGetStr(handle, MM_SCT_SOUND, MM_ATT_SOUND_ENABLE, MM_VAL_SOUND_DISABLED);
if (strcmp(s, MM_VAL_SOUND_ENABLED) == 0) {
enabled = true;
}
GfParmReleaseHandle(handle);
return enabled;
}
// Path relative to CWD, e.g "data/music/torcs1.ogg"
static SoundStream* getMenuSoundStream(char* oggFilePath)
{
static OggSoundStream stream(oggFilePath);
return &stream;
}
static OpenALMusicPlayer* getMusicPlayer()
{
const int BUFSIZE = 1024;
char oggFilePath[BUFSIZE];
strncpy(oggFilePath, "data/music/torcs1.ogg", BUFSIZE);
static OpenALMusicPlayer player(getMenuSoundStream(oggFilePath));
return &player;
}
static void playMenuMusic(int /* value */)
{
const int nextcallinms = 100;
OpenALMusicPlayer* player = getMusicPlayer();
if (player->playAndManageBuffer()) {
glutTimerFunc(nextcallinms, playMenuMusic, 0);
}
}
void startMenuMusic()
{
if (isEnabled()) {
OpenALMusicPlayer* player = getMusicPlayer();
player->start();
playMenuMusic(0);
}
}
void stopMenuMusic()
{
OpenALMusicPlayer* player = getMusicPlayer();
player->stop();
player->rewind();
} | [
"[email protected]"
] | |
6126816a5fa44f0058298a94825a5d5e0a0e9ff6 | 44fd6d036fbc9f3941419e4f31134fd827a1d62f | /Shooter/icosahedron.h | 8b802865b1a1468023d0bb1fdcf92052d8289b3b | [] | no_license | PetrMokrov/OpenGL-Shooter | 3364cdcddc07a0bd1e4f9714b3a8032baec2789c | 76999656f8118ad0afe8425677cf9b0e045672bf | refs/heads/master | 2022-07-02T12:14:58.235943 | 2020-05-09T23:09:34 | 2020-05-09T23:09:34 | 262,508,491 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,182 | h | //
// Created by Admin on 09.05.2020.
//
#include <GL/glew.h>
#include <iostream>
#include <vector>
#include <math.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtx/rotate_vector.hpp>
#ifndef SHOOTER_ICOSAHEDRON_H
#define SHOOTER_ICOSAHEDRON_H
struct IcosahedronDescriptor {
GLuint VAO;
GLuint VBO;
GLuint PictureID;
GLuint ProgramID;
std::vector<glm::mat4> FacetTransforms;
int NTextureUnit = 0;
IcosahedronDescriptor();
~IcosahedronDescriptor();
void InitializeFacetTransforms();
void LoadTexture();
void CompileShaders();
};
class Icosahedron {
public:
Icosahedron();
void SetPosition(glm::mat4& modelMatrix);
void Render(glm::mat4& projMatrix, glm::mat4& viewMatrix);
bool IsInside(glm::vec3 point);
private:
glm::mat4 _modelMatrix{1.0};
GLint triangleTextureLocation;
GLint baseTransformLocation;
GLint projectionTransformLocation;
GLint modelTransformLocation;
GLint viewTransformLocation;
GLint colorFlagLocation;
static IcosahedronDescriptor& getIcosahedronDescriptor();
};
#endif //SHOOTER_ICOSAHEDRON_H
| [
"[email protected]"
] | |
ec0eecd4547d6d2bdbea4f2f09819c28d85586a7 | c9a8813b53bc0ad229220f710c1f2b5a17b078b0 | /example/Uniteller/Framework/Kernel/System/t0262/modules/Uniteller.Framework.Kernel.System/test_StringUtils.cpp | 32ae2570c925e629efdccca85f0144e83043cafa | [] | no_license | Adramalek/CppTestTask | b83c36aea9eca01491eb33af24fcfe7d3b10139a | 6f3008dcbfa25d2cf6ced34e301bae03cb6934ba | refs/heads/master | 2020-03-28T14:30:06.579277 | 2018-09-18T12:35:21 | 2018-09-18T12:35:21 | 147,964,408 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 10,923 | cpp | #ifdef UNIT_TESTING
#include "uftest.h"
#include "kernel\utils.h"
using namespace Uniteller::Framework::UnitTesting;
#include "StringUtils.h"
namespace Uniteller
{
namespace Framework
{
namespace Kernel
{
namespace System
{
using namespace StringUtils;
TEST_CLASS_WITH_LEAKS_CHECK(StringUtilsTest)
{
ENABLE_CRT_CHECK(StringUtilsTest);
/// <summary>
/// Тестируется метод разбиения строки на голову и хвост по первому вхождению символов
/// </summary>
TEST_METHOD(TestUnpackFirstSequence)
{
std::string resHead, resTail;
UnpackFirst("a\\b\\c","\\", resHead, resTail, true);
Assert::AreEqual(resHead, std::string("a"));
Assert::AreEqual(resTail, std::string("b\\c"));
UnpackFirst("\\a\\b","\\", resHead, resTail, true);
Assert::AreEqual(resHead, std::string(""));
Assert::AreEqual(resTail, std::string("a\\b"));
UnpackFirst("a\\","\\", resHead, resTail, true);
Assert::AreEqual(resHead, std::string("a"));
Assert::AreEqual(resTail, std::string(""));
UnpackFirst("a\\\\","\\", resHead, resTail, true);
Assert::AreEqual(resHead, std::string("a"));
Assert::AreEqual(resTail, std::string("\\"));
UnpackFirst("","\\", resHead, resTail, true);
Assert::IsTrue(resHead.empty() && resTail.empty());
UnpackFirst("","", resHead, resTail, true);
Assert::IsTrue(resHead.empty() && resTail.empty());
}
/// <summary>
/// Тестируется метод разбиения строки на голову и хвост по первому вхождению любого символа
/// </summary>
TEST_METHOD(TestUnpackFirstAnyOf)
{
std::string resHead, resTail;
UnpackFirst("a\tb\\c","\\\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string("a"));
Assert::AreEqual(resTail, std::string("b\\c"));
UnpackFirst("\ta\\b","\\\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string(""));
Assert::AreEqual(resTail, std::string("a\\b"));
UnpackFirst("a\\\t","\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string("a\\"));
Assert::AreEqual(resTail, std::string(""));
UnpackFirst("a\\\t","\\\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string("a"));
Assert::AreEqual(resTail, std::string("\t"));
UnpackFirst("\\\\\\\\","\\", resHead, resTail, false);
Assert::AreEqual(resHead, std::string(""));
Assert::AreEqual(resTail, std::string("\\\\\\"));
}
/// <summary>
/// Тестируется метод разбиения строки на голову и хвост по последнему вхождению любого символа
/// </summary>
TEST_METHOD(TestUnpackLastAnyOf)
{
std::string resHead, resTail;
UnpackLast("a\\b\tc","\\\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string("a\\b"));
Assert::AreEqual(resTail, std::string("c"));
UnpackLast("\\a\tb","\\\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string("\\a"));
Assert::AreEqual(resTail, std::string("b"));
UnpackLast("\ta\\","\\\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string("\ta"));
Assert::AreEqual(resTail, std::string(""));
UnpackLast("a\\\t","\\\t", resHead, resTail, false);
Assert::AreEqual(resHead, std::string("a\\"));
Assert::AreEqual(resTail, std::string(""));
UnpackLast("","\\", resHead, resTail, false);
Assert::IsTrue(resHead.empty() && resTail.empty());
UnpackLast("","", resHead, resTail, false);
Assert::IsTrue(resHead.empty() && resTail.empty());
}
/// <summary>
/// Тестируется метод разбиения строки на голову и хвост по последнему вхождению символов
/// </summary>
TEST_METHOD(TestUnpackLastSequence)
{
std::string resHead, resTail;
UnpackLast("a\\b\\c","\\", resHead, resTail, true);
Assert::AreEqual(resHead, std::string("a\\b"));
Assert::AreEqual(resTail, std::string("c"));
UnpackLast("a\\b\\c","a", resHead, resTail, true);
Assert::AreEqual(resHead, std::string(""));
Assert::AreEqual(resTail, std::string("\\b\\c"));
UnpackLast("a\\b","b", resHead, resTail, true);
Assert::AreEqual(resHead, std::string("a\\"));
Assert::AreEqual(resTail, std::string(""));
UnpackLast("a\\\\","\\", resHead, resTail, true);
Assert::AreEqual(resHead, std::string("a\\"));
Assert::AreEqual(resTail, std::string(""));
}
TEST_METHOD(TestSplitUniversalAnyOf1)
{
//std::vector<std::string> Split(const std::string &s, std::string & delim, int Mode, bool AllowEmpty)
std::list<std::string> res;
res=Split(std::string("abcd"),std::string("a"),false,false);
Assert::AreEqual(res.size(), (size_t)1);
res.clear();
res=Split(std::string("abcd"),std::string("a"),false,true);
Assert::AreEqual(res.size(), (size_t)2);
res.clear();
res=Split(std::string("aabcd"),std::string("a"),false,true);
Assert::AreEqual(res.size(), (size_t)3);
res.clear();
res=Split(std::string("bab"),std::string("a"),false,true);
Assert::AreEqual(res.size(), (size_t)2);
res.clear();
res=Split(std::string("baab"),std::string("a"),false,true);
Assert::AreEqual(res.size(), (size_t)3);
res.clear();
res=Split(std::string("bca"),std::string("a"),false,true);
Assert::AreEqual(res.size(), (size_t)2);
res.clear();
res=Split(std::string("bcaa"),std::string("a"),false,true);
Assert::AreEqual(res.size(), (size_t)3);
res.clear();
res=Split(std::string("abaca"),std::string("a"),false,false);
Assert::AreEqual(res.size(), (size_t)2);
res.clear();
res=Split(std::string("abcd"),std::string("a"),false,false);
Assert::AreEqual(res.size(), (size_t)1);
res.clear();
res=Split(std::string("bcda"),std::string("a"),false,false);
Assert::AreEqual(res.size(), (size_t)1);
res.clear();
}
TEST_METHOD(TestSplitUniversalAnyOf2)
{
//std::vector<std::string> Split(const std::string &s, std::string & delim, int Mode, bool AllowEmpty)
std::list<std::string> res;
res=Split(std::string("abcd"),std::string("ab"),false,false);
Assert::AreEqual(res.size(), (size_t)1);
res.clear();
res=Split(std::string("abcd"),std::string("ab"),false,true);
Assert::AreEqual(res.size(), (size_t)3);
res.clear();
res=Split(std::string("cabc"),std::string("ab"),false,true);
Assert::AreEqual(res.size(), (size_t)3);
res.clear();
}
TEST_METHOD(TestSplitUniversalSequence)
{
//std::vector<std::string> Split(const std::string &s, std::string & delim, int Mode, bool AllowEmpty)
std::list<std::string> res;
res=Split(std::string("abcd"),std::string("ab"),true,false);
Assert::AreEqual(res.size(), (size_t)1);
res.clear();
res=Split(std::string("ababcd"),std::string("ab"),true,false);
Assert::AreEqual(res.size(), (size_t)1);
res.clear();
res=Split(std::string("ababcd"),std::string("ab"),true,true);
Assert::AreEqual(res.size(), (size_t)3);
res.clear();
res=Split(std::string("cababc"),std::string("ab"),true,true);
Assert::AreEqual(res.size(), (size_t)3);
res.clear();
res=Split(std::string("cababc"),std::string("ab"),true,false);
Assert::AreEqual(res.size(), (size_t)2);
res.clear();
}
TEST_METHOD(TestParser)
{
std::list<std::string> lst;
int match=-1;
const char * s="\\4d-\\2d-\\2d-\\4w";
const char * s1="1234-01-98-abcd";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)4);
Assert::AreEqual(match, (int)Protocol::G1::Matching::Success);
s="abc\\2d\\1w\\\\";
s1="abc00a\\";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)2);
Assert::AreEqual(match, (int)Protocol::G1::Matching::Success);
s="abc\\2d\\4w";
s1="abc00abвг";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)2);
Assert::AreEqual(match, (int)Protocol::G1::Matching::Success);
s="abc\\2d\\1w\\\\";
s1="def00a\\";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)0);
Assert::AreEqual(match, (int)Protocol::G1::Matching::Fail);
s="abc\\d";
s1="abc0";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)0);
Assert::AreEqual(match, (int)Protocol::G1::Matching::WrongFormat);
s="\\3w\\3d";
s1="abc1234";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)2);
Assert::AreEqual(match, (int)Protocol::G1::Matching::Fail);
s="\\3w\\3d\\\\";
s1="abc123";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)2);
Assert::AreEqual(match, (int)Protocol::G1::Matching::Fail);
s="\\3w\\3d\\1d";
s1="abc123";
lst=MatchFormat(s, s1, match);
Assert::AreEqual(lst.size(),(size_t)2);
Assert::AreEqual(match, (int)Protocol::G1::Matching::Fail);
}
};
} //пространство имен System
} // пространство имен Kernel
} // пространство имен Framework
} // пространство имен Uniteller
#endif // UNIT_TESTING
| [
"[email protected]"
] | |
f1fb0d3d63158b9abea65a7b865359a3454cfd66 | 5175765b6b77b5078d54d53e1e04c47e1e73356d | /libraries/tmx/MapLoader.hpp | 016486c44dd95e535ac3ff3fa9f70b0b5a5daa4b | [] | no_license | piotrek-szczygiel/newland | 0e6782e234fd6767c8b18c89ece7bd4e4edceba3 | 47425978a476760f48a6514140b07682c69504dc | refs/heads/master | 2022-03-27T22:16:02.493324 | 2019-10-19T14:45:15 | 2019-10-19T14:45:15 | 95,228,030 | 26 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 8,456 | hpp | /*********************************************************************
Matt Marchant 2013 - 2016
SFML Tiled Map Loader - https://github.com/bjorn/tiled/wiki/TMX-Map-Format
http://trederia.blogspot.com/2013/05/tiled-map-loader-for-sfml.html
Zlib License:
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute
it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented;
you must not claim that you wrote the original software.
If you use this software in a product, an acknowledgment
in the product documentation would be appreciated but
is not required.
2. Altered source versions must be plainly marked as such,
and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any
source distribution.
*********************************************************************/
#ifndef MAP_LOADER_HPP_
#define MAP_LOADER_HPP_
#include <tmx/QuadTreeNode.hpp>
#include <tmx/MapLayer.hpp>
#include <pugixml/pugixml.hpp>
#include <array>
#include <cassert>
#include <bitset>
namespace tmx
{
enum class MapOrientation
{
Orthogonal,
Isometric,
SteppedIsometric
};
/*!
\brief A drawable class which parses Tiled tmx format map files
*/
class TMX_EXPORT_API MapLoader final : public sf::Drawable, private sf::NonCopyable
{
public:
/*!
\brief Constructor
Requires a path to the map directory relative to working directory
and the maximum number of tiles in a single patch along one edge
where 0 does no patch splitting.
*/
MapLoader(const std::string& mapDirectory, sf::Uint8 patchSize = 10u);
/*!
\brief Loads a given tmx file, returns false on failure
*/
bool load(const std::string& mapFile);
/*!
\brief Loads a map from an xml string in memory
*/
bool loadFromMemory(const std::string& xmlString);
/*!
\brief Adds give path to list of directories to search for assets, such as tile sets
*/
void addSearchPath(const std::string& path);
/*!
\brief Updates the map's quad tree.
Not necessary when not querying the quad tree. Root area is the area covered by root node,
for example the screen size
*/
void updateQuadTree(const sf::FloatRect& rootArea);
/*!
\brief Queries the quad tree and returns a vector of objects contained by nodes enclosing
or intersecting testArea
*/
std::vector<MapObject*> queryQuadTree(const sf::FloatRect& testArea);
/*!
\brief Returns a vector of map layers
*/
std::vector<MapLayer>& getLayers();
/*!
\brief Returns a vector of map layers
*/
const std::vector<MapLayer>& getLayers() const;
/*!
\brief Draws visible tiles to given target, optionally draw outline of objects for debugging
*/
void drawLayer(sf::RenderTarget& rt, MapLayer::DrawType type, bool debug = false);
/*!
\brief Draws a layer by index
*/
void drawLayer(sf::RenderTarget& rt, sf::Uint16 index, bool debug = false);
/*!
\brief Projects orthogonal world coords to isometric world coords if available, else returns original value.
eg: use to convert an isometric world coordinate to a position to be drawn in view space
*/
sf::Vector2f isometricToOrthogonal(const sf::Vector2f& projectedCoords);
/*!
\brief Returns orthogonal world coords from projected coords.
eg: use to find the orthogonal world coordinates currently under the mouse cursor
*/
sf::Vector2f orthogonalToIsometric(const sf::Vector2f& worldCoords);
/*!
\brief Returns the size of an individual tile in pixels
*/
sf::Vector2u getTileSize() const;
/*!
\brief Returns the map size in pixels
*/
sf::Vector2u getMapSize() const;
/*!
\brief Returns empty string if property not found
*/
std::string getPropertyString(const std::string& name);
/*!
\brief Sets the shader property of a layer's rendering states member
*/
void setLayerShader(sf::Uint16 layerId, const sf::Shader& shader);
/*!
\brief Returns true if the Quad Tree is available
*/
bool quadTreeAvailable() const;
private:
//properties which correspond to tmx
sf::Uint16 m_width, m_height; //tile count
sf::Uint16 m_tileWidth, m_tileHeight; //width / height of tiles
MapOrientation m_orientation;
float m_tileRatio; //width / height ratio of isometric tiles
std::map<std::string, std::string> m_properties;
mutable sf::FloatRect m_bounds; //bounding area of tiles visible on screen
mutable sf::Vector2f m_lastViewPos; //save recalc bounds if view not moved
std::vector<std::string> m_searchPaths; //additional paths to search for tileset files
mutable std::vector<MapLayer> m_layers; //layers of map, including image and object layers
std::vector<std::unique_ptr<sf::Texture>> m_imageLayerTextures;
std::vector<std::unique_ptr<sf::Texture>> m_tilesetTextures; //textures created from complete sets used when drawing vertex arrays
const sf::Uint8 m_patchSize;
struct TileInfo final //holds texture coords and tileset id of a tile
{
std::array<sf::Vector2f, 4> Coords;
sf::Vector2f Size;
sf::Uint16 TileSetId;
TileInfo();
TileInfo(const sf::IntRect& rect, const sf::Vector2f& size, sf::Uint16 tilesetId);
};
std::vector<TileInfo> m_tileInfo; //stores information on all the tilesets for creating vertex arrays
sf::VertexArray m_gridVertices; //used to draw map grid in debug
bool m_mapLoaded, m_quadTreeAvailable;
//root node for quad tree partition
QuadTreeRoot m_rootNode;
bool loadFromXmlDoc(const pugi::xml_document& doc);
//resets any loaded map properties
void unload();
//sets the visible area of tiles to be drawn
void setDrawingBounds(const sf::View& view);
//utility functions for parsing map data
bool parseMapNode(const pugi::xml_node& mapNode);
bool parseTileSets(const pugi::xml_node& mapNode);
bool processTiles(const pugi::xml_node& tilesetNode);
bool parseCollectionOfImages(const pugi::xml_node& tilesetNode);
bool parseLayer(const pugi::xml_node& layerNode);
TileQuad* addTileToLayer(MapLayer& layer, sf::Uint16 x, sf::Uint16 y, sf::Uint32 gid, const sf::Vector2f& offset = sf::Vector2f());
bool parseObjectgroup(const pugi::xml_node& groupNode);
bool parseImageLayer(const pugi::xml_node& imageLayerNode);
void parseLayerProperties(const pugi::xml_node& propertiesNode, MapLayer& destLayer);
void setIsometricCoords(MapLayer& layer);
void drawLayer(sf::RenderTarget& rt, MapLayer& layer, bool debug = false);
std::string fileFromPath(const std::string& path);
//sf::drawable
void draw(sf::RenderTarget& rt, sf::RenderStates states) const override;
//utility method for parsing colour values from hex values
sf::Color colourFromHex(const char* hexStr) const;
//method for decompressing zlib compressed strings
bool decompress(const char* source, std::vector<unsigned char>& dest, int inSize, int expectedSize);
//creates a vertex array used to draw grid lines when using debug output
void createDebugGrid(void);
//caches loaded images to prevent loading the same tileset more than once
sf::Image& loadImage(const std::string& imageName);
std::map<std::string, std::shared_ptr<sf::Image> >m_cachedImages;
bool m_failedImage;
//Reading the flipped bits
std::vector<unsigned char> intToBytes(sf::Uint32 paramInt);
std::pair<sf::Uint32, std::bitset<3> > resolveRotation(sf::Uint32 gid);
//Image flip functions
void flipY(sf::Vector2f *v0, sf::Vector2f *v1, sf::Vector2f *v2, sf::Vector2f *v3);
void flipX(sf::Vector2f *v0, sf::Vector2f *v1, sf::Vector2f *v2, sf::Vector2f *v3);
void flipD(sf::Vector2f *v0, sf::Vector2f *v1, sf::Vector2f *v2, sf::Vector2f *v3);
void doFlips(std::bitset<3> bits,sf::Vector2f *v0, sf::Vector2f *v1, sf::Vector2f *v2, sf::Vector2f *v3);
};
//method for decoding base64 encoded strings
static std::string base64_decode(std::string const& string);
}
#endif //MAP_LOADER_HPP_
| [
"[email protected]"
] | |
d90eb2b5c983e7343c7fd2becee4bde07b8d1f88 | caaee0d672b5c7789f53c4e83a00823c35f70006 | /tensorflow/core/kernels/data/experimental/data_service_dataset_op.h | d64ca92bc64ab52be67a07a612bfc644b02c4846 | [
"Apache-2.0"
] | permissive | SarahLynnePu/tensorflow | 78022352b06e7f43594650ab58a14a31c12544e6 | ca42ecb2f0cb4e72f2a55c0ea6909e19b2f52b17 | refs/heads/master | 2022-05-30T05:33:18.311165 | 2020-05-05T04:46:22 | 2020-05-05T04:50:02 | 261,364,649 | 1 | 0 | Apache-2.0 | 2020-05-05T04:52:28 | 2020-05-05T04:52:27 | null | UTF-8 | C++ | false | false | 2,131 | h | /* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#ifndef TENSORFLOW_CORE_KERNELS_DATA_EXPERIMENTAL_DATA_SERVICE_DATASET_OP_H_
#define TENSORFLOW_CORE_KERNELS_DATA_EXPERIMENTAL_DATA_SERVICE_DATASET_OP_H_
#include "tensorflow/core/framework/dataset.h"
namespace tensorflow {
namespace data {
// Creates a dataset for reading from the tf.data service.
class DataServiceDatasetOp : public DatasetOpKernel {
public:
static constexpr const char* const kDatasetType = "DataService";
static constexpr const char* const kDatasetId = "dataset_id";
static constexpr const char* const kProcessingMode = "processing_mode";
static constexpr const char* const kAddress = "address";
static constexpr const char* const kProtocol = "protocol";
static constexpr const char* const kMaxOutstandingRequests =
"max_outstanding_requests";
static constexpr const char* const kTaskRefreshIntervalHintMs =
"task_refresh_interval_hint_ms";
static constexpr const char* const kOutputTypes = "output_types";
static constexpr const char* const kOutputShapes = "output_shapes";
explicit DataServiceDatasetOp(OpKernelConstruction* ctx);
protected:
void MakeDataset(OpKernelContext* ctx, DatasetBase** output) override;
private:
class Dataset;
int64 task_refresh_interval_hint_ms_;
DataTypeVector output_types_;
std::vector<PartialTensorShape> output_shapes_;
};
} // namespace data
} // namespace tensorflow
#endif // TENSORFLOW_CORE_KERNELS_DATA_EXPERIMENTAL_DATA_SERVICE_DATASET_OP_H_
| [
"[email protected]"
] | |
b1b7b0d4c8d43a6667b8a03dfa91fffae88e927c | 1eaacde82c2624430c6bf4efa7327483a18a8746 | /multi_process.cpp | 423261fcc695234669f88cfd6c66e13f53b8ec9e | [] | no_license | leo0049l/OS | 5a648812161c3efbeb8539cacaeba35b1b05f270 | 2361b7c995bcbb8215317a0f3e2ec3a1387dda8a | refs/heads/master | 2021-07-08T06:51:05.642676 | 2017-10-03T08:00:12 | 2017-10-03T08:00:12 | 105,627,540 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,416 | cpp | #include <stdio.h>
#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/time.h>
using namespace std;
int main()
{
int size; cin>>size;
unsigned int sum;
int ida,idb,idc;
unsigned int* addra,*addrb,*addrc;
int counter=0;
struct timeval start,end;
int sec,usec;
int singlesum;
int c;
int count;
int last;
int current;
int end1;
pid_t pid[17];
unsigned int total;
ida=shmget(IPC_PRIVATE,sizeof(unsigned int)*size*size,IPC_CREAT|0666);
idb=shmget(IPC_PRIVATE,sizeof(unsigned int)*size*size,IPC_CREAT|0666);
idc=shmget(IPC_PRIVATE,sizeof(unsigned int)*size*size,IPC_CREAT|0666);
if(ida<0) cout<<"ida error"<<endl;
if(idb<0) cout<<"idb error"<<endl;
if(idc<0) cout<<"idc error"<<endl;
for(int i=1;i<=16;i++)
{
//count time
gettimeofday(&start,0);
//
addra=(unsigned int*)shmat(ida,NULL,0);
addrb=(unsigned int*)shmat(idb,NULL,0);
addrc=(unsigned int*)shmat(idc,NULL,0);
for(int a=0;a<size;a++)
{
for(int b=0;b<size;b++)
{
addra[a*size+b]=counter;
addrb[a*size+b]=counter;
counter++;
}
}
counter=0;
count=size/i;
last=size%i;
current=-count;
end1=0;
//fork//
for(c=1;c<=i;c++)
{
if(last>0 && c==i)
end1=end1+count+last;
else
end1+=count;
current+=count;
if((pid[c]=fork())==0)
break;
}
for(c=1;c<=i;c++)
{
if(pid[c]==0)
{
//different work//
for(int k=current;k<end1;k++)
{
for(int r=0;r<size;r++)
{
singlesum=0;
for(int m=0;m<size;m++)
{
singlesum+=addra[k*size+m]*addrb[m*size+r];
}
addrc[k*size+r]=singlesum; singlesum=0;
}
}
shmdt(addra);
shmdt(addrb);
exit(0);
//different work//
}
for(int d=1;d<=i;d++)
{
wait(NULL);
}
}
total=0;
for(int a=0;a<size;a++)
{
for(int b=0;b<size;b++)
{
total+=addrc[a*size+b];
addrc[a*size+b]=0;
}
}
shmdt(addrc);
gettimeofday(&end,0);
sec=end.tv_sec-start.tv_sec;
usec=end.tv_usec-start.tv_usec;
printf("Multiplying matrices using %d process\n",i);
printf("Elapsed time: %f s ", (sec*1000+(usec/1000.0))/1000);
printf("Check: %u\n",total);
//fork//
} shmctl(ida,IPC_RMID,NULL);
shmctl(idb,IPC_RMID,NULL);
shmctl(idc,IPC_RMID,NULL);
return 0;
}
| [
"[email protected]"
] | |
201faaa92d61006b3ef4d381c2a0c5c1dece5738 | 714cc59915fe63e1c307f552bdcc4b5de4b97743 | /delpro/textfield.h | bddc9c9798a39f4e31df2f67ee0d749f73842218 | [] | no_license | ziluyz/DeltaProject | ed59848b805bb0daab7ebf48237583990bb1d86d | ac5fa307b0a1bb3805fddaecdf3fbb81276f1163 | refs/heads/master | 2021-05-23T05:25:30.759241 | 2021-02-24T13:34:41 | 2021-02-24T13:34:41 | 95,203,557 | 0 | 0 | null | 2017-07-12T05:40:59 | 2017-06-23T09:08:27 | C++ | UTF-8 | C++ | false | false | 535 | h | #ifndef TEXTFIELD_H
#define TEXTFIELD_H
#include "wgt.h"
#include <gtkmm/label.h>
#include <gtkmm/box.h>
//Capable of printing variables as text
class TextField : public Wgt {
private:
Gtk::Box box; // Container for Title and Content
Gtk::Label title; // Title
Gtk::Label content; // Content : all data are printed through this label
public:
TextField(MainWindow*, ScreenOutput*);
void attach(Gtk::Grid& c, int row, int col, int rowspan, int colspan) override;
void draw() override;
};
#endif // TEXTFIELD_H
| [
"[email protected]"
] | |
63bfc54730801829b4d989649b40b004eebd34d6 | 050c8a810d34fe125aecae582f9adfd0625356c6 | /JBOI/2014/Tickets/main.cpp | 118f0f08c92f0f58a00e64d73e89cf2877eab4a4 | [] | no_license | georgerapeanu/c-sources | adff7a268121ae8c314e846726267109ba1c62e6 | af95d3ce726325dcd18b3d94fe99969006b8e138 | refs/heads/master | 2022-12-24T22:57:39.526205 | 2022-12-21T16:05:01 | 2022-12-21T16:05:01 | 144,864,608 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | #include <iostream>
using namespace std;
int N;
long long K;
string f(int n,long long k)
{
if(n==0)return "";
if(k>(1LL<<(n-1)))
return "1"+f(n-1,(1LL<<n)-k+1);
else
return "0"+f(n-1,k);
}
int main()
{
cin>>N>>K;
cout<<f(N,K);
return 0;
}
| [
"[email protected]"
] | |
04a2bfb94d52cc33af38b1361e23c97423f08608 | 295b56d3d7973005014de9c53124ea14ec7d95bd | /template.cpp | 5667c117702972a089a2234b6e7c1b1576be55af | [] | no_license | adikul358/project-euler-scripts | 86f041ff3480c650f7d1e3d713fc6f66f56d1868 | 795cb86d705a761d3117fbe87cd6f9e768249591 | refs/heads/master | 2021-07-17T17:23:59.457722 | 2020-07-04T08:25:57 | 2020-07-04T08:25:57 | 185,249,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 978 | cpp | #include <iostream>
#include <vector>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <stdio.h>
#include <cmath>
using namespace std;
vector<int> ESieve(int upperLimit) {
int sieveBound = int((upperLimit - 1) / 2);
int upperSqrt = int((sqrt(upperLimit) - 1) / 2);
vector<bool> primeBits(sieveBound + 1, true);
for (int i = 1; i <= upperSqrt; i++) {
if (primeBits[i]) {
for (int j = i * 2 * (i + 1); j <= sieveBound; j += 2 * i + 1) {
primeBits[j] = false;
}
}
}
vector<int> numbers;
numbers.push_back(2);
for (int i = 1; i <= sieveBound; i++) {
if (primeBits[i]) {
numbers.push_back(2 * i + 1);
}
}
return numbers;
}
bool isPrime(int n, vector<int> primes) {
int i = 0;
while (primes[i] <= n) {
if (primes[i] == n) {
return true;
}
i++;
}
return false;
}
int main() {} | [
"[email protected]"
] | |
23fc9a8318aba5171a4a35bdece2ed4573a4bc02 | d1390a500e6fd02e1dfe4544fc7cd61527c5c26e | /Warmup/staircase.cpp | 82ce11e71800bf51953e2614da9114cb02f1ff08 | [] | no_license | saravsoftnet/Hackerrank_solutions | 05f8477937151b3edc0292f0a2ef4a4ca4992775 | ecb9eda09082e2d65afdc708bd5621a907f26f0a | refs/heads/master | 2021-06-10T02:23:52.724539 | 2021-04-20T18:51:49 | 2021-04-20T18:51:49 | 158,312,049 | 0 | 0 | null | 2018-11-20T01:19:36 | 2018-11-20T01:19:36 | null | UTF-8 | C++ | false | false | 710 | cpp | /*******************************************************
* Copyright (C) 2015 Haotian Wu
*
* This file is the solution to the question:
* https://www.hackerrank.com/challenges/staircase
*
* Redistribution and use in source and binary forms are permitted.
*******************************************************/
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
// Just draw it!
void draw(int row, int n)
{
for (int i=0;i<(n-row);i++)
printf(" ");
for (int i=0;i<row;i++)
printf("#");
printf("\n");
}
int main() {
int n;
scanf("%d",&n);
for (int i=1;i<=n;i++)
draw(i,n);
return 0;
}
| [
"[email protected]"
] | |
cc77108c69bf107d8a3a79ff5813b39362b35113 | 390afe4fa790f2fc4645d07fa1771cced481ecdf | /source/runtime/include/runtime/math.hpp | 447dcba42733c2153b9f3c0fb45053be81494341 | [
"Zlib"
] | permissive | fundies/nezumi | 7b72f46d4d93e891138196377e8f1e25e3411890 | 52bf7ac8d158dcacc358b71bbcd805e0727bf42b | refs/heads/master | 2020-05-18T16:54:21.268925 | 2019-05-02T01:55:43 | 2019-05-02T01:55:43 | 184,538,334 | 0 | 0 | Zlib | 2019-05-03T05:52:46 | 2019-05-02T07:23:20 | C++ | UTF-8 | C++ | false | false | 5,599 | hpp | /**
* Copyright (c) 2019 Noah Johnson
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* including commercial applications, and to alter it and redistribute it
* freely, subject to the following restrictions:
*
* 1. The origin of this software must not be misrepresented; you must not
* claim that you wrote the original software. If you use this software
* in a product, an acknowledgment in the product documentation would be
* appreciated but is not required.
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*/
#ifndef NEZUMI_RUNTIME_MATH_HPP
#define NEZUMI_RUNTIME_MATH_HPP
#include <cmath>
namespace nezumi
{
/** The value of pi. */
static constexpr double k_pi = 3.14159265358979323846;
/** Degrees-to-radians conversion constant. */
static constexpr double k_degtorad = k_pi / 180.0;
/** Radians-to-degrees conversion constant. */
static constexpr double k_radtodeg = 180.0 / k_pi;
/**
* Gets the cosine of the specified angle.
*
* @param angle The angle to get the cosine of.
*
* @return The cosine of the angle.
*/
static inline double cos(double angle)
{
return std::cos(angle);
}
/**
* Gets the sine of the specified angle.
*
* @param angle The angle to get the sine of.
*
* @return The sine of the angle.
*/
static inline double sin(double angle)
{
return std::sin(angle);
}
/**
* Gets the tangent of the specified angle.
*
* @param angle The angle to get the tangent of.
*
* @return The tangent of the angle.
*/
static inline double tan(double angle)
{
return std::tan(angle);
}
/**
* Gets the cosine of the specified degrees-based angle.
*
* @param angle The angle (in degrees) to get the cosine of.
*
* @return The cosine of the specified angle.
*/
static inline double dcos(double angle)
{
return std::cos(angle * k_degtorad);
}
/**
* Gets the sine of the specified degrees-based angle.
*
* @param angle The angle (in degrees) to get the sine of.
*
* @return The sine of the specified angle.
*/
static inline double dsin(double angle)
{
return std::sin(angle * k_degtorad);
}
/**
* Gets the tangent of the specified degrees-based angle.
*
* @param angle The angle (in degrees) to get the tangent of.
*
* @return The tangent of the specified angle.
*/
static inline double dtan(double angle)
{
return std::tan(angle * k_degtorad);
}
/**
* Converts the specified angle from degrees to radians.
*
* @param angle The angle (in degrees) to convert to radians.
*
* @return The angle in radians.
*/
static inline double degtorad(double angle)
{
return angle * k_degtorad;
}
/**
* Converts the specified angle from radians to degrees.
*
* @param angle The angle (in radians) to convert to degrees.
*
* @return The angle in degrees.
*/
static inline double radtodeg(double angle)
{
return angle * k_radtodeg;
}
/**
* Rounds the specified value to the nearest integer.
*
* @param value The value to round.
*
* @return The rounded value.
*/
static inline double round(double value)
{
return std::round(value);
}
/**
* Rounds the specified value down to the nearest integer.
*
* @param value The value to round down.
*
* @return The rounded value.
*/
static inline double floor(double value)
{
return std::floor(value);
}
/**
* Rounds the specified value up to the nearest integer.
*
* @param value The value to round up.
*
* @return The rounded value.
*/
static inline double ceil(double value)
{
return std::ceil(value);
}
/**
* Clamps the specified value between a minimum and maximum range.
*
* @param value The value to clamp.
* @param min The minimum extent of the range.
* @param max The maximum extent of the range.
*
* @return The clamped value.
*/
static inline double clamp(double value, double min, double max)
{
return value < min ? min : value > max ? max : value;
}
/**
* Clamps the specified value between a minimum and maximum range.
*
* @param value The value to clamp.
* @param min The minimum extent of the range.
* @param max The maximum extent of the range.
*
* @return The clamped value.
*/
static inline int clamp(int value, int min, int max)
{
return value < min ? min : value > max ? max : value;
}
/**
* Performs a linear interpolation between the specified values.
*
* @param a The first value.
* @param b The second value.
* @param amount The weight of the interpolation.
*
* @return The interpolated value.
*/
static inline double lerp(double a, double b, double amount)
{
return a + (b - a) * amount;
}
}
#endif | [
"[email protected]"
] | |
73e8de5da650b9c8a3808262aa4e37fdbd7dcde5 | d0baec2982d9ce43ea8ffca7bbda0953ee379c72 | /2.cpp | 1f7f2300cb3c12929b74814b28d57f9618a2a359 | [] | no_license | archeltaneka/Review-Exercise-14 | fbf7ddce7272e4b3f30df900dfe569e1ad754f00 | d480b2970b1b71016896084344670dd089336875 | refs/heads/master | 2021-01-12T12:09:32.922072 | 2016-10-30T02:14:18 | 2016-10-30T02:14:18 | 72,319,995 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | #include <iostream>
using namespace std;
class Day{
private:
int day;
string monthArray[12] = {"January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December"};
int dateEachMonth[13] = {0, 31, 59, 90, 121, 152, 183, 213, 245, 276, 307, 338, 369};
public:
// default constructor
Day(int day)
{
this->day = day;
}
// print function
void print()
{
for(int i = 0; i < 12; i++)
{
if(dateEachMonth[i + 1] - day >= 0)
{
cout << monthArray[i] << " " << day - dateEachMonth[i] << endl;
break;
}
}
}
};
// main function
int main(){
int inputDay;
cout << "Input day: ";
cin >> inputDay;
// creates Day object
Day dayOfTheYear(inputDay);
dayOfTheYear.print();
}
| [
"[email protected]"
] | |
4c98b4870509ebfc8991465f6429c57d7540bd70 | c72d419e9ece84353f4c957eea7418177112b591 | /BMLPA OpenMP/source_code/graph_unweighted.h | 8d5f8560a5fd3b69dceb9d22653de156b8b45434 | [] | no_license | ozamarripa/bmlpa | 421d0d19b3b4ce3e09d8aee591c415e4022cbad5 | 694ab52ebbd1f6d1bc18dcca1ad5f7912ecb5f6a | refs/heads/master | 2020-04-06T16:04:10.779203 | 2014-06-21T08:52:29 | 2014-06-21T08:52:29 | 21,064,341 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | h | // File: graph_unweighted.h
#ifndef GRAPH_UNWEIGHTED_H
#define GRAPH_UNWEIGHTED_H
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <vector>
#include <map>
#include <set>
#include <algorithm>
#include <string>
#include <time.h>
#include <sstream>
//#include <io.h>
#include <stack>
//#include <windows.h>
#include <limits.h>
//#include <direct.h>
using namespace std;
class Graph {
public:
unsigned int nb_links;
unsigned int nb_nodes;
vector<vector<unsigned int> > links;
//vector<vector<unsigned int> > links_temp;
map<string,unsigned int> nodeMap;
map<unsigned int,string> converseNodeMap;
vector<vector<int> > links_lg;
//vector<int> node_degree;
Graph (const char *filename, bool weight_if);
//void clean();
//void readGraph(char *filename, bool char_if);
//void renumber();
//void display();
//void output_lineGraph(char *filename);
};
#endif // GRAPH_UNWEIGHTED_H
| [
"omar@ozamarripa.(none)"
] | omar@ozamarripa.(none) |
8cf7ec1ef8ae8231cedabf8a1de9f08662f5ae7d | 4fe3680132988c98144921988baed5762c231eaf | /include/util.h | bf8291f0ea730e3cbf79ad9b7e28dac0a4c8bde2 | [] | no_license | SPNSPN/util | 03d529528977e6618282b7927a02857122699a98 | a25a3097e62ca89d1c9f440615deca5e58768677 | refs/heads/master | 2023-07-01T21:26:09.923927 | 2021-07-27T17:12:31 | 2021-07-27T17:12:31 | 261,694,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,045 | h | #ifndef UTIL_H__
#define UTIL_H__
#include <cassert>
#include <vector>
#include <numeric>
#include <algorithm>
#include <tuple>
#include <string>
#include <sstream>
#include <functional>
namespace util
{
int kbhit ();
std::vector<std::string> split (const std::string &str, char delim);
std::string join (const std::vector<std::string> &strs, const std::string &link);
double distance (const std::vector<double> &p1, const std::vector<double> &p2);
template <class T>
std::vector<T> reverse (const std::vector<T> &vec)
{
std::vector<T> res = vec;
std::reverse(res.begin(), res.end());
return res;
}
template <class N, class M>
std::vector<N> range (N begin, N end, M step)
{
if (begin > end) { return reverse(range(end, begin, -1 * step)); }
assert(step > 0);
std::vector<N> res;
for (N iter = begin; iter < end; iter += step) { res.push_back(iter); }
return res;
}
template <class N>
std::vector<N> range (N begin, N end)
{
return range(begin, end, 1);
}
template <class T>
std::vector<T> vec ()
{
std::vector<T> v;
return v;
}
template <class T>
std::vector<T> vec (T head)
{
std::vector<T> v{head};
return v;
}
template <class T, class... Rest>
std::vector<T> vec (T head, Rest... rest)
{
std::vector<T> v = vec(rest...);
v.insert(v.begin(), head);
return v;
}
template <class T>
std::vector<T> subvector (const std::vector<T> &vec, size_t begin, size_t end)
{
assert(begin <= end);
assert(0 <= begin);
assert(end <= vec.size());
std::vector<T> svec{vec.begin() + begin, vec.begin() + end};
return svec;
}
template <class T>
std::string vec_tostring (const std::vector<T> &vec)
{
std::stringstream ss;
ss << "(";
for (auto elm = vec.begin(); elm != vec.end(); ++elm)
{
if (elm != vec.begin()) { ss << " "; }
ss << *elm;
}
ss << ")";
return ss.str();
}
template <class T>
std::string vec_tostring (std::vector<std::vector<T>> &vec)
{
std::stringstream ss;
ss << "(";
for (auto v = vec.begin(); v != vec.end(); ++v)
{
if (v != vec.begin()) { ss << " "; }
ss << vec_tostring(*v);
}
ss << ")";
return ss.str();
}
template <class T>
void vec_extend (std::vector<T> &veca, const std::vector<T> &vecb)
{
std::copy(vecb.begin(), vecb.end(), std::back_inserter(veca));
}
template <class T, class R>
std::vector<R> map (const std::function<R(T)> &proc, const std::vector<T> &vec)
{
std::vector<R> res(vec.size());
std::transform(vec.begin(), vec.end(), res.begin(), proc);
return res;
}
template <class T, class R>
R reduce (const std::function<R(R, T)> &proc, const std::vector<T> &vec, const R &ini)
{
return std::accumulate(vec.begin(), vec.end(), ini, proc);
}
template <class T, class U>
std::vector<std::pair<T, U>> zip (const std::vector<T> &t, const std::vector<U> &u)
{
std::vector<std::pair<T, U>> res(std::min(t.size(), u.size()));
for (size_t idx = 0; idx < res.size(); ++idx)
{
res.at(idx) = std::make_pair(t.at(idx), u.at(idx));
}
return res;
}
template <class T>
T tee (const char *format, T val)
{
printf(format, val);
return val;
}
}
#endif // UTIL_H__
| [
"[email protected]"
] | |
b6b2b2162d0c30bf7940d9c0e9ee5505ecd6b50c | f1ded8bb18a493ec872d79128e7b54417f27c425 | /gui/mysortfilterproxymodel.h | 779bf4116452c2fd18502c5adc90d98394bbcc59 | [] | no_license | nikname/LinQedIn | 7f893b02e4f1fe94b857290bda81b0be9e739747 | c541ed3a908107cf40a34c0dad5a039c327204bb | refs/heads/master | 2021-01-10T06:25:49.807807 | 2015-11-16T19:54:42 | 2015-11-16T19:54:42 | 45,493,764 | 0 | 0 | null | 2015-11-16T19:54:42 | 2015-11-03T20:33:05 | C++ | UTF-8 | C++ | false | false | 1,202 | h | #ifndef MYSORTFILTERPROXYMODEL_H
#define MYSORTFILTERPROXYMODEL_H
#include <QSortFilterProxyModel>
class MySortFilterProxyModel : public QSortFilterProxyModel {
Q_OBJECT
private:
QMap<int, QString> columnPatterns;
protected:
/** Override. Permette di eseguire la ricerca su più colonne.
*
* @param int Indice della riga della tabella.
* @param QModelIndex
*/
bool filterAcceptsRow( int, const QModelIndex& ) const Q_DECL_OVERRIDE;
public:
/** Costruttore ad 1 parametro con 1 parametro di default.
*
* @param QObject Parent.
*/
explicit MySortFilterProxyModel( QObject *parent = 0 );
/** Aggiunge una lista di colonne alle colonne da considerare.
*
* @param QList<int> Lista di indici delle colonne da considerare.
*/
void setFilterKeyColumns( const QList<int>& = QList<int>() );
/** Aggiunge la stringa da utilizzare come filtro nella colonna.
*
* @param int Indice della colonna alla quale aggiungere un filtro.
* @param QString Filtro da applicare alla colonna.
*/
void addFilterFixedString( int, const QString& );
signals:
public slots:
};
#endif // MYSORTFILTERPROXYMODEL_H
| [
"[email protected]"
] | |
aec94f8357c77a98d43a5ca8e2b06483c567d8a1 | 6cabb3a28013758e71c3cfab530762d49b89785b | /Offline contest (35)/calendar/calendar.cpp | 97faf326f820bbff616e3064b8c85fad8f03eee5 | [] | no_license | TreeYD/Code | 2caeccbebd1330fd51373fc46aafd6804c9446bf | 1e16ccc80cf36af3728f3ca172e4ab86402e4d8e | refs/heads/master | 2020-04-01T22:47:06.318221 | 2018-10-31T11:37:19 | 2018-10-31T11:37:19 | 153,726,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,175 | cpp | #include<bits/stdc++.h>
using namespace std;
const int P=998244353;
#define M 305
int n,m,q,C[M][M];
long long X;
int u,v,k,u1,v1,k1;
bool check(int x,int y){
return v+x<=n&&u-x+y<=m;
}
void Add(int &x,int y){
x+=y;
if(x>=P)x-=P;
if(x<0)x+=P;
}
void Init(){
C[0][0]=1;
for(int i=1;i<M;i++){
C[i][0]=C[i][i]=1;
for(int j=1;j<i;j++){
Add(C[i][j],C[i-1][j]);
Add(C[i][j],C[i-1][j-1]);
}
}
}
int Rand(){
X=(X*100000005+20150823)%P;
return X/100;
}
int Data(){
v1=Rand();
u1=Rand();
k1=Rand();
v=v1%n+1;
u=u1%m+1;
k=k1%(n+m-v-u+1);
}
struct P50{
int dp[M][M];
void solve(){
for(int t=1;t<=q;t++){
Data();
if(k>0){
for(int i=max(0,u+k-m);i<=k&&v+i<=n;i++)
if(check(i,k))
Add(dp[v+i][u-i+k],C[k][i]);
}else Add(dp[v][u],1);
}
for(int i=1;i<=n;i++){
for(int j=1;j<=m;j++){
Add(dp[i][j],dp[i-1][j]);
Add(dp[i][j],dp[i][j-1]);
printf("%d ",(dp[i][j]%P+P)%P);
}
puts("");
}
}
}p50;
int main(){//name memory long long * mod -
//printf("%.2lf\n",sizeof(p));
// freopen("calendar.in","r",stdin);
// freopen("calendar.out","w",stdout);
Init();
scanf("%d%d%d%lld",&n,&m,&q,&X);
p50.solve();
return 0;
}
| [
"[email protected]"
] | |
beb2f31f82edc40e7954b35c0ff53b71bdb15735 | 5b24be9bfdca2a81558486483e425e9ece774dac | /SkeletalAng_Kinect/10/Include/10.0.15063.0/winrt/windows.Applicationmodel.Payments.h | fecb3d5c44b51899923d3f289e7fca3f2ace5cdd | [] | no_license | jingpingnie/Android-App | cf3fd3eef1c54dbd4252c57ced714b8af05d5bcb | 91980433fcac8c15b0d9d2474c7d05bf4d069362 | refs/heads/master | 2021-10-08T15:20:39.401655 | 2018-12-13T22:40:03 | 2018-12-13T22:40:03 | 161,702,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 460,067 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* @@MIDL_FILE_HEADING( ) */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 500
#endif
/* verify that the <rpcsal.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCSAL_H_VERSION__
#define __REQUIRED_RPCSAL_H_VERSION__ 100
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif /* __RPCNDR_H_VERSION__ */
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __windows2Eapplicationmodel2Epayments_h__
#define __windows2Eapplicationmodel2Epayments_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
typedef interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier;
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__ */
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
typedef interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier;
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__ */
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
typedef interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem;
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__ */
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
typedef interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem;
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__ */
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
typedef interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData;
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__ */
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
typedef interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData;
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__ */
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
typedef interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption;
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__ */
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
typedef interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption;
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__ */
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
typedef interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier;
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__ */
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
typedef interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem;
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__ */
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
typedef interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData;
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__ */
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
typedef interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption;
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__ */
#ifndef ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__
#define ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__
typedef interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult;
#endif /* ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__ */
#ifndef ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__
#define ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__
typedef interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult;
#endif /* ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__ */
#ifndef ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__
#define ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__
typedef interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult;
#endif /* ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__ */
#ifndef ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__
#define ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__
typedef interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult;
#endif /* ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestChangedHandler;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentAddress;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentCurrencyAmount;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentCurrencyAmountFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentDetails;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentDetailsFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentDetailsModifier;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentDetailsModifierFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentItem;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentItemFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentMediator;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentMerchantInfo;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentMerchantInfoFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentMethodData;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentMethodDataFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentOptions;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequest;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestChangedArgs;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestChangedResult;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestChangedResultFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestSubmitResult;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentResponse;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentShippingOption;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentShippingOptionFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentToken;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_FWD_DEFINED__ */
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory;
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentTokenFactory;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
#endif /* __cplusplus */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_FWD_DEFINED__ */
/* header files for imported files */
#include "inspectable.h"
#include "AsyncInfo.h"
#include "EventToken.h"
#include "Windows.Foundation.h"
#ifdef __cplusplus
extern "C"{
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0000 */
/* [local] */
#ifdef __cplusplus
} /*extern "C"*/
#endif
#include <windows.foundation.collections.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentDetailsModifier;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentDetailsModifier;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0000 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0000_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0332 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0332 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0332_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0332_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0001 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("fafb6774-b665-5b8b-b1ef-95038c3aabe1"))
IIterator<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*> : IIterator_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*, ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterator`1<Windows.ApplicationModel.Payments.PaymentDetailsModifier>"; }
};
typedef IIterator<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*> __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_t;
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier ABI::Windows::Foundation::Collections::__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0001 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0001_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0001_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0333 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0333 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0333_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0333_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0002 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("585d2b3d-cb34-58c4-81f4-1ea157996def"))
IIterable<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*> : IIterable_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*, ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterable`1<Windows.ApplicationModel.Payments.PaymentDetailsModifier>"; }
};
typedef IIterable<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*> __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_t;
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier ABI::Windows::Foundation::Collections::__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE */
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentItem;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentItem;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0002 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0002_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0002_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0334 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0334 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0334_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0334_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0003 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("93c12cc3-6a0b-5f02-ac74-056007472731"))
IIterator<ABI::Windows::ApplicationModel::Payments::PaymentItem*> : IIterator_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentItem*, ABI::Windows::ApplicationModel::Payments::IPaymentItem*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterator`1<Windows.ApplicationModel.Payments.PaymentItem>"; }
};
typedef IIterator<ABI::Windows::ApplicationModel::Payments::PaymentItem*> __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_t;
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem ABI::Windows::Foundation::Collections::__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0003 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0003_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0003_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0335 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0335 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0335_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0335_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0004 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("b61b704c-e5fa-5524-8b95-7d03f5d36ae9"))
IIterable<ABI::Windows::ApplicationModel::Payments::PaymentItem*> : IIterable_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentItem*, ABI::Windows::ApplicationModel::Payments::IPaymentItem*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterable`1<Windows.ApplicationModel.Payments.PaymentItem>"; }
};
typedef IIterable<ABI::Windows::ApplicationModel::Payments::PaymentItem*> __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_t;
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem ABI::Windows::Foundation::Collections::__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE */
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentMethodData;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentMethodData;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0004 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0004_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0004_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0336 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0336 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0336_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0336_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0005 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("9666522e-e5ac-5374-a5d9-5cf57c4bf689"))
IIterator<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*> : IIterator_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*, ABI::Windows::ApplicationModel::Payments::IPaymentMethodData*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterator`1<Windows.ApplicationModel.Payments.PaymentMethodData>"; }
};
typedef IIterator<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*> __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_t;
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData ABI::Windows::Foundation::Collections::__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0005 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0005_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0005_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0337 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0337 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0337_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0337_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0006 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("8c9ed87e-4add-58a8-ad9a-9dfa48ca250a"))
IIterable<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*> : IIterable_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*, ABI::Windows::ApplicationModel::Payments::IPaymentMethodData*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterable`1<Windows.ApplicationModel.Payments.PaymentMethodData>"; }
};
typedef IIterable<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*> __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_t;
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData ABI::Windows::Foundation::Collections::__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE */
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentShippingOption;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentShippingOption;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0006 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0006_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0006_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0338 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0338 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0338_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0338_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0007 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("49edc9f4-2ce6-534c-b529-5ceec705def5"))
IIterator<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*> : IIterator_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*, ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterator`1<Windows.ApplicationModel.Payments.PaymentShippingOption>"; }
};
typedef IIterator<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*> __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_t;
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption ABI::Windows::Foundation::Collections::__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0007 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0007_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0007_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0339 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0339 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0339_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0339_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0008 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("de881c69-6642-54de-a8f7-d1a88b2404cf"))
IIterable<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*> : IIterable_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*, ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterable`1<Windows.ApplicationModel.Payments.PaymentShippingOption>"; }
};
typedef IIterable<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*> __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_t;
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption ABI::Windows::Foundation::Collections::__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0008 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0008_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0008_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0340 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0340 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0340_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0340_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0009 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("da7e871c-6e0c-5e32-be40-10715a9f75eb"))
IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*> : IVectorView_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*, ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IVectorView`1<Windows.ApplicationModel.Payments.PaymentDetailsModifier>"; }
};
typedef IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentDetailsModifier*> __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_t;
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_FWD_DEFINED__
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier ABI::Windows::Foundation::Collections::__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0009 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0009_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0009_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0341 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0341 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0341_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0341_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0010 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("6baf1241-1fa6-5c22-83ef-415e93cdf7b1"))
IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentItem*> : IVectorView_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentItem*, ABI::Windows::ApplicationModel::Payments::IPaymentItem*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IVectorView`1<Windows.ApplicationModel.Payments.PaymentItem>"; }
};
typedef IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentItem*> __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_t;
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_FWD_DEFINED__
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem ABI::Windows::Foundation::Collections::__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0010 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0010_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0010_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0342 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0342 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0342_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0342_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0011 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("1011b9ba-6a05-5b16-82cf-0175085105e0"))
IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*> : IVectorView_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*, ABI::Windows::ApplicationModel::Payments::IPaymentMethodData*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IVectorView`1<Windows.ApplicationModel.Payments.PaymentMethodData>"; }
};
typedef IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentMethodData*> __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_t;
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_FWD_DEFINED__
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData ABI::Windows::Foundation::Collections::__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0011 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0011_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0011_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0343 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0343 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0343_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0343_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0012 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("8c8128eb-8c33-56dd-9648-39e8040312d4"))
IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*> : IVectorView_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*, ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IVectorView`1<Windows.ApplicationModel.Payments.PaymentShippingOption>"; }
};
typedef IVectorView<ABI::Windows::ApplicationModel::Payments::PaymentShippingOption*> __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_t;
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_FWD_DEFINED__
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption ABI::Windows::Foundation::Collections::__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_USE */
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentRequestChangedResult;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestChangedResult;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0012 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0012_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0012_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0344 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0344 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0344_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0344_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0013 */
/* [local] */
#ifndef DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_USE
#define DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation {
template <>
struct __declspec(uuid("bec8b726-9056-5e47-b22a-0da09aa84afe"))
IAsyncOperationCompletedHandler<ABI::Windows::ApplicationModel::Payments::PaymentRequestChangedResult*> : IAsyncOperationCompletedHandler_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentRequestChangedResult*, ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.AsyncOperationCompletedHandler`1<Windows.ApplicationModel.Payments.PaymentRequestChangedResult>"; }
};
typedef IAsyncOperationCompletedHandler<ABI::Windows::ApplicationModel::Payments::PaymentRequestChangedResult*> __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_t;
#define ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult ABI::Windows::Foundation::__FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_t
/* ABI */ } /* Windows */ } /* Foundation */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0013 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0013_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0013_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0345 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0345 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0345_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0345_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0014 */
/* [local] */
#ifndef DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_USE
#define DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation {
template <>
struct __declspec(uuid("0cc32025-ac67-57e2-a0f6-3a8e116cef4c"))
IAsyncOperation<ABI::Windows::ApplicationModel::Payments::PaymentRequestChangedResult*> : IAsyncOperation_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentRequestChangedResult*, ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.IAsyncOperation`1<Windows.ApplicationModel.Payments.PaymentRequestChangedResult>"; }
};
typedef IAsyncOperation<ABI::Windows::ApplicationModel::Payments::PaymentRequestChangedResult*> __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_t;
#define ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_FWD_DEFINED__
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult ABI::Windows::Foundation::__FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_t
/* ABI */ } /* Windows */ } /* Foundation */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_USE */
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentRequestSubmitResult;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
interface IPaymentRequestSubmitResult;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0014 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0014_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0014_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0346 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0346 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0346_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0346_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0015 */
/* [local] */
#ifndef DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_USE
#define DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation {
template <>
struct __declspec(uuid("cbcd07a6-ae2a-5a70-bc0b-9120560825d1"))
IAsyncOperationCompletedHandler<ABI::Windows::ApplicationModel::Payments::PaymentRequestSubmitResult*> : IAsyncOperationCompletedHandler_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentRequestSubmitResult*, ABI::Windows::ApplicationModel::Payments::IPaymentRequestSubmitResult*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.AsyncOperationCompletedHandler`1<Windows.ApplicationModel.Payments.PaymentRequestSubmitResult>"; }
};
typedef IAsyncOperationCompletedHandler<ABI::Windows::ApplicationModel::Payments::PaymentRequestSubmitResult*> __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_t;
#define ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult ABI::Windows::Foundation::__FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_t
/* ABI */ } /* Windows */ } /* Foundation */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0015 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0015_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0015_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0347 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0347 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0347_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0347_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0016 */
/* [local] */
#ifndef DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_USE
#define DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation {
template <>
struct __declspec(uuid("cf290deb-5549-57c3-8abd-53b76c643cca"))
IAsyncOperation<ABI::Windows::ApplicationModel::Payments::PaymentRequestSubmitResult*> : IAsyncOperation_impl<ABI::Windows::Foundation::Internal::AggregateType<ABI::Windows::ApplicationModel::Payments::PaymentRequestSubmitResult*, ABI::Windows::ApplicationModel::Payments::IPaymentRequestSubmitResult*>> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.IAsyncOperation`1<Windows.ApplicationModel.Payments.PaymentRequestSubmitResult>"; }
};
typedef IAsyncOperation<ABI::Windows::ApplicationModel::Payments::PaymentRequestSubmitResult*> __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_t;
#define ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_FWD_DEFINED__
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult ABI::Windows::Foundation::__FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_t
/* ABI */ } /* Windows */ } /* Foundation */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0016 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0016_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0016_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0348 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0348 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0348_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0348_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0017 */
/* [local] */
#ifndef DEF___FIIterator_1_HSTRING_USE
#define DEF___FIIterator_1_HSTRING_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("8c304ebb-6615-50a4-8829-879ecd443236"))
IIterator<HSTRING> : IIterator_impl<HSTRING> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterator`1<String>"; }
};
typedef IIterator<HSTRING> __FIIterator_1_HSTRING_t;
#define ____FIIterator_1_HSTRING_FWD_DEFINED__
#define __FIIterator_1_HSTRING ABI::Windows::Foundation::Collections::__FIIterator_1_HSTRING_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterator_1_HSTRING_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0017 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0017_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0017_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0349 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0349 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0349_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0349_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0018 */
/* [local] */
#ifndef DEF___FIIterable_1_HSTRING_USE
#define DEF___FIIterable_1_HSTRING_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("e2fcc7c1-3bfc-5a0b-b2b0-72e769d1cb7e"))
IIterable<HSTRING> : IIterable_impl<HSTRING> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterable`1<String>"; }
};
typedef IIterable<HSTRING> __FIIterable_1_HSTRING_t;
#define ____FIIterable_1_HSTRING_FWD_DEFINED__
#define __FIIterable_1_HSTRING ABI::Windows::Foundation::Collections::__FIIterable_1_HSTRING_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterable_1_HSTRING_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0018 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0018_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0018_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0350 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0350 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0350_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0350_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0019 */
/* [local] */
#ifndef DEF___FIVectorView_1_HSTRING_USE
#define DEF___FIVectorView_1_HSTRING_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("2f13c006-a03a-5f69-b090-75a43e33423e"))
IVectorView<HSTRING> : IVectorView_impl<HSTRING> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IVectorView`1<String>"; }
};
typedef IVectorView<HSTRING> __FIVectorView_1_HSTRING_t;
#define ____FIVectorView_1_HSTRING_FWD_DEFINED__
#define __FIVectorView_1_HSTRING ABI::Windows::Foundation::Collections::__FIVectorView_1_HSTRING_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIVectorView_1_HSTRING_USE */
interface IInspectable;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0019 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0019_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0019_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0351 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0351 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0351_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0351_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0020 */
/* [local] */
#ifndef DEF___FIKeyValuePair_2_HSTRING_IInspectable_USE
#define DEF___FIKeyValuePair_2_HSTRING_IInspectable_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("09335560-6c6b-5a26-9348-97b781132b20"))
IKeyValuePair<HSTRING,IInspectable*> : IKeyValuePair_impl<HSTRING,IInspectable*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IKeyValuePair`2<String, Object>"; }
};
typedef IKeyValuePair<HSTRING,IInspectable*> __FIKeyValuePair_2_HSTRING_IInspectable_t;
#define ____FIKeyValuePair_2_HSTRING_IInspectable_FWD_DEFINED__
#define __FIKeyValuePair_2_HSTRING_IInspectable ABI::Windows::Foundation::Collections::__FIKeyValuePair_2_HSTRING_IInspectable_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIKeyValuePair_2_HSTRING_IInspectable_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0020 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0020_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0020_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0352 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0352 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0352_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0352_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0021 */
/* [local] */
#ifndef DEF___FIIterator_1___FIKeyValuePair_2_HSTRING_IInspectable_USE
#define DEF___FIIterator_1___FIKeyValuePair_2_HSTRING_IInspectable_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("5db5fa32-707c-5849-a06b-91c8eb9d10e8"))
IIterator<__FIKeyValuePair_2_HSTRING_IInspectable*> : IIterator_impl<__FIKeyValuePair_2_HSTRING_IInspectable*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterator`1<Windows.Foundation.Collections.IKeyValuePair`2<String, Object>>"; }
};
typedef IIterator<__FIKeyValuePair_2_HSTRING_IInspectable*> __FIIterator_1___FIKeyValuePair_2_HSTRING_IInspectable_t;
#define ____FIIterator_1___FIKeyValuePair_2_HSTRING_IInspectable_FWD_DEFINED__
#define __FIIterator_1___FIKeyValuePair_2_HSTRING_IInspectable ABI::Windows::Foundation::Collections::__FIIterator_1___FIKeyValuePair_2_HSTRING_IInspectable_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterator_1___FIKeyValuePair_2_HSTRING_IInspectable_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0021 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0021_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0021_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0353 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0353 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0353_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0353_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0022 */
/* [local] */
#ifndef DEF___FIIterable_1___FIKeyValuePair_2_HSTRING_IInspectable_USE
#define DEF___FIIterable_1___FIKeyValuePair_2_HSTRING_IInspectable_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("fe2f3d47-5d47-5499-8374-430c7cda0204"))
IIterable<__FIKeyValuePair_2_HSTRING_IInspectable*> : IIterable_impl<__FIKeyValuePair_2_HSTRING_IInspectable*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IIterable`1<Windows.Foundation.Collections.IKeyValuePair`2<String, Object>>"; }
};
typedef IIterable<__FIKeyValuePair_2_HSTRING_IInspectable*> __FIIterable_1___FIKeyValuePair_2_HSTRING_IInspectable_t;
#define ____FIIterable_1___FIKeyValuePair_2_HSTRING_IInspectable_FWD_DEFINED__
#define __FIIterable_1___FIKeyValuePair_2_HSTRING_IInspectable ABI::Windows::Foundation::Collections::__FIIterable_1___FIKeyValuePair_2_HSTRING_IInspectable_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIIterable_1___FIKeyValuePair_2_HSTRING_IInspectable_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0022 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0022_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0022_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0354 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0354 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0354_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0354_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0023 */
/* [local] */
#ifndef DEF___FIMapView_2_HSTRING_IInspectable_USE
#define DEF___FIMapView_2_HSTRING_IInspectable_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("bb78502a-f79d-54fa-92c9-90c5039fdf7e"))
IMapView<HSTRING,IInspectable*> : IMapView_impl<HSTRING,IInspectable*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IMapView`2<String, Object>"; }
};
typedef IMapView<HSTRING,IInspectable*> __FIMapView_2_HSTRING_IInspectable_t;
#define ____FIMapView_2_HSTRING_IInspectable_FWD_DEFINED__
#define __FIMapView_2_HSTRING_IInspectable ABI::Windows::Foundation::Collections::__FIMapView_2_HSTRING_IInspectable_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIMapView_2_HSTRING_IInspectable_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0023 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0023_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0023_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0355 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0355 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0355_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0355_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0024 */
/* [local] */
#ifndef DEF___FIMap_2_HSTRING_IInspectable_USE
#define DEF___FIMap_2_HSTRING_IInspectable_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("1b0d3570-0877-5ec2-8a2c-3b9539506aca"))
IMap<HSTRING,IInspectable*> : IMap_impl<HSTRING,IInspectable*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IMap`2<String, Object>"; }
};
typedef IMap<HSTRING,IInspectable*> __FIMap_2_HSTRING_IInspectable_t;
#define ____FIMap_2_HSTRING_IInspectable_FWD_DEFINED__
#define __FIMap_2_HSTRING_IInspectable ABI::Windows::Foundation::Collections::__FIMap_2_HSTRING_IInspectable_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIMap_2_HSTRING_IInspectable_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0024 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0024_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0024_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0356 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0356 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0356_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0356_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0025 */
/* [local] */
#ifndef DEF___FIMapChangedEventArgs_1_HSTRING_USE
#define DEF___FIMapChangedEventArgs_1_HSTRING_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("60141efb-f2f9-5377-96fd-f8c60d9558b5"))
IMapChangedEventArgs<HSTRING> : IMapChangedEventArgs_impl<HSTRING> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IMapChangedEventArgs`1<String>"; }
};
typedef IMapChangedEventArgs<HSTRING> __FIMapChangedEventArgs_1_HSTRING_t;
#define ____FIMapChangedEventArgs_1_HSTRING_FWD_DEFINED__
#define __FIMapChangedEventArgs_1_HSTRING ABI::Windows::Foundation::Collections::__FIMapChangedEventArgs_1_HSTRING_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIMapChangedEventArgs_1_HSTRING_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0025 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0025_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0025_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0357 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0357 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0357_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0357_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0026 */
/* [local] */
#ifndef DEF___FMapChangedEventHandler_2_HSTRING_IInspectable_USE
#define DEF___FMapChangedEventHandler_2_HSTRING_IInspectable_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("24f981e5-ddca-538d-aada-a59906084cf1"))
MapChangedEventHandler<HSTRING,IInspectable*> : MapChangedEventHandler_impl<HSTRING,IInspectable*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.MapChangedEventHandler`2<String, Object>"; }
};
typedef MapChangedEventHandler<HSTRING,IInspectable*> __FMapChangedEventHandler_2_HSTRING_IInspectable_t;
#define ____FMapChangedEventHandler_2_HSTRING_IInspectable_FWD_DEFINED__
#define __FMapChangedEventHandler_2_HSTRING_IInspectable ABI::Windows::Foundation::Collections::__FMapChangedEventHandler_2_HSTRING_IInspectable_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FMapChangedEventHandler_2_HSTRING_IInspectable_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0026 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0026_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0026_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0358 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0358 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0358_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0358_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0027 */
/* [local] */
#ifndef DEF___FIObservableMap_2_HSTRING_IInspectable_USE
#define DEF___FIObservableMap_2_HSTRING_IInspectable_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation { namespace Collections {
template <>
struct __declspec(uuid("236aac9d-fb12-5c4d-a41c-9e445fb4d7ec"))
IObservableMap<HSTRING,IInspectable*> : IObservableMap_impl<HSTRING,IInspectable*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.Collections.IObservableMap`2<String, Object>"; }
};
typedef IObservableMap<HSTRING,IInspectable*> __FIObservableMap_2_HSTRING_IInspectable_t;
#define ____FIObservableMap_2_HSTRING_IInspectable_FWD_DEFINED__
#define __FIObservableMap_2_HSTRING_IInspectable ABI::Windows::Foundation::Collections::__FIObservableMap_2_HSTRING_IInspectable_t
/* ABI */ } /* Windows */ } /* Foundation */ } /* Collections */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIObservableMap_2_HSTRING_IInspectable_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0027 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0027_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0027_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0359 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0359 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0359_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0359_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0028 */
/* [local] */
#ifndef DEF___FIAsyncOperationCompletedHandler_1___FIVectorView_1_HSTRING_USE
#define DEF___FIAsyncOperationCompletedHandler_1___FIVectorView_1_HSTRING_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation {
template <>
struct __declspec(uuid("7c7899be-5f2e-5bf3-ade5-ad98b772c7cd"))
IAsyncOperationCompletedHandler<__FIVectorView_1_HSTRING*> : IAsyncOperationCompletedHandler_impl<__FIVectorView_1_HSTRING*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.AsyncOperationCompletedHandler`1<Windows.Foundation.Collections.IVectorView`1<String>>"; }
};
typedef IAsyncOperationCompletedHandler<__FIVectorView_1_HSTRING*> __FIAsyncOperationCompletedHandler_1___FIVectorView_1_HSTRING_t;
#define ____FIAsyncOperationCompletedHandler_1___FIVectorView_1_HSTRING_FWD_DEFINED__
#define __FIAsyncOperationCompletedHandler_1___FIVectorView_1_HSTRING ABI::Windows::Foundation::__FIAsyncOperationCompletedHandler_1___FIVectorView_1_HSTRING_t
/* ABI */ } /* Windows */ } /* Foundation */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIAsyncOperationCompletedHandler_1___FIVectorView_1_HSTRING_USE */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0028 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0028_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0028_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0360 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0360 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0360_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0360_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0029 */
/* [local] */
#ifndef DEF___FIAsyncOperation_1___FIVectorView_1_HSTRING_USE
#define DEF___FIAsyncOperation_1___FIVectorView_1_HSTRING_USE
#if defined(__cplusplus) && !defined(RO_NO_TEMPLATE_NAME)
} /*extern "C"*/
namespace ABI { namespace Windows { namespace Foundation {
template <>
struct __declspec(uuid("2f92b529-119b-575a-a419-3904b4e41af2"))
IAsyncOperation<__FIVectorView_1_HSTRING*> : IAsyncOperation_impl<__FIVectorView_1_HSTRING*> {
static const wchar_t* z_get_rc_name_impl() {
return L"Windows.Foundation.IAsyncOperation`1<Windows.Foundation.Collections.IVectorView`1<String>>"; }
};
typedef IAsyncOperation<__FIVectorView_1_HSTRING*> __FIAsyncOperation_1___FIVectorView_1_HSTRING_t;
#define ____FIAsyncOperation_1___FIVectorView_1_HSTRING_FWD_DEFINED__
#define __FIAsyncOperation_1___FIVectorView_1_HSTRING ABI::Windows::Foundation::__FIAsyncOperation_1___FIVectorView_1_HSTRING_t
/* ABI */ } /* Windows */ } /* Foundation */ }
extern "C" {
#endif //__cplusplus
#endif /* DEF___FIAsyncOperation_1___FIVectorView_1_HSTRING_USE */
#if defined(__cplusplus)
}
#endif // defined(__cplusplus)
#include <Windows.Foundation.h>
#if defined(__cplusplus)
extern "C" {
#endif // defined(__cplusplus)
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace Foundation {
namespace Collections {
class ValueSet;
} /*Collections*/
} /*Foundation*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace Foundation {
class Uri;
} /*Foundation*/
} /*Windows*/
}
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
typedef enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
typedef enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestChangeKind __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestChangeKind;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
typedef enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestCompletionStatus __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestCompletionStatus;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
typedef enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestStatus __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestStatus;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
typedef enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentShippingType __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentShippingType;
#endif /* end if !defined(__cplusplus) */
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentAddress;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentCurrencyAmount;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentDetails;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentMediator;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentMerchantInfo;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentOptions;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentRequest;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentRequestChangedArgs;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentResponse;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
#ifdef __cplusplus
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
class PaymentToken;
} /*Payments*/
} /*ApplicationModel*/
} /*Windows*/
}
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0029 */
/* [local] */
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
typedef enum PaymentOptionPresence PaymentOptionPresence;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
typedef enum PaymentRequestChangeKind PaymentRequestChangeKind;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
typedef enum PaymentRequestCompletionStatus PaymentRequestCompletionStatus;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
typedef enum PaymentRequestStatus PaymentRequestStatus;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
typedef enum PaymentShippingType PaymentShippingType;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0029_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0029_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0361 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0361 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0361_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0361_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0030 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0030 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0030_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0030_v0_0_s_ifspec;
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* [unique][uuid][object] */
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("fafb6774-b665-5b8b-b1ef-95038c3aabe1")
__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Current(
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier **current) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_HasCurrent(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE MoveNext(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Current )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier **current);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_HasCurrent )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *MoveNext )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl;
interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
{
CONST_VTBL struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_get_Current(This,current) \
( (This)->lpVtbl -> get_Current(This,current) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_get_HasCurrent(This,hasCurrent) \
( (This)->lpVtbl -> get_HasCurrent(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_MoveNext(This,hasCurrent) \
( (This)->lpVtbl -> MoveNext(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetMany(This,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0031 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0031 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0031_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0031_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0362 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0362 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0362_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0362_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0032 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0032 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0032_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0032_v0_0_s_ifspec;
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* [unique][uuid][object] */
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("585d2b3d-cb34-58c4-81f4-1ea157996def")
__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE First(
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier **first) = 0;
};
#else /* C style interface */
typedef struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *First )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier **first);
END_INTERFACE
} __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl;
interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
{
CONST_VTBL struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_First(This,first) \
( (This)->lpVtbl -> First(This,first) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0033 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0033 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0033_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0033_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0363 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0363 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0363_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0363_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0034 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0034 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0034_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0034_v0_0_s_ifspec;
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* [unique][uuid][object] */
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("93c12cc3-6a0b-5f02-ac74-056007472731")
__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Current(
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem **current) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_HasCurrent(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE MoveNext(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentItem **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Current )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem **current);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_HasCurrent )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *MoveNext )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl;
interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem
{
CONST_VTBL struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_get_Current(This,current) \
( (This)->lpVtbl -> get_Current(This,current) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_get_HasCurrent(This,hasCurrent) \
( (This)->lpVtbl -> get_HasCurrent(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_MoveNext(This,hasCurrent) \
( (This)->lpVtbl -> MoveNext(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetMany(This,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0035 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0035 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0035_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0035_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0364 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0364 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0364_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0364_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0036 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0036 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0036_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0036_v0_0_s_ifspec;
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* [unique][uuid][object] */
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("b61b704c-e5fa-5524-8b95-7d03f5d36ae9")
__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE First(
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem **first) = 0;
};
#else /* C style interface */
typedef struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *First )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentItem **first);
END_INTERFACE
} __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl;
interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem
{
CONST_VTBL struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_First(This,first) \
( (This)->lpVtbl -> First(This,first) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0037 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0037 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0037_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0037_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0365 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0365 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0365_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0365_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0038 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0038 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0038_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0038_v0_0_s_ifspec;
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* [unique][uuid][object] */
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("9666522e-e5ac-5374-a5d9-5cf57c4bf689")
__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Current(
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentMethodData **current) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_HasCurrent(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE MoveNext(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentMethodData **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Current )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData **current);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_HasCurrent )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *MoveNext )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl;
interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
{
CONST_VTBL struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_get_Current(This,current) \
( (This)->lpVtbl -> get_Current(This,current) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_get_HasCurrent(This,hasCurrent) \
( (This)->lpVtbl -> get_HasCurrent(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_MoveNext(This,hasCurrent) \
( (This)->lpVtbl -> MoveNext(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetMany(This,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0039 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0039 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0039_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0039_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0366 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0366 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0366_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0366_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0040 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0040 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0040_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0040_v0_0_s_ifspec;
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* [unique][uuid][object] */
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("8c9ed87e-4add-58a8-ad9a-9dfa48ca250a")
__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE First(
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData **first) = 0;
};
#else /* C style interface */
typedef struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *First )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentMethodData **first);
END_INTERFACE
} __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl;
interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
{
CONST_VTBL struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_First(This,first) \
( (This)->lpVtbl -> First(This,first) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0041 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0041 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0041_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0041_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0367 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0367 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0367_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0367_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0042 */
/* [local] */
#ifndef DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
#define DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0042 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0042_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0042_v0_0_s_ifspec;
#ifndef ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__
#define ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* [unique][uuid][object] */
/* interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("49edc9f4-2ce6-534c-b529-5ceec705def5")
__FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Current(
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **current) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_HasCurrent(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE MoveNext(
/* [retval][out] */ __RPC__out boolean *hasCurrent) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Current )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **current);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_HasCurrent )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *MoveNext )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [retval][out] */ __RPC__out boolean *hasCurrent);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl;
interface __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
{
CONST_VTBL struct __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_get_Current(This,current) \
( (This)->lpVtbl -> get_Current(This,current) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_get_HasCurrent(This,hasCurrent) \
( (This)->lpVtbl -> get_HasCurrent(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_MoveNext(This,hasCurrent) \
( (This)->lpVtbl -> MoveNext(This,hasCurrent) )
#define __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetMany(This,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0043 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0043 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0043_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0043_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0368 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0368 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0368_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0368_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0044 */
/* [local] */
#ifndef DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
#define DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0044 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0044_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0044_v0_0_s_ifspec;
#ifndef ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__
#define ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* [unique][uuid][object] */
/* interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("de881c69-6642-54de-a8f7-d1a88b2404cf")
__FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE First(
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption **first) = 0;
};
#else /* C style interface */
typedef struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *First )(
__RPC__in __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [retval][out] */ __RPC__deref_out_opt __FIIterator_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption **first);
END_INTERFACE
} __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl;
interface __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
{
CONST_VTBL struct __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_First(This,first) \
( (This)->lpVtbl -> First(This,first) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0045 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0045 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0045_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0045_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0369 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0369 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0369_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0369_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0046 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0046 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0046_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0046_v0_0_s_ifspec;
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* [unique][uuid][object] */
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("da7e871c-6e0c-5e32-be40-10715a9f75eb")
__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE GetAt(
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier **item) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Size(
/* [retval][out] */ __RPC__out unsigned int *size) = 0;
virtual HRESULT STDMETHODCALLTYPE IndexOf(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *GetAt )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier **item);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Size )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [retval][out] */ __RPC__out unsigned int *size);
HRESULT ( STDMETHODCALLTYPE *IndexOf )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier * This,
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl;
interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier
{
CONST_VTBL struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifierVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetAt(This,index,item) \
( (This)->lpVtbl -> GetAt(This,index,item) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_get_Size(This,size) \
( (This)->lpVtbl -> get_Size(This,size) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_IndexOf(This,item,index,found) \
( (This)->lpVtbl -> IndexOf(This,item,index,found) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_GetMany(This,startIndex,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,startIndex,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0047 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0047 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0047_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0047_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0370 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0370 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0370_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0370_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0048 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0048 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0048_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0048_v0_0_s_ifspec;
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* [unique][uuid][object] */
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("6baf1241-1fa6-5c22-83ef-415e93cdf7b1")
__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE GetAt(
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem **item) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Size(
/* [retval][out] */ __RPC__out unsigned int *size) = 0;
virtual HRESULT STDMETHODCALLTYPE IndexOf(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentItem **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *GetAt )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem **item);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Size )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [retval][out] */ __RPC__out unsigned int *size);
HRESULT ( STDMETHODCALLTYPE *IndexOf )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem * This,
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl;
interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem
{
CONST_VTBL struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItemVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetAt(This,index,item) \
( (This)->lpVtbl -> GetAt(This,index,item) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_get_Size(This,size) \
( (This)->lpVtbl -> get_Size(This,size) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_IndexOf(This,item,index,found) \
( (This)->lpVtbl -> IndexOf(This,item,index,found) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_GetMany(This,startIndex,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,startIndex,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0049 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0049 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0049_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0049_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0371 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0371 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0371_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0371_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0050 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0050 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0050_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0050_v0_0_s_ifspec;
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* [unique][uuid][object] */
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("1011b9ba-6a05-5b16-82cf-0175085105e0")
__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE GetAt(
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentMethodData **item) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Size(
/* [retval][out] */ __RPC__out unsigned int *size) = 0;
virtual HRESULT STDMETHODCALLTYPE IndexOf(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentMethodData *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentMethodData **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *GetAt )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData **item);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Size )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [retval][out] */ __RPC__out unsigned int *size);
HRESULT ( STDMETHODCALLTYPE *IndexOf )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData * This,
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl;
interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData
{
CONST_VTBL struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodDataVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetAt(This,index,item) \
( (This)->lpVtbl -> GetAt(This,index,item) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_get_Size(This,size) \
( (This)->lpVtbl -> get_Size(This,size) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_IndexOf(This,item,index,found) \
( (This)->lpVtbl -> IndexOf(This,item,index,found) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_GetMany(This,startIndex,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,startIndex,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0051 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0051 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0051_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0051_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0372 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0372 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0372_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0372_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0052 */
/* [local] */
#ifndef DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
#define DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0052 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0052_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0052_v0_0_s_ifspec;
#ifndef ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__
#define ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* [unique][uuid][object] */
/* interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("8c8128eb-8c33-56dd-9648-39e8040312d4")
__FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE GetAt(
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **item) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Size(
/* [retval][out] */ __RPC__out unsigned int *size) = 0;
virtual HRESULT STDMETHODCALLTYPE IndexOf(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMany(
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **items,
/* [retval][out] */ __RPC__out unsigned int *actual) = 0;
};
#else /* C style interface */
typedef struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *GetAt )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [in] */ unsigned int index,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **item);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Size )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [retval][out] */ __RPC__out unsigned int *size);
HRESULT ( STDMETHODCALLTYPE *IndexOf )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption *item,
/* [out] */ __RPC__out unsigned int *index,
/* [retval][out] */ __RPC__out boolean *found);
HRESULT ( STDMETHODCALLTYPE *GetMany )(
__RPC__in __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption * This,
/* [in] */ unsigned int startIndex,
/* [in] */ unsigned int capacity,
/* [size_is][length_is][out] */ __RPC__out_ecount_part(capacity, *actual) __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **items,
/* [retval][out] */ __RPC__out unsigned int *actual);
END_INTERFACE
} __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl;
interface __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption
{
CONST_VTBL struct __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOptionVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetAt(This,index,item) \
( (This)->lpVtbl -> GetAt(This,index,item) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_get_Size(This,size) \
( (This)->lpVtbl -> get_Size(This,size) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_IndexOf(This,item,index,found) \
( (This)->lpVtbl -> IndexOf(This,item,index,found) )
#define __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_GetMany(This,startIndex,capacity,items,actual) \
( (This)->lpVtbl -> GetMany(This,startIndex,capacity,items,actual) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0053 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0053 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0053_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0053_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0373 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0373 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0373_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0373_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0054 */
/* [local] */
#ifndef DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult
#define DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0054 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0054_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0054_v0_0_s_ifspec;
#ifndef ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_INTERFACE_DEFINED__
#define ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_INTERFACE_DEFINED__
/* interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult */
/* [unique][uuid][object] */
/* interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("bec8b726-9056-5e47-b22a-0da09aa84afe")
__FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Invoke(
/* [in] */ __RPC__in_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult *asyncInfo,
/* [in] */ AsyncStatus status) = 0;
};
#else /* C style interface */
typedef struct __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResultVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This);
HRESULT ( STDMETHODCALLTYPE *Invoke )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [in] */ __RPC__in_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult *asyncInfo,
/* [in] */ AsyncStatus status);
END_INTERFACE
} __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResultVtbl;
interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult
{
CONST_VTBL struct __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResultVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_Invoke(This,asyncInfo,status) \
( (This)->lpVtbl -> Invoke(This,asyncInfo,status) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0055 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0055 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0055_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0055_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0374 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0374 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0374_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0374_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0056 */
/* [local] */
#ifndef DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult
#define DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0056 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0056_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0056_v0_0_s_ifspec;
#ifndef ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_INTERFACE_DEFINED__
#define ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_INTERFACE_DEFINED__
/* interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult */
/* [unique][uuid][object] */
/* interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0cc32025-ac67-57e2-a0f6-3a8e116cef4c")
__FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult : public IInspectable
{
public:
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Completed(
/* [in] */ __RPC__in_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult *handler) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Completed(
/* [retval][out] */ __RPC__deref_out_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult **handler) = 0;
virtual HRESULT STDMETHODCALLTYPE GetResults(
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult **results) = 0;
};
#else /* C style interface */
typedef struct __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResultVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Completed )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [in] */ __RPC__in_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult *handler);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Completed )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [retval][out] */ __RPC__deref_out_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult **handler);
HRESULT ( STDMETHODCALLTYPE *GetResults )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult * This,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult **results);
END_INTERFACE
} __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResultVtbl;
interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult
{
CONST_VTBL struct __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResultVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_put_Completed(This,handler) \
( (This)->lpVtbl -> put_Completed(This,handler) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_get_Completed(This,handler) \
( (This)->lpVtbl -> get_Completed(This,handler) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_GetResults(This,results) \
( (This)->lpVtbl -> GetResults(This,results) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0057 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestChangedResult */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0057 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0057_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0057_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0375 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0375 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0375_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0375_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0058 */
/* [local] */
#ifndef DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult
#define DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0058 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0058_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0058_v0_0_s_ifspec;
#ifndef ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_INTERFACE_DEFINED__
#define ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_INTERFACE_DEFINED__
/* interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult */
/* [unique][uuid][object] */
/* interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("cbcd07a6-ae2a-5a70-bc0b-9120560825d1")
__FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Invoke(
/* [in] */ __RPC__in_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult *asyncInfo,
/* [in] */ AsyncStatus status) = 0;
};
#else /* C style interface */
typedef struct __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResultVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This);
HRESULT ( STDMETHODCALLTYPE *Invoke )(
__RPC__in __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [in] */ __RPC__in_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult *asyncInfo,
/* [in] */ AsyncStatus status);
END_INTERFACE
} __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResultVtbl;
interface __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult
{
CONST_VTBL struct __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResultVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_Invoke(This,asyncInfo,status) \
( (This)->lpVtbl -> Invoke(This,asyncInfo,status) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0059 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0059 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0059_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0059_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0376 */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0376 */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0376_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments2Eidl_0000_0376_v0_0_s_ifspec;
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0060 */
/* [local] */
#ifndef DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult
#define DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult
#if !defined(__cplusplus) || defined(RO_NO_TEMPLATE_NAME)
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0060 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0060_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0060_v0_0_s_ifspec;
#ifndef ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_INTERFACE_DEFINED__
#define ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_INTERFACE_DEFINED__
/* interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult */
/* [unique][uuid][object] */
/* interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult */
/* [unique][uuid][object] */
EXTERN_C const IID IID___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("cf290deb-5549-57c3-8abd-53b76c643cca")
__FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult : public IInspectable
{
public:
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Completed(
/* [in] */ __RPC__in_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult *handler) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Completed(
/* [retval][out] */ __RPC__deref_out_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult **handler) = 0;
virtual HRESULT STDMETHODCALLTYPE GetResults(
/* [retval][out] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequestSubmitResult **results) = 0;
};
#else /* C style interface */
typedef struct __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResultVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Completed )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [in] */ __RPC__in_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult *handler);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Completed )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [retval][out] */ __RPC__deref_out_opt __FIAsyncOperationCompletedHandler_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult **handler);
HRESULT ( STDMETHODCALLTYPE *GetResults )(
__RPC__in __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult * This,
/* [retval][out] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult **results);
END_INTERFACE
} __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResultVtbl;
interface __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult
{
CONST_VTBL struct __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResultVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_put_Completed(This,handler) \
( (This)->lpVtbl -> put_Completed(This,handler) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_get_Completed(This,handler) \
( (This)->lpVtbl -> get_Completed(This,handler) )
#define __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_GetResults(This,results) \
( (This)->lpVtbl -> GetResults(This,results) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0061 */
/* [local] */
#endif /* pinterface */
#endif /* DEF___FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult */
#if !defined(__cplusplus)
#if !defined(__cplusplus)
/* [v1_enum] */
enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence
{
PaymentOptionPresence_None = 0,
PaymentOptionPresence_Optional = 1,
PaymentOptionPresence_Required = 2
} ;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
/* [v1_enum] */
enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestChangeKind
{
PaymentRequestChangeKind_ShippingOption = 0,
PaymentRequestChangeKind_ShippingAddress = 1
} ;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
/* [v1_enum] */
enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestCompletionStatus
{
PaymentRequestCompletionStatus_Succeeded = 0,
PaymentRequestCompletionStatus_Failed = 1,
PaymentRequestCompletionStatus_Unknown = 2
} ;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
/* [v1_enum] */
enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestStatus
{
PaymentRequestStatus_Succeeded = 0,
PaymentRequestStatus_Failed = 1,
PaymentRequestStatus_Canceled = 2
} ;
#endif /* end if !defined(__cplusplus) */
#endif
#if !defined(__cplusplus)
#if !defined(__cplusplus)
/* [v1_enum] */
enum __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentShippingType
{
PaymentShippingType_Shipping = 0,
PaymentShippingType_Delivery = 1,
PaymentShippingType_Pickup = 2
} ;
#endif /* end if !defined(__cplusplus) */
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0061 */
/* [local] */
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
/* [v1_enum] */
enum PaymentOptionPresence
{
PaymentOptionPresence_None = 0,
PaymentOptionPresence_Optional = 1,
PaymentOptionPresence_Required = 2
} ;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
/* [v1_enum] */
enum PaymentRequestChangeKind
{
PaymentRequestChangeKind_ShippingOption = 0,
PaymentRequestChangeKind_ShippingAddress = 1
} ;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
/* [v1_enum] */
enum PaymentRequestCompletionStatus
{
PaymentRequestCompletionStatus_Succeeded = 0,
PaymentRequestCompletionStatus_Failed = 1,
PaymentRequestCompletionStatus_Unknown = 2
} ;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
/* [v1_enum] */
enum PaymentRequestStatus
{
PaymentRequestStatus_Succeeded = 0,
PaymentRequestStatus_Failed = 1,
PaymentRequestStatus_Canceled = 2
} ;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
#ifdef __cplusplus
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
/* [v1_enum] */
enum PaymentShippingType
{
PaymentShippingType_Shipping = 0,
PaymentShippingType_Delivery = 1,
PaymentShippingType_Pickup = 2
} ;
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#endif
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0061_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0061_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedHandler */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("5078B9E1-F398-4F2C-A27E-94D371CF6C7D")
IPaymentRequestChangedHandler : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Invoke(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequest *paymentRequest,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedArgs *args) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentRequestChangedHandler = __uuidof(IPaymentRequestChangedHandler);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandlerVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler * This);
HRESULT ( STDMETHODCALLTYPE *Invoke )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest *paymentRequest,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs *args);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandlerVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandlerVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_Invoke(This,paymentRequest,args) \
( (This)->lpVtbl -> Invoke(This,paymentRequest,args) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0062 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentAddress[] = L"Windows.ApplicationModel.Payments.IPaymentAddress";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0062 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0062_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0062_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentAddress */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("5F2264E9-6F3A-4166-A018-0A0B06BB32B5")
IPaymentAddress : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Country(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Country(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_AddressLines(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_HSTRING **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_AddressLines(
/* [in] */ __RPC__in_opt __FIVectorView_1_HSTRING *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Region(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Region(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_City(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_City(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_DependentLocality(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_DependentLocality(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PostalCode(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_PostalCode(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_SortingCode(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_SortingCode(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_LanguageCode(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_LanguageCode(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Organization(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Organization(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Recipient(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Recipient(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PhoneNumber(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_PhoneNumber(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Properties(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::Foundation::Collections::IPropertySet **value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentAddress = __uuidof(IPaymentAddress);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddressVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Country )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Country )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_AddressLines )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_HSTRING **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_AddressLines )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in_opt __FIVectorView_1_HSTRING *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Region )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Region )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_City )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_City )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_DependentLocality )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_DependentLocality )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PostalCode )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_PostalCode )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_SortingCode )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_SortingCode )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_LanguageCode )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_LanguageCode )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Organization )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Organization )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Recipient )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Recipient )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PhoneNumber )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_PhoneNumber )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Properties )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CFoundation_CCollections_CIPropertySet **value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddressVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddressVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_Country(This,value) \
( (This)->lpVtbl -> get_Country(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_Country(This,value) \
( (This)->lpVtbl -> put_Country(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_AddressLines(This,value) \
( (This)->lpVtbl -> get_AddressLines(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_AddressLines(This,value) \
( (This)->lpVtbl -> put_AddressLines(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_Region(This,value) \
( (This)->lpVtbl -> get_Region(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_Region(This,value) \
( (This)->lpVtbl -> put_Region(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_City(This,value) \
( (This)->lpVtbl -> get_City(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_City(This,value) \
( (This)->lpVtbl -> put_City(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_DependentLocality(This,value) \
( (This)->lpVtbl -> get_DependentLocality(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_DependentLocality(This,value) \
( (This)->lpVtbl -> put_DependentLocality(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_PostalCode(This,value) \
( (This)->lpVtbl -> get_PostalCode(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_PostalCode(This,value) \
( (This)->lpVtbl -> put_PostalCode(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_SortingCode(This,value) \
( (This)->lpVtbl -> get_SortingCode(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_SortingCode(This,value) \
( (This)->lpVtbl -> put_SortingCode(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_LanguageCode(This,value) \
( (This)->lpVtbl -> get_LanguageCode(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_LanguageCode(This,value) \
( (This)->lpVtbl -> put_LanguageCode(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_Organization(This,value) \
( (This)->lpVtbl -> get_Organization(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_Organization(This,value) \
( (This)->lpVtbl -> put_Organization(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_Recipient(This,value) \
( (This)->lpVtbl -> get_Recipient(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_Recipient(This,value) \
( (This)->lpVtbl -> put_Recipient(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_PhoneNumber(This,value) \
( (This)->lpVtbl -> get_PhoneNumber(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_put_PhoneNumber(This,value) \
( (This)->lpVtbl -> put_PhoneNumber(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_get_Properties(This,value) \
( (This)->lpVtbl -> get_Properties(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0063 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentCurrencyAmount[] = L"Windows.ApplicationModel.Payments.IPaymentCurrencyAmount";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0063 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0063_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0063_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("E3A3E9E0-B41F-4987-BDCB-071331F2DAA4")
IPaymentCurrencyAmount : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Currency(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Currency(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_CurrencySystem(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_CurrencySystem(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Value(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Value(
/* [in] */ __RPC__in HSTRING value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentCurrencyAmount = __uuidof(IPaymentCurrencyAmount);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Currency )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Currency )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_CurrencySystem )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_CurrencySystem )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Value )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Value )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount * This,
/* [in] */ __RPC__in HSTRING value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_get_Currency(This,value) \
( (This)->lpVtbl -> get_Currency(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_put_Currency(This,value) \
( (This)->lpVtbl -> put_Currency(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_get_CurrencySystem(This,value) \
( (This)->lpVtbl -> get_CurrencySystem(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_put_CurrencySystem(This,value) \
( (This)->lpVtbl -> put_CurrencySystem(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_get_Value(This,value) \
( (This)->lpVtbl -> get_Value(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_put_Value(This,value) \
( (This)->lpVtbl -> put_Value(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0064 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentCurrencyAmountFactory[] = L"Windows.ApplicationModel.Payments.IPaymentCurrencyAmountFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0064 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0064_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0064_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmountFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("3257D338-140C-4575-8535-F773178C09A7")
IPaymentCurrencyAmountFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in HSTRING value,
/* [in] */ __RPC__in HSTRING currency,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithCurrencySystem(
/* [in] */ __RPC__in HSTRING value,
/* [in] */ __RPC__in HSTRING currency,
/* [in] */ __RPC__in HSTRING currencySystem,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentCurrencyAmountFactory = __uuidof(IPaymentCurrencyAmountFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This,
/* [in] */ __RPC__in HSTRING value,
/* [in] */ __RPC__in HSTRING currency,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithCurrencySystem )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory * This,
/* [in] */ __RPC__in HSTRING value,
/* [in] */ __RPC__in HSTRING currency,
/* [in] */ __RPC__in HSTRING currencySystem,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_Create(This,value,currency,result) \
( (This)->lpVtbl -> Create(This,value,currency,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_CreateWithCurrencySystem(This,value,currency,currencySystem,result) \
( (This)->lpVtbl -> CreateWithCurrencySystem(This,value,currency,currencySystem,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmountFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0065 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentDetails[] = L"Windows.ApplicationModel.Payments.IPaymentDetails";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0065 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0065_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0065_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentDetails */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("53BB2D7D-E0EB-4053-8EAE-CE7C48E02945")
IPaymentDetails : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Total(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Total(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_DisplayItems(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_DisplayItems(
/* [in] */ __RPC__in_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_ShippingOptions(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_ShippingOptions(
/* [in] */ __RPC__in_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Modifiers(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Modifiers(
/* [in] */ __RPC__in_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier *value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentDetails = __uuidof(IPaymentDetails);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Total )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Total )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_DisplayItems )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_DisplayItems )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [in] */ __RPC__in_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_ShippingOptions )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_ShippingOptions )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [in] */ __RPC__in_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentShippingOption *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Modifiers )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Modifiers )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails * This,
/* [in] */ __RPC__in_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentDetailsModifier *value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_get_Total(This,value) \
( (This)->lpVtbl -> get_Total(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_put_Total(This,value) \
( (This)->lpVtbl -> put_Total(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_get_DisplayItems(This,value) \
( (This)->lpVtbl -> get_DisplayItems(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_put_DisplayItems(This,value) \
( (This)->lpVtbl -> put_DisplayItems(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_get_ShippingOptions(This,value) \
( (This)->lpVtbl -> get_ShippingOptions(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_put_ShippingOptions(This,value) \
( (This)->lpVtbl -> put_ShippingOptions(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_get_Modifiers(This,value) \
( (This)->lpVtbl -> get_Modifiers(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_put_Modifiers(This,value) \
( (This)->lpVtbl -> put_Modifiers(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0066 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentDetailsFactory[] = L"Windows.ApplicationModel.Payments.IPaymentDetailsFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0066 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0066_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0066_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentDetailsFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("CFE8AFEE-C0EA-4CA1-8BC7-6DE67B1F3763")
IPaymentDetailsFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem *total,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithDisplayItems(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem *total,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem *displayItems,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentDetailsFactory = __uuidof(IPaymentDetailsFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem *total,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithDisplayItems )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem *total,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem *displayItems,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_Create(This,total,result) \
( (This)->lpVtbl -> Create(This,total,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_CreateWithDisplayItems(This,total,displayItems,result) \
( (This)->lpVtbl -> CreateWithDisplayItems(This,total,displayItems,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0067 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentDetailsModifier[] = L"Windows.ApplicationModel.Payments.IPaymentDetailsModifier";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0067 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0067_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0067_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("BE1C7D65-4323-41D7-B305-DFCB765F69DE")
IPaymentDetailsModifier : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_JsonData(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_SupportedMethodIds(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_HSTRING **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Total(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_AdditionalDisplayItems(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem **value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentDetailsModifier = __uuidof(IPaymentDetailsModifier);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_JsonData )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_SupportedMethodIds )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_HSTRING **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Total )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_AdditionalDisplayItems )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentItem **value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_get_JsonData(This,value) \
( (This)->lpVtbl -> get_JsonData(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_get_SupportedMethodIds(This,value) \
( (This)->lpVtbl -> get_SupportedMethodIds(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_get_Total(This,value) \
( (This)->lpVtbl -> get_Total(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_get_AdditionalDisplayItems(This,value) \
( (This)->lpVtbl -> get_AdditionalDisplayItems(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0068 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentDetailsModifierFactory[] = L"Windows.ApplicationModel.Payments.IPaymentDetailsModifierFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0068 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0068_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0068_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifierFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("79005286-54DE-429C-9E4F-5DCE6E10EBCE")
IPaymentDetailsModifierFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem *total,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithAdditionalDisplayItems(
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem *total,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem *additionalDisplayItems,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithAdditionalDisplayItemsAndJsonData(
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem *total,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem *additionalDisplayItems,
/* [in] */ __RPC__in HSTRING jsonData,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetailsModifier **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentDetailsModifierFactory = __uuidof(IPaymentDetailsModifierFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This,
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem *total,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithAdditionalDisplayItems )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This,
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem *total,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem *additionalDisplayItems,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithAdditionalDisplayItemsAndJsonData )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory * This,
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem *total,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentItem *additionalDisplayItems,
/* [in] */ __RPC__in HSTRING jsonData,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifier **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_Create(This,supportedMethodIds,total,result) \
( (This)->lpVtbl -> Create(This,supportedMethodIds,total,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_CreateWithAdditionalDisplayItems(This,supportedMethodIds,total,additionalDisplayItems,result) \
( (This)->lpVtbl -> CreateWithAdditionalDisplayItems(This,supportedMethodIds,total,additionalDisplayItems,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_CreateWithAdditionalDisplayItemsAndJsonData(This,supportedMethodIds,total,additionalDisplayItems,jsonData,result) \
( (This)->lpVtbl -> CreateWithAdditionalDisplayItemsAndJsonData(This,supportedMethodIds,total,additionalDisplayItems,jsonData,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetailsModifierFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0069 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentItem[] = L"Windows.ApplicationModel.Payments.IPaymentItem";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0069 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0069_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0069_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentItem */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("685AC88B-79B2-4B76-9E03-A876223DFE72")
IPaymentItem : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Label(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Label(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Amount(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Amount(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Pending(
/* [out][retval] */ __RPC__out boolean *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Pending(
/* [in] */ boolean value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentItem = __uuidof(IPaymentItem);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Label )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Label )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Amount )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Amount )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Pending )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [out][retval] */ __RPC__out boolean *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Pending )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem * This,
/* [in] */ boolean value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_get_Label(This,value) \
( (This)->lpVtbl -> get_Label(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_put_Label(This,value) \
( (This)->lpVtbl -> put_Label(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_get_Amount(This,value) \
( (This)->lpVtbl -> get_Amount(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_put_Amount(This,value) \
( (This)->lpVtbl -> put_Amount(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_get_Pending(This,value) \
( (This)->lpVtbl -> get_Pending(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_put_Pending(This,value) \
( (This)->lpVtbl -> put_Pending(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0070 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentItemFactory[] = L"Windows.ApplicationModel.Payments.IPaymentItemFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0070 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0070_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0070_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentItemFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("C6AB7AD8-2503-4D1D-A778-02B2E5927B2C")
IPaymentItemFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount *amount,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentItem **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentItemFactory = __uuidof(IPaymentItemFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory * This,
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount *amount,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItem **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_Create(This,label,amount,result) \
( (This)->lpVtbl -> Create(This,label,amount,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentItemFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0071 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentMediator[] = L"Windows.ApplicationModel.Payments.IPaymentMediator";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0071 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0071_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0071_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentMediator */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("FB0EE829-EC0C-449A-83DA-7AE3073365A2")
IPaymentMediator : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE GetSupportedMethodIdsAsync(
/* [out][retval] */ __RPC__deref_out_opt __FIAsyncOperation_1___FIVectorView_1_HSTRING **result) = 0;
virtual HRESULT STDMETHODCALLTYPE SubmitPaymentRequestAsync(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequest *paymentRequest,
/* [out][retval] */ __RPC__deref_out_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult **result) = 0;
virtual HRESULT STDMETHODCALLTYPE SubmitPaymentRequestWithChangeHandlerAsync(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequest *paymentRequest,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedHandler *changeHandler,
/* [out][retval] */ __RPC__deref_out_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentMediator = __uuidof(IPaymentMediator);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediatorVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *GetSupportedMethodIdsAsync )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This,
/* [out][retval] */ __RPC__deref_out_opt __FIAsyncOperation_1___FIVectorView_1_HSTRING **result);
HRESULT ( STDMETHODCALLTYPE *SubmitPaymentRequestAsync )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest *paymentRequest,
/* [out][retval] */ __RPC__deref_out_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult **result);
HRESULT ( STDMETHODCALLTYPE *SubmitPaymentRequestWithChangeHandlerAsync )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest *paymentRequest,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedHandler *changeHandler,
/* [out][retval] */ __RPC__deref_out_opt __FIAsyncOperation_1_Windows__CApplicationModel__CPayments__CPaymentRequestSubmitResult **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediatorVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediatorVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_GetSupportedMethodIdsAsync(This,result) \
( (This)->lpVtbl -> GetSupportedMethodIdsAsync(This,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_SubmitPaymentRequestAsync(This,paymentRequest,result) \
( (This)->lpVtbl -> SubmitPaymentRequestAsync(This,paymentRequest,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_SubmitPaymentRequestWithChangeHandlerAsync(This,paymentRequest,changeHandler,result) \
( (This)->lpVtbl -> SubmitPaymentRequestWithChangeHandlerAsync(This,paymentRequest,changeHandler,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMediator_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0072 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentMerchantInfo[] = L"Windows.ApplicationModel.Payments.IPaymentMerchantInfo";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0072 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0072_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0072_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentMerchantInfo */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("63445050-0E94-4ED6-AACB-E6012BD327A7")
IPaymentMerchantInfo : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PackageFullName(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Uri(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::Foundation::IUriRuntimeClass **value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentMerchantInfo = __uuidof(IPaymentMerchantInfo);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PackageFullName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Uri )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CFoundation_CIUriRuntimeClass **value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_get_PackageFullName(This,value) \
( (This)->lpVtbl -> get_PackageFullName(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_get_Uri(This,value) \
( (This)->lpVtbl -> get_Uri(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0073 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentMerchantInfoFactory[] = L"Windows.ApplicationModel.Payments.IPaymentMerchantInfoFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0073 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0073_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0073_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentMerchantInfoFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("9E89CED3-CCB7-4167-A8EC-E10AE96DBCD1")
IPaymentMerchantInfoFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in_opt ABI::Windows::Foundation::IUriRuntimeClass *uri,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentMerchantInfo **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentMerchantInfoFactory = __uuidof(IPaymentMerchantInfoFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CFoundation_CIUriRuntimeClass *uri,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_Create(This,uri,result) \
( (This)->lpVtbl -> Create(This,uri,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfoFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0074 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentMethodData[] = L"Windows.ApplicationModel.Payments.IPaymentMethodData";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0074 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0074_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0074_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentMethodData */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("D1D3CAF4-DE98-4129-B1B7-C3AD86237BF4")
IPaymentMethodData : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_SupportedMethodIds(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_HSTRING **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_JsonData(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentMethodData = __uuidof(IPaymentMethodData);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_SupportedMethodIds )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_HSTRING **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_JsonData )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_get_SupportedMethodIds(This,value) \
( (This)->lpVtbl -> get_SupportedMethodIds(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_get_JsonData(This,value) \
( (This)->lpVtbl -> get_JsonData(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0075 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentMethodDataFactory[] = L"Windows.ApplicationModel.Payments.IPaymentMethodDataFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0075 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0075_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0075_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentMethodDataFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("8ADDD27F-9BAA-4A82-8342-A8210992A36B")
IPaymentMethodDataFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentMethodData **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithJsonData(
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in HSTRING jsonData,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentMethodData **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentMethodDataFactory = __uuidof(IPaymentMethodDataFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This,
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithJsonData )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory * This,
/* [in] */ __RPC__in_opt __FIIterable_1_HSTRING *supportedMethodIds,
/* [in] */ __RPC__in HSTRING jsonData,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodData **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_Create(This,supportedMethodIds,result) \
( (This)->lpVtbl -> Create(This,supportedMethodIds,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_CreateWithJsonData(This,supportedMethodIds,jsonData,result) \
( (This)->lpVtbl -> CreateWithJsonData(This,supportedMethodIds,jsonData,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMethodDataFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0076 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentOptions[] = L"Windows.ApplicationModel.Payments.IPaymentOptions";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0076 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0076_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0076_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentOptions */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("AAA30854-1F2B-4365-8251-01B58915A5BC")
IPaymentOptions : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_RequestPayerEmail(
/* [out][retval] */ __RPC__out ABI::Windows::ApplicationModel::Payments::PaymentOptionPresence *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_RequestPayerEmail(
/* [in] */ ABI::Windows::ApplicationModel::Payments::PaymentOptionPresence value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_RequestPayerName(
/* [out][retval] */ __RPC__out ABI::Windows::ApplicationModel::Payments::PaymentOptionPresence *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_RequestPayerName(
/* [in] */ ABI::Windows::ApplicationModel::Payments::PaymentOptionPresence value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_RequestPayerPhoneNumber(
/* [out][retval] */ __RPC__out ABI::Windows::ApplicationModel::Payments::PaymentOptionPresence *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_RequestPayerPhoneNumber(
/* [in] */ ABI::Windows::ApplicationModel::Payments::PaymentOptionPresence value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_RequestShipping(
/* [out][retval] */ __RPC__out boolean *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_RequestShipping(
/* [in] */ boolean value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_ShippingType(
/* [out][retval] */ __RPC__out ABI::Windows::ApplicationModel::Payments::PaymentShippingType *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_ShippingType(
/* [in] */ ABI::Windows::ApplicationModel::Payments::PaymentShippingType value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentOptions = __uuidof(IPaymentOptions);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptionsVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_RequestPayerEmail )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out][retval] */ __RPC__out __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_RequestPayerEmail )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [in] */ __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_RequestPayerName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out][retval] */ __RPC__out __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_RequestPayerName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [in] */ __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_RequestPayerPhoneNumber )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out][retval] */ __RPC__out __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_RequestPayerPhoneNumber )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [in] */ __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentOptionPresence value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_RequestShipping )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out][retval] */ __RPC__out boolean *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_RequestShipping )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [in] */ boolean value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_ShippingType )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [out][retval] */ __RPC__out __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentShippingType *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_ShippingType )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions * This,
/* [in] */ __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentShippingType value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptionsVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptionsVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_get_RequestPayerEmail(This,value) \
( (This)->lpVtbl -> get_RequestPayerEmail(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_put_RequestPayerEmail(This,value) \
( (This)->lpVtbl -> put_RequestPayerEmail(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_get_RequestPayerName(This,value) \
( (This)->lpVtbl -> get_RequestPayerName(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_put_RequestPayerName(This,value) \
( (This)->lpVtbl -> put_RequestPayerName(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_get_RequestPayerPhoneNumber(This,value) \
( (This)->lpVtbl -> get_RequestPayerPhoneNumber(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_put_RequestPayerPhoneNumber(This,value) \
( (This)->lpVtbl -> put_RequestPayerPhoneNumber(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_get_RequestShipping(This,value) \
( (This)->lpVtbl -> get_RequestShipping(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_put_RequestShipping(This,value) \
( (This)->lpVtbl -> put_RequestShipping(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_get_ShippingType(This,value) \
( (This)->lpVtbl -> get_ShippingType(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_put_ShippingType(This,value) \
( (This)->lpVtbl -> put_ShippingType(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0077 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentRequest[] = L"Windows.ApplicationModel.Payments.IPaymentRequest";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0077 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0077_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0077_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentRequest */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("B74942E1-ED7B-47EB-BC08-78CC5D6896B6")
IPaymentRequest : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_MerchantInfo(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentMerchantInfo **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Details(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_MethodData(
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Options(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentOptions **value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentRequest = __uuidof(IPaymentRequest);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_MerchantInfo )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Details )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_MethodData )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [out][retval] */ __RPC__deref_out_opt __FIVectorView_1_Windows__CApplicationModel__CPayments__CPaymentMethodData **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Options )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions **value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_get_MerchantInfo(This,value) \
( (This)->lpVtbl -> get_MerchantInfo(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_get_Details(This,value) \
( (This)->lpVtbl -> get_Details(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_get_MethodData(This,value) \
( (This)->lpVtbl -> get_MethodData(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_get_Options(This,value) \
( (This)->lpVtbl -> get_Options(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0078 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentRequestChangedArgs[] = L"Windows.ApplicationModel.Payments.IPaymentRequestChangedArgs";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0078 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0078_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0078_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedArgs */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("C6145E44-CD8B-4BE4-B555-27C99194C0C5")
IPaymentRequestChangedArgs : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_ChangeKind(
/* [out][retval] */ __RPC__out ABI::Windows::ApplicationModel::Payments::PaymentRequestChangeKind *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_ShippingAddress(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentAddress **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_SelectedShippingOption(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **value) = 0;
virtual HRESULT STDMETHODCALLTYPE Acknowledge(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult *changeResult) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentRequestChangedArgs = __uuidof(IPaymentRequestChangedArgs);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgsVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_ChangeKind )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [out][retval] */ __RPC__out __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestChangeKind *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_ShippingAddress )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_SelectedShippingOption )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **value);
HRESULT ( STDMETHODCALLTYPE *Acknowledge )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult *changeResult);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgsVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgsVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_get_ChangeKind(This,value) \
( (This)->lpVtbl -> get_ChangeKind(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_get_ShippingAddress(This,value) \
( (This)->lpVtbl -> get_ShippingAddress(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_get_SelectedShippingOption(This,value) \
( (This)->lpVtbl -> get_SelectedShippingOption(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_Acknowledge(This,changeResult) \
( (This)->lpVtbl -> Acknowledge(This,changeResult) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedArgs_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0079 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentRequestChangedResult[] = L"Windows.ApplicationModel.Payments.IPaymentRequestChangedResult";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0079 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0079_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0079_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("DF699E5C-16C4-47AD-9401-8440EC0757DB")
IPaymentRequestChangedResult : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_ChangeAcceptedByMerchant(
/* [out][retval] */ __RPC__out boolean *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_ChangeAcceptedByMerchant(
/* [in] */ boolean value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Message(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Message(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_UpdatedPaymentDetails(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_UpdatedPaymentDetails(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails *value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentRequestChangedResult = __uuidof(IPaymentRequestChangedResult);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_ChangeAcceptedByMerchant )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [out][retval] */ __RPC__out boolean *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_ChangeAcceptedByMerchant )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [in] */ boolean value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Message )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Message )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_UpdatedPaymentDetails )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_UpdatedPaymentDetails )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails *value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_get_ChangeAcceptedByMerchant(This,value) \
( (This)->lpVtbl -> get_ChangeAcceptedByMerchant(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_put_ChangeAcceptedByMerchant(This,value) \
( (This)->lpVtbl -> put_ChangeAcceptedByMerchant(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_get_Message(This,value) \
( (This)->lpVtbl -> get_Message(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_put_Message(This,value) \
( (This)->lpVtbl -> put_Message(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_get_UpdatedPaymentDetails(This,value) \
( (This)->lpVtbl -> get_UpdatedPaymentDetails(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_put_UpdatedPaymentDetails(This,value) \
( (This)->lpVtbl -> put_UpdatedPaymentDetails(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0080 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentRequestChangedResultFactory[] = L"Windows.ApplicationModel.Payments.IPaymentRequestChangedResultFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0080 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0080_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0080_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResultFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("08740F56-1D33-4431-814B-67EA24BF21DB")
IPaymentRequestChangedResultFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ boolean changeAcceptedByMerchant,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithPaymentDetails(
/* [in] */ boolean changeAcceptedByMerchant,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails *updatedPaymentDetails,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentRequestChangedResultFactory = __uuidof(IPaymentRequestChangedResultFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This,
/* [in] */ boolean changeAcceptedByMerchant,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithPaymentDetails )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory * This,
/* [in] */ boolean changeAcceptedByMerchant,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails *updatedPaymentDetails,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResult **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_Create(This,changeAcceptedByMerchant,result) \
( (This)->lpVtbl -> Create(This,changeAcceptedByMerchant,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_CreateWithPaymentDetails(This,changeAcceptedByMerchant,updatedPaymentDetails,result) \
( (This)->lpVtbl -> CreateWithPaymentDetails(This,changeAcceptedByMerchant,updatedPaymentDetails,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestChangedResultFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0081 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentRequestFactory[] = L"Windows.ApplicationModel.Payments.IPaymentRequestFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0081 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0081_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0081_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentRequestFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("3E8A79DC-6B74-42D3-B103-F0DE35FB1848")
IPaymentRequestFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails *details,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData *methodData,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequest **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithMerchantInfo(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails *details,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData *methodData,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentMerchantInfo *merchantInfo,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequest **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithMerchantInfoAndOptions(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentDetails *details,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData *methodData,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentMerchantInfo *merchantInfo,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentOptions *options,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentRequest **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentRequestFactory = __uuidof(IPaymentRequestFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails *details,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData *methodData,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithMerchantInfo )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails *details,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData *methodData,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo *merchantInfo,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithMerchantInfoAndOptions )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentDetails *details,
/* [in] */ __RPC__in_opt __FIIterable_1_Windows__CApplicationModel__CPayments__CPaymentMethodData *methodData,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentMerchantInfo *merchantInfo,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentOptions *options,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequest **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_Create(This,details,methodData,result) \
( (This)->lpVtbl -> Create(This,details,methodData,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_CreateWithMerchantInfo(This,details,methodData,merchantInfo,result) \
( (This)->lpVtbl -> CreateWithMerchantInfo(This,details,methodData,merchantInfo,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_CreateWithMerchantInfoAndOptions(This,details,methodData,merchantInfo,options,result) \
( (This)->lpVtbl -> CreateWithMerchantInfoAndOptions(This,details,methodData,merchantInfo,options,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0082 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentRequestSubmitResult[] = L"Windows.ApplicationModel.Payments.IPaymentRequestSubmitResult";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0082 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0082_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0082_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentRequestSubmitResult */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("7B9C3912-30F2-4E90-B249-8CE7D78FFE56")
IPaymentRequestSubmitResult : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Status(
/* [out][retval] */ __RPC__out ABI::Windows::ApplicationModel::Payments::PaymentRequestStatus *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Response(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentResponse **value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentRequestSubmitResult = __uuidof(IPaymentRequestSubmitResult);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResultVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Status )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This,
/* [out][retval] */ __RPC__out __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestStatus *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Response )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse **value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResultVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResultVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_get_Status(This,value) \
( (This)->lpVtbl -> get_Status(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_get_Response(This,value) \
( (This)->lpVtbl -> get_Response(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentRequestSubmitResult_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0083 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentResponse[] = L"Windows.ApplicationModel.Payments.IPaymentResponse";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0083 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0083_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0083_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentResponse */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("E1389457-8BD2-4888-9FA8-97985545108E")
IPaymentResponse : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PaymentToken(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentToken **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_ShippingOption(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_ShippingAddress(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentAddress **value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PayerEmail(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PayerName(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PayerPhoneNumber(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual HRESULT STDMETHODCALLTYPE CompleteAsync(
/* [in] */ ABI::Windows::ApplicationModel::Payments::PaymentRequestCompletionStatus status,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::Foundation::IAsyncAction **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentResponse = __uuidof(IPaymentResponse);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponseVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PaymentToken )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_ShippingOption )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_ShippingAddress )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentAddress **value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PayerEmail )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PayerName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PayerPhoneNumber )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
HRESULT ( STDMETHODCALLTYPE *CompleteAsync )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse * This,
/* [in] */ __x_ABI_CWindows_CApplicationModel_CPayments_CPaymentRequestCompletionStatus status,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CFoundation_CIAsyncAction **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponseVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponseVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_get_PaymentToken(This,value) \
( (This)->lpVtbl -> get_PaymentToken(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_get_ShippingOption(This,value) \
( (This)->lpVtbl -> get_ShippingOption(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_get_ShippingAddress(This,value) \
( (This)->lpVtbl -> get_ShippingAddress(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_get_PayerEmail(This,value) \
( (This)->lpVtbl -> get_PayerEmail(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_get_PayerName(This,value) \
( (This)->lpVtbl -> get_PayerName(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_get_PayerPhoneNumber(This,value) \
( (This)->lpVtbl -> get_PayerPhoneNumber(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_CompleteAsync(This,status,result) \
( (This)->lpVtbl -> CompleteAsync(This,status,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentResponse_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0084 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentShippingOption[] = L"Windows.ApplicationModel.Payments.IPaymentShippingOption";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0084 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0084_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0084_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("13372ADA-9753-4574-8966-93145A76C7F9")
IPaymentShippingOption : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Label(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Label(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Amount(
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount **value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Amount(
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_Tag(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_Tag(
/* [in] */ __RPC__in HSTRING value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_IsSelected(
/* [out][retval] */ __RPC__out boolean *value) = 0;
virtual /* [propput] */ HRESULT STDMETHODCALLTYPE put_IsSelected(
/* [in] */ boolean value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentShippingOption = __uuidof(IPaymentShippingOption);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Label )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Label )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Amount )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount **value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Amount )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_Tag )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_Tag )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [in] */ __RPC__in HSTRING value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_IsSelected )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [out][retval] */ __RPC__out boolean *value);
/* [propput] */ HRESULT ( STDMETHODCALLTYPE *put_IsSelected )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption * This,
/* [in] */ boolean value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_get_Label(This,value) \
( (This)->lpVtbl -> get_Label(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_put_Label(This,value) \
( (This)->lpVtbl -> put_Label(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_get_Amount(This,value) \
( (This)->lpVtbl -> get_Amount(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_put_Amount(This,value) \
( (This)->lpVtbl -> put_Amount(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_get_Tag(This,value) \
( (This)->lpVtbl -> get_Tag(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_put_Tag(This,value) \
( (This)->lpVtbl -> put_Tag(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_get_IsSelected(This,value) \
( (This)->lpVtbl -> get_IsSelected(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_put_IsSelected(This,value) \
( (This)->lpVtbl -> put_IsSelected(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0085 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentShippingOptionFactory[] = L"Windows.ApplicationModel.Payments.IPaymentShippingOptionFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0085 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0085_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0085_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentShippingOptionFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("5DE5F917-B2D7-446B-9D73-6123FBCA3BC6")
IPaymentShippingOptionFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount *amount,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithSelected(
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount *amount,
/* [in] */ boolean selected,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithSelectedAndTag(
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt ABI::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount *amount,
/* [in] */ boolean selected,
/* [in] */ __RPC__in HSTRING tag,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentShippingOption **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentShippingOptionFactory = __uuidof(IPaymentShippingOptionFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This,
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount *amount,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithSelected )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This,
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount *amount,
/* [in] */ boolean selected,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithSelectedAndTag )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory * This,
/* [in] */ __RPC__in HSTRING label,
/* [in] */ __RPC__in_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentCurrencyAmount *amount,
/* [in] */ boolean selected,
/* [in] */ __RPC__in HSTRING tag,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOption **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_Create(This,label,amount,result) \
( (This)->lpVtbl -> Create(This,label,amount,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_CreateWithSelected(This,label,amount,selected,result) \
( (This)->lpVtbl -> CreateWithSelected(This,label,amount,selected,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_CreateWithSelectedAndTag(This,label,amount,selected,tag,result) \
( (This)->lpVtbl -> CreateWithSelectedAndTag(This,label,amount,selected,tag,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentShippingOptionFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0086 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentToken[] = L"Windows.ApplicationModel.Payments.IPaymentToken";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0086 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0086_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0086_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentToken */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("BBCAC013-CCD0-41F2-B2A1-0A2E4B5DCE25")
IPaymentToken : public IInspectable
{
public:
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_PaymentMethodId(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_JsonDetails(
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentToken = __uuidof(IPaymentToken);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_PaymentMethodId )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
/* [propget] */ HRESULT ( STDMETHODCALLTYPE *get_JsonDetails )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken * This,
/* [out][retval] */ __RPC__deref_out_opt HSTRING *value);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_get_PaymentMethodId(This,value) \
( (This)->lpVtbl -> get_PaymentMethodId(This,value) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_get_JsonDetails(This,value) \
( (This)->lpVtbl -> get_JsonDetails(This,value) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0087 */
/* [local] */
#if !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_INTERFACE_DEFINED__)
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_ApplicationModel_Payments_IPaymentTokenFactory[] = L"Windows.ApplicationModel.Payments.IPaymentTokenFactory";
#endif /* !defined(____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_INTERFACE_DEFINED__) */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0087 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0087_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0087_v0_0_s_ifspec;
#ifndef ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_INTERFACE_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_INTERFACE_DEFINED__
/* interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory */
/* [uuid][object] */
/* interface ABI::Windows::ApplicationModel::Payments::IPaymentTokenFactory */
/* [uuid][object] */
EXTERN_C const IID IID___x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
} /* end extern "C" */
namespace ABI {
namespace Windows {
namespace ApplicationModel {
namespace Payments {
MIDL_INTERFACE("988CD7AA-4753-4904-8373-DD7B08B995C1")
IPaymentTokenFactory : public IInspectable
{
public:
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ __RPC__in HSTRING paymentMethodId,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentToken **result) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateWithJsonDetails(
/* [in] */ __RPC__in HSTRING paymentMethodId,
/* [in] */ __RPC__in HSTRING jsonDetails,
/* [out][retval] */ __RPC__deref_out_opt ABI::Windows::ApplicationModel::Payments::IPaymentToken **result) = 0;
};
extern const __declspec(selectany) IID & IID_IPaymentTokenFactory = __uuidof(IPaymentTokenFactory);
} /* end namespace */
} /* end namespace */
} /* end namespace */
} /* end namespace */
extern "C" {
#else /* C style interface */
typedef struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetIids )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This,
/* [out] */ __RPC__out ULONG *iidCount,
/* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids);
HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This,
/* [out] */ __RPC__deref_out_opt HSTRING *className);
HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This,
/* [out] */ __RPC__out TrustLevel *trustLevel);
HRESULT ( STDMETHODCALLTYPE *Create )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This,
/* [in] */ __RPC__in HSTRING paymentMethodId,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken **result);
HRESULT ( STDMETHODCALLTYPE *CreateWithJsonDetails )(
__RPC__in __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory * This,
/* [in] */ __RPC__in HSTRING paymentMethodId,
/* [in] */ __RPC__in HSTRING jsonDetails,
/* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentToken **result);
END_INTERFACE
} __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactoryVtbl;
interface __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory
{
CONST_VTBL struct __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_GetIids(This,iidCount,iids) \
( (This)->lpVtbl -> GetIids(This,iidCount,iids) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_GetRuntimeClassName(This,className) \
( (This)->lpVtbl -> GetRuntimeClassName(This,className) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_GetTrustLevel(This,trustLevel) \
( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_Create(This,paymentMethodId,result) \
( (This)->lpVtbl -> Create(This,paymentMethodId,result) )
#define __x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_CreateWithJsonDetails(This,paymentMethodId,jsonDetails,result) \
( (This)->lpVtbl -> CreateWithJsonDetails(This,paymentMethodId,jsonDetails,result) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* ____x_ABI_CWindows_CApplicationModel_CPayments_CIPaymentTokenFactory_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0088 */
/* [local] */
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentAddress_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentAddress_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentAddress[] = L"Windows.ApplicationModel.Payments.PaymentAddress";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentCurrencyAmount_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentCurrencyAmount_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentCurrencyAmount[] = L"Windows.ApplicationModel.Payments.PaymentCurrencyAmount";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentDetails_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentDetails_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentDetails[] = L"Windows.ApplicationModel.Payments.PaymentDetails";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentDetailsModifier_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentDetailsModifier_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentDetailsModifier[] = L"Windows.ApplicationModel.Payments.PaymentDetailsModifier";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentItem_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentItem_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentItem[] = L"Windows.ApplicationModel.Payments.PaymentItem";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentMediator_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentMediator_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentMediator[] = L"Windows.ApplicationModel.Payments.PaymentMediator";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentMerchantInfo_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentMerchantInfo_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentMerchantInfo[] = L"Windows.ApplicationModel.Payments.PaymentMerchantInfo";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentMethodData_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentMethodData_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentMethodData[] = L"Windows.ApplicationModel.Payments.PaymentMethodData";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentOptions_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentOptions_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentOptions[] = L"Windows.ApplicationModel.Payments.PaymentOptions";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequest_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequest_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentRequest[] = L"Windows.ApplicationModel.Payments.PaymentRequest";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequestChangedArgs_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequestChangedArgs_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentRequestChangedArgs[] = L"Windows.ApplicationModel.Payments.PaymentRequestChangedArgs";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequestChangedResult_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequestChangedResult_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentRequestChangedResult[] = L"Windows.ApplicationModel.Payments.PaymentRequestChangedResult";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequestSubmitResult_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentRequestSubmitResult_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentRequestSubmitResult[] = L"Windows.ApplicationModel.Payments.PaymentRequestSubmitResult";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentResponse_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentResponse_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentResponse[] = L"Windows.ApplicationModel.Payments.PaymentResponse";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentShippingOption_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentShippingOption_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentShippingOption[] = L"Windows.ApplicationModel.Payments.PaymentShippingOption";
#endif
#ifndef RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentToken_DEFINED
#define RUNTIMECLASS_Windows_ApplicationModel_Payments_PaymentToken_DEFINED
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_ApplicationModel_Payments_PaymentToken[] = L"Windows.ApplicationModel.Payments.PaymentToken";
#endif
/* interface __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0088 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0088_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_windows2Eapplicationmodel2Epayments_0000_0088_v0_0_s_ifspec;
/* Additional Prototypes for ALL interfaces */
unsigned long __RPC_USER HSTRING_UserSize( __RPC__in unsigned long *, unsigned long , __RPC__in HSTRING * );
unsigned char * __RPC_USER HSTRING_UserMarshal( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in HSTRING * );
unsigned char * __RPC_USER HSTRING_UserUnmarshal(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out HSTRING * );
void __RPC_USER HSTRING_UserFree( __RPC__in unsigned long *, __RPC__in HSTRING * );
unsigned long __RPC_USER HSTRING_UserSize64( __RPC__in unsigned long *, unsigned long , __RPC__in HSTRING * );
unsigned char * __RPC_USER HSTRING_UserMarshal64( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in HSTRING * );
unsigned char * __RPC_USER HSTRING_UserUnmarshal64(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out HSTRING * );
void __RPC_USER HSTRING_UserFree64( __RPC__in unsigned long *, __RPC__in HSTRING * );
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
| [
"[email protected]"
] | |
010210be5375cc92947e1d1e884b3ec3e891e53e | 6b0ec28076ac3b57c9572ff8c503711615f3912d | /02.线性表/17.cpp | 80a49973cb01b6f9f9a6116346e7a336e6474262 | [] | no_license | vsdd/DS | 96315c313dbd49671a5b1bf9e6cc9ea4993c0e02 | 1016afbeecf346e3b193b39d5de7b66cd7fb2229 | refs/heads/master | 2021-09-13T03:19:08.724190 | 2018-04-24T13:33:03 | 2018-04-24T13:33:03 | 107,515,644 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 247 | cpp | LinkList SEARCHNODE(LinkList list, int k)
{
LinkList p, r;
int i;
if(list != NULL && k>0){
p = p->link;
if(p == NULL){
printf("k");
return NULL;
}
}
r = list;
while(p->link != NULL){
p = p->link;
r = r->link;
}
return r;
}
| [
"[email protected]"
] | |
a33d1889b57a8e63ac60acba06ecdd588989f38a | ed1e63c58302f6ed7e5dfe4fa125b2abecf64ab3 | /1_23/regex/detail/regex_synch.hpp | f53b4e1a6c927e7ab5bd428ae87e82517b20f716 | [] | no_license | codemonkeyhe/boost | 21f1f9531d5318b3e75ccdae5eb724aaf2870e28 | 1888a1af58d82ea151a8d29805fad9ee6f5d8660 | refs/heads/master | 2020-03-28T19:44:13.901950 | 2018-09-16T14:48:19 | 2018-09-16T14:48:19 | 149,004,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,720 | hpp | /*
*
* Copyright (c) 1998-2000
* Dr John Maddock
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
*
*/
/*
* LOCATION: see http://www.boost.org for most recent version.
* FILE regex_synch.hpp
* VERSION 3.12
* DESCRIPTION: Thread synchronisation for regex code.
* Note this is an internal header file included
* by regex.hpp, do not include on its own.
*/
#ifndef BOOST_REGEX_SYNCH_HPP
#define BOOST_REGEX_SYNCH_HPP
#ifndef BOOST_REGEX_CONFIG_HPP
#include <boost/regex/detail/regex_config.hpp>
#endif
#if defined(BOOST_RE_PLATFORM_W32) && defined(BOOST_RE_THREADS)
#include <windows.h>
#endif
#if !defined(BOOST_RE_PLATFORM_W32) && defined(BOOST_RE_THREADS)
#if defined(__BEOS__)
#include <OS.h>
#include <cassert>
#else
#include <pthread.h>
#endif
#endif
namespace boost{
namespace re_detail{
#ifdef __BORLANDC__
#pragma option push -a4 -b -Ve -pc
#endif
void BOOST_RE_CALL re_init_threads();
void BOOST_RE_CALL re_free_threads();
#ifdef BOOST_RE_THREADS
#ifndef BOOST_RE_PLATFORM_W32
#ifdef __BEOS__
typedef sem_id CRITICAL_SECTION;
inline void BOOST_RE_CALL InitializeCriticalSection(CRITICAL_SECTION* ps)
{
*ps = create_sem(1, "regex++");
assert(*ps > 0);
}
inline void BOOST_RE_CALL DeleteCriticalSection(CRITICAL_SECTION* ps)
{
int t = delete_sem(*ps);
assert(t == B_NO_ERROR);
}
inline void BOOST_RE_CALL EnterCriticalSection(CRITICAL_SECTION* ps)
{
status_t t = acquire_sem(*ps);
assert(t == B_NO_ERROR);
}
inline void BOOST_RE_CALL LeaveCriticalSection(CRITICAL_SECTION* ps)
{
status_t t = release_sem(*ps);
assert(t == B_NO_ERROR);
}
#else // __BEOS__
typedef pthread_mutex_t CRITICAL_SECTION;
inline void BOOST_RE_CALL InitializeCriticalSection(CRITICAL_SECTION* ps)
{
pthread_mutex_init(ps, 0);
}
inline void BOOST_RE_CALL DeleteCriticalSection(CRITICAL_SECTION* ps)
{
pthread_mutex_destroy(ps);
}
inline void BOOST_RE_CALL EnterCriticalSection(CRITICAL_SECTION* ps)
{
pthread_mutex_lock(ps);
}
inline void BOOST_RE_CALL LeaveCriticalSection(CRITICAL_SECTION* ps)
{
pthread_mutex_unlock(ps);
}
#endif // __BEOS__
#endif
template <class Lock>
class lock_guard
{
typedef Lock lock_type;
public:
lock_guard(lock_type& m, bool aq = true)
: mut(m), owned(false){ acquire(aq); }
~lock_guard()
{ acquire(false); }
void BOOST_RE_CALL acquire(bool aq = true)
{
if(aq && !owned)
{
mut.acquire(true);
owned = true;
}
else if(!aq && owned)
{
mut.acquire(false);
owned = false;
}
}
private:
lock_type& mut;
bool owned;
// VC6 warning suppression:
lock_guard& operator=(const lock_guard&);
};
class critical_section
{
public:
critical_section()
{ InitializeCriticalSection(&hmutex);}
critical_section(const critical_section&)
{ InitializeCriticalSection(&hmutex);}
const critical_section& BOOST_RE_CALL operator=(const critical_section&)
{return *this;}
~critical_section()
{DeleteCriticalSection(&hmutex);}
private:
void BOOST_RE_CALL acquire(bool aq)
{ if(aq) EnterCriticalSection(&hmutex);
else LeaveCriticalSection(&hmutex);
}
CRITICAL_SECTION hmutex;
public:
typedef lock_guard<critical_section> ro_guard;
typedef lock_guard<critical_section> rw_guard;
friend class lock_guard<critical_section>;
};
inline bool BOOST_RE_CALL operator==(const critical_section&, const critical_section&)
{
return false;
}
inline bool BOOST_RE_CALL operator<(const critical_section&, const critical_section&)
{
return true;
}
typedef lock_guard<critical_section> cs_guard;
BOOST_RE_IX_DECL extern critical_section* p_re_lock;
BOOST_RE_IX_DECL extern unsigned int re_lock_count;
#define BOOST_RE_GUARD(inst) boost::re_detail::critical_section::rw_guard g(inst);
#else // BOOST_RE_THREADS
#define BOOST_RE_GUARD(inst)
#endif // BOOST_RE_THREADS
#ifdef __BORLANDC__
#pragma option pop
#endif
} // namespace re_detail
} // namespace boost
#endif // sentry
| [
"[email protected]"
] | |
66148e217f3381c19b9309c6a12aabd477ec6ef8 | ce721135638064c4de94a0220991101c87f0d66c | /list/SimpleManager.h | 904a89c98381e9fde6c90b75cae5437423c10737 | [] | no_license | nachshonc/Teleportation | ddea65c66b7dddf6af1bfdd02f40b1ce2629bf34 | 0ae598325adc929c19eb07fb59b402e15431fcc9 | refs/heads/master | 2021-05-14T00:55:13.355643 | 2018-01-07T09:23:10 | 2018-01-07T09:23:10 | 116,552,742 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 741 | h | /*
* simple storage manager for lists
*/
#ifndef _SIMPLEMANAGER_HPP
#define _SIMPLEMANAGER_HPP
class SimpleManager {
#if defined(DEBUG)
char buf[128];
#endif
public:
SimpleManager()
{
};
List::Node* alloc(T v, ThreadLocal* threadLocal) {
#ifndef DISABLE_MM
List::Node* node;
if (threadLocal->free != NULL) {
node = (List::Node*) threadLocal->free;
threadLocal->free = node->free;
*node = List::Node(v);
threadLocal->recycle++;
return node;
}
#endif
threadLocal->allocs++;
return new List::Node(v);
};
void retire(List::Node* node, ThreadLocal* threadLocal) {
#ifndef DISABLE_MM
node->free = (List::Node*) threadLocal->free;
threadLocal->free = node;
#endif
};
};
#endif /* _SIMPLEMANAGER_HPP */
| [
"[email protected]"
] | |
d7c63ce298584c161d99b5770c827c928eedd1d7 | 739a63f09674250eb3e1342b3a342716edd8c1ee | /ch2/3.cpp | 5c41d6df4256e75c673ec1058345dceb707f6c00 | [] | no_license | peng1ei/djh_ds | 5866e8e93a05db730c9c2d6a84a63265308c125f | 078160091cf55fc5b0d1d4351e736035dd9a7337 | refs/heads/master | 2020-03-26T07:22:38.673901 | 2018-08-17T09:02:00 | 2018-08-17T09:02:00 | 144,651,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 992 | cpp | #include <iostream>
#include "bubbleSort.hpp"
using namespace std;
void imSort(int a[], int N) {
int i = 0, j, k = 0;
while (i < N - 1) {
k = N - 1;
for (j = N-1; j > i; j--) {
if (a[j] < a[j-1]) {
k = j;
mysort::swap(a[j-1], a[j]);
}
mysort::count++;
}
i = k;
}
cout << mysort::count << endl;
}
int main(int argc, char *argv[]) {
int arr[] = { 6, 5, 4, 7, 3, 9, 11, 12, 3, 14, 15, 6, 17, 11, 9, 20, 1, 22, 2, 24, 5 };
//int arr[] = { 6, 5, 4, 7, 3, 9, 11, 12, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44 };
//int arr[] = { 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44 ,6, 5, 4, 7, 3, 9, 11, 12};
//int arr[] = { 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10,
// 9, 8, 7, 6, 5, 4, 3, 2, 1 };
int size = sizeof(arr)/sizeof(int);
cout << "size = " << size << endl;
//mysort::bubbleSort_3(arr, size);
imSort(arr, size);
for (int i = 0; i < size; i++) {
cout << arr[i] << endl;
}
return 0;
}
| [
"[email protected]"
] | |
265a31c34e8c6a2b93208894f30cb7ec50d435e2 | fd1c736d2549a086343dd5263f0be3770acfadd0 | /raytracer/src/Image.cpp | 73631356dcf8cf2e61fd8ea0e3772f309bb8bf6c | [] | no_license | alopesmendes/SyntheseImage | 93e4462d7e5333208051453061882f5fdd413a58 | 14fa798a351315636f0bd6341e7bbaee24ad8b2b | refs/heads/master | 2021-05-19T09:40:04.219741 | 2020-06-10T09:13:37 | 2020-06-10T09:13:37 | 251,634,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,072 | cpp | #include "../include/Image.h"
#include "../include/Utils.h"
#include <fstream>
#include <sstream>
Image::Image(int width, int height, const Color& bg) {
this->width = width;
this->height = height;
this->bg = bg;
pixels = new Color[width * height];
for (int i = 0; i < width * height; ++i)
pixels[i] = bg;
}
Image::Image() : width(0), height(0), bg(Color()), pixels(nullptr) {
}
Image::~Image() {
if(pixels != NULL) {
delete []pixels;
}
}
Image* Image::create(string description) {
string line;
double width, height;
double r, g, b;
stringstream iss(description);
getline(iss, line, '|');
stringstream issDim(line);
issDim >> width >> height;
if (Utils::nthOccurrence(description, "|", 1) == -1) {
return new Image(width, height);
}
Color color = Utils::decodeColor(iss, '|');
return new Image(width, height, color);
}
const int Image::getWidth() const {
return width;
}
const int Image::getHeight() const {
return height;
}
const Color Image::backgroundColor() const {
return bg * 3e+07;
}
void Image::setPixel(int x, int y, Color color) {
if(x * width + y > width * height) {
return;
}
pixels[(height - x - 1) * width + y] = color;
}
Color Image::getPixelColor(int x, int y) {
if(x * width + y > width * height) {
return Color();
}
return pixels[(height - x - 1) * width + y];
}
const int *Image::toIntArray() const
{
int *res = new int[width * height * sizeof(int)];
for (int i = 0; i < height; i++) {
for (int j = 0; j < width; j++) {
unsigned char r, g, b;
r = Utils::clamp(Utils::gammaCorrection(pixels[j + i * width].getRed()), 0., 255.);
g = Utils::clamp(Utils::gammaCorrection(pixels[j + i * width].getGreen()), 0., 255.);
b = Utils::clamp(Utils::gammaCorrection(pixels[j + i * width].getBlue()), 0., 255.);
res[j + i * width] = r * 0x10000 + g * 0x100 + b;
}
}
return res;
}
void Image::savePPM(const Image &image, const std::string &file) {
if (image.width == 0 || image.height == 0) {
fprintf(stderr, "Can't save an empty image\n");
return;
}
std::ofstream ofs;
try {
ofs.open(file.c_str(), std::ios::binary); // need to spec. binary mode for Windows users
if (ofs.fail()) throw("Can't open output file");
ofs << "P6\n" << image.width << " " << image.height << "\n255\n";
unsigned char r, g, b;
// loop over each pixel in the image, clamp and convert to byte format
for (int i = 0; i < image.width * image.height; ++i) {
r = Utils::clamp(Utils::gammaCorrection(image.pixels[i].getRed()), 0., 255.);
g = Utils::clamp(Utils::gammaCorrection(image.pixels[i].getGreen()), 0., 255.);
b = Utils::clamp(Utils::gammaCorrection(image.pixels[i].getBlue()), 0., 255.);
ofs << r << g << b;
}
ofs.close();
} catch (const char *err) {
fprintf(stderr, "%s\n", err);
ofs.close();
}
}
void Image::saveBMP(const Image &image, const std::string &file) {
if (image.width == 0 || image.height == 0) {
fprintf(stderr, "Can't save an empty image\n");
return;
}
unsigned char bmpFileHeader[14] = {'B', 'M', 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0};
unsigned char bmpInfoHeader[40] = {40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24, 0};
unsigned char bmpPad[3] = {0, 0, 0};
int fileSize = 54 + 3 * image.width * image.height;
bmpFileHeader[2] = (unsigned char)(fileSize);
bmpFileHeader[3] = (unsigned char)(fileSize >> 8);
bmpFileHeader[4] = (unsigned char)(fileSize >> 16);
bmpFileHeader[5] = (unsigned char)(fileSize >> 24);
bmpInfoHeader[4] = (unsigned char)(image.width);
bmpInfoHeader[5] = (unsigned char)(image.width >> 8);
bmpInfoHeader[6] = (unsigned char)(image.width >> 16);
bmpInfoHeader[7] = (unsigned char)(image.width >> 24);
bmpInfoHeader[8] = (unsigned char)(image.height);
bmpInfoHeader[9] = (unsigned char)(image.height >> 8);
bmpInfoHeader[10] = (unsigned char)(image.height >> 16);
bmpInfoHeader[11] = (unsigned char)(image.height >> 24);
FILE *f;
f = fopen(file.c_str(), "wb");
if (f != nullptr) {
fwrite(bmpFileHeader, 1, 14, f);
fwrite(bmpInfoHeader, 1, 40, f);
std::vector<unsigned char> bgrPixels(image.width * image.height * 3);
for (int i = 0; i < image.height * image.width; i++) {
bgrPixels[i * 3] = Utils::clamp(Utils::gammaCorrection(image.pixels[i].getBlue()), 0., 255.);
bgrPixels[i * 3 + 1] = Utils::clamp(Utils::gammaCorrection(image.pixels[i].getGreen()), 0., 255.);
bgrPixels[i * 3 + 2] = Utils::clamp(Utils::gammaCorrection(image.pixels[i].getRed()), 0., 255.);
}
for (int i = 0; i < image.height; i++)
{
fwrite(&bgrPixels[0] + (image.width * (image.height - i - 1) * 3), 3, image.width, f);
fwrite(bmpPad, 1, (4 - (image.width * 3) % 4) % 4, f);
}
fclose(f);
}
}
void Image::save(const Image& image, const string& file) {
if (Utils::checkIfExtenstionCorrect(file, "ppm")) {
savePPM(image, file);
} else if (Utils::checkIfExtenstionCorrect(file, "bmp")) {
saveBMP(image, file);
}
}
Image &Image::operator=(const Image &im) {
this->width = im.width;
this->height = im.height;
this->bg = im.bg;
if(this->pixels != NULL) {
delete [](this->pixels);
}
this->pixels = new Color[im.width * im.height];
for (int i = 0; i < im.width * im.height; ++i) {
this->pixels[i] = im.bg;
}
return *this;
}
Image::operator std::string() const {
stringstream ss;
ss << "Image (width:" << width
<< ", height:" << height
<< ", background:" << bg << ")";
return ss.str();
}
std::ostream& operator<<(std::ostream& os, const Image& image) {
string text = image;
os << text;
return os;
} | [
"[email protected]"
] | |
3b38588586a5a983f482c9d8a2482be923058710 | 3054ded5d75ec90aac29ca5d601e726cf835f76c | /Training/UVa/CP3/Mathematics/Number Theory/10139 - Factovisors.cpp | 7163fe80078e8f7d13236d36ab1ce04a93868909 | [] | no_license | Yefri97/Competitive-Programming | ef8c5806881bee797deeb2ef12416eee83c03add | 2b267ded55d94c819e720281805fb75696bed311 | refs/heads/master | 2022-11-09T20:19:00.983516 | 2022-04-29T21:29:45 | 2022-04-29T21:29:45 | 60,136,956 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,287 | cpp | #include <bits/stdc++.h>
#define endl '\n'
#define debug(X) cout << #X << " = " << X << endl
#define fori(i,b,e) for (int i = (b); i < (e); ++i)
#define mod(x,m) ((((x) % (m)) + (m)) % (m))
#define sq(x) (x) * (x)
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef pair<int, int> ii;
typedef vector<ii> vii;
const int oo = 1e9;
bitset<100010> bs;
vi primes;
bool sieve(ll sz) {
bs.set();
for (ll i = 2; i <= sz; i++) if (bs[i]) {
for (ll j = i * i; j <= sz; j += i) bs[j] = 0;
primes.push_back(i);
}
}
bool check(ll n, ll m) {
ll idx = 0, pf = primes[idx];
while (pf * pf <= m) {
ll powerM = 0;
while (m % pf == 0) { m /= pf; powerM++; }
ll powerN = 0, pot = pf;
while (pot <= n) { powerN += n / pot; pot *= pf; }
if (powerM > powerN) return false;
pf = primes[++idx];
}
if (m != 1) {
ll powerN = 0, pot = m;
while (pot <= n) { powerN += n / pot; pot *= m; }
if (1 > powerN) return false;
}
return true;
}
int main() {
ios_base::sync_with_stdio(false); cin.tie(0);
sieve(100000);
ll n, m;
while (cin >> n >> m) {
bool ans = check(n, m);
cout << m << " " << (ans ? "divides" : "does not divide") << " " << n << "!" << endl;
}
return 0;
} | [
"[email protected]"
] | |
eedf4878d51ffc04095be4b63f68b44aa4701e67 | b319376f45a884e4f8b26759764b2cb9561b26ff | /Game/loginbusiness.h | f3c22f9db41e2e80f6e28f977022450439a7c79f | [] | no_license | keyor/douzizhu | c14ff0bc3171e2123403b1407f9d76f41d863ce3 | 1520e8a98f63e86766f55d85331c8ba0cc827a16 | refs/heads/master | 2022-02-21T01:29:50.859188 | 2018-09-05T03:18:57 | 2018-09-05T03:18:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 755 | h | #ifndef LOGINBUSINESS
#define LOGINBUSINESS
#include <QTcpSocket>
#include <QObject>
#include <QString>
//负责登录业务(ok)
class LoginBusiness : public QObject
{
private:
Q_OBJECT
QTcpSocket * _socket; //传输套接字
quint16 _dataSize; //读取的字节数
QString _username; //用户名
QString _password; //密码
uint _totaltimes; //游戏总局数
uint _wintimes; //获胜局数
int _head; //头像代号
signals:
void report(const QString& str);//向GameServer汇报
private slots:
void onReadyRead(); //读取数据槽
private:
void dealData(); //处理接受到的数据
public:
explicit LoginBusiness(QTcpSocket * socket,QObject * parent);
};
#endif
| [
"[email protected]"
] | |
8980a5194d3df20a3adc9b2635a50f09eb0d4012 | 44a6253596a3b1b81e56560b22b8ed4a0dc3b9bc | /LoadingScreen.cpp | 6f3c316dd931bec04831f6d0d06d778b04385f16 | [] | no_license | Nuos/terraingpu | 9a2329aea3761c61c816759889a46a3ea82be7ea | 1ee3214d6e9e2190556bec2a90a52beec25f7df7 | refs/heads/master | 2020-12-11T07:19:38.181573 | 2009-04-11T17:45:16 | 2009-04-11T17:45:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,595 | cpp | #include "LoadingScreen.h"
LoadingScreen::LoadingScreen(void)
: effect_(NULL),
screen_aligned_quad_vb_(NULL),
screen_aligned_quad_il_(NULL),
loaded_(0.0f) {
}
LoadingScreen::~LoadingScreen(void) {
OnDestroyDevice();
}
HRESULT LoadingScreen::OnCreateDevice(ID3D10Device *device) {
HRESULT hr;
D3DXVECTOR4 quad_vertices[] = {
D3DXVECTOR4(-1.0f, 1.0f, 0.0f, 1.0f),
D3DXVECTOR4( 1.0f, 1.0f, 0.0f, 1.0f),
D3DXVECTOR4(-1.0f, -1.0f, 0.0f, 1.0f),
D3DXVECTOR4( 1.0f, -1.0f, 0.0f, 1.0f)
};
D3D10_BUFFER_DESC buffer_desc;
buffer_desc.ByteWidth = 4*sizeof(D3DXVECTOR4);
buffer_desc.Usage = D3D10_USAGE_IMMUTABLE;
buffer_desc.BindFlags = D3D10_BIND_VERTEX_BUFFER;
buffer_desc.CPUAccessFlags = 0;
buffer_desc.MiscFlags = 0;
D3D10_SUBRESOURCE_DATA init_data;
init_data.pSysMem = quad_vertices;
init_data.SysMemPitch = 0;
init_data.SysMemSlicePitch = 0;
V_RETURN(device->CreateBuffer(&buffer_desc, &init_data, &screen_aligned_quad_vb_));
return S_OK;
}
HRESULT LoadingScreen::OnLoadEffect(ID3D10Device *device, ID3D10Effect *effect) {
HRESULT hr;
effect_ = effect;
loaded_ev_ = effect->GetVariableByName("g_fLoaded")->AsScalar();
D3D10_INPUT_ELEMENT_DESC input_elements[] = {
{ "POSITION", 0, DXGI_FORMAT_R32G32B32A32_FLOAT, 0, D3D10_APPEND_ALIGNED_ELEMENT, D3D10_INPUT_PER_VERTEX_DATA, 0 },
};
UINT num_elements = sizeof(input_elements)/sizeof(input_elements[0]);
D3D10_PASS_DESC pass_desc;
effect->GetTechniqueByName("LoadingScreen")->GetPassByIndex(0)->GetDesc(&pass_desc);
V_RETURN(device->CreateInputLayout(input_elements, num_elements,
pass_desc.pIAInputSignature, pass_desc.IAInputSignatureSize,
&screen_aligned_quad_il_));
return S_OK;
}
void LoadingScreen::Draw(ID3D10Device *device) const {
assert(screen_aligned_quad_vb_ != NULL);
assert(screen_aligned_quad_il_ != NULL);
assert(loaded_ev_ != NULL);
UINT strides = sizeof(D3DXVECTOR4);
UINT offsets = 0;
device->IASetVertexBuffers(0, 1, &screen_aligned_quad_vb_, &strides, &offsets);
device->IASetInputLayout(screen_aligned_quad_il_);
device->IASetPrimitiveTopology(D3D10_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP);
loaded_ev_->SetFloat(loaded_);
effect_->GetTechniqueByName("LoadingScreen")->GetPassByIndex(0)->Apply(0);
device->Draw(4, 0);
}
void LoadingScreen::OnDestroyDevice(void) {
SAFE_RELEASE(screen_aligned_quad_vb_);
SAFE_RELEASE(screen_aligned_quad_il_);
}
| [
"[email protected]"
] | |
85dce9df24f93918051e782cb9d2c7e35819d0b5 | f175bcab3c2f0aad7378c94ac220256982ab2027 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_EqualityCompar3905325313.h | dd235d2222c1176ea6093741f9e82919c4656c67 | [] | no_license | al2css/erpkunity | 6618387e9a5b44378e70ccb859d3b33a7837268c | c618dc989963bcd7b7ec9fa9b17c39fff88bb89b | refs/heads/master | 2020-07-22T04:59:49.139202 | 2017-06-23T16:33:13 | 2017-06-23T16:33:13 | 94,344,128 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 615 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Collections_Generic_EqualityCompare857030423.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.EqualityComparer`1/DefaultComparer<UnityEngine.KeyCode>
struct DefaultComparer_t3905325313 : public EqualityComparer_1_t857030423
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
| [
"[email protected]"
] | |
41294f9bb7bc327fc6ec929626abfc33b2eef3fe | 8947812c9c0be1f0bb6c30d1bb225d4d6aafb488 | /01_Develop/libXMFFmpeg/Source/libavformat/ncdec.cpp | 47dac8c0de7dc9fbdbded4af89f11f758df95cb3 | [
"MIT"
] | permissive | alissastanderwick/OpenKODE-Framework | cbb298974e7464d736a21b760c22721281b9c7ec | d4382d781da7f488a0e7667362a89e8e389468dd | refs/heads/master | 2021-10-25T01:33:37.821493 | 2016-07-12T01:29:35 | 2016-07-12T01:29:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,830 | cpp | /*
* NC camera feed demuxer
* Copyright (c) 2009 Nicolas Martin (martinic at iro dot umontreal dot ca)
* Edouard Auvinet
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "XMFFmpeg/libavutil/intreadwrite.h"
#include "internal.h"
#define NC_VIDEO_FLAG 0x1A5
static int nc_probe(AVProbeData *probe_packet)
{
int size;
if (AV_RB32(probe_packet->buf) != NC_VIDEO_FLAG)
return 0;
size = AV_RL16(probe_packet->buf + 5);
if (size + 20 > probe_packet->buf_size)
return AVPROBE_SCORE_MAX/4;
if (AV_RB32(probe_packet->buf+16+size) == NC_VIDEO_FLAG)
return AVPROBE_SCORE_MAX;
return 0;
}
static int nc_read_header(AVFormatContext *s, AVFormatParameters *ap)
{
AVStream *st = avformat_new_stream(s, NULL);
if (!st)
return AVERROR(ENOMEM);
st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
st->codec->codec_id = CODEC_ID_MPEG4;
st->need_parsing = AVSTREAM_PARSE_FULL;
avpriv_set_pts_info(st, 64, 1, 100);
return 0;
}
static int nc_read_packet(AVFormatContext *s, AVPacket *pkt)
{
int size;
int ret;
uint32_t state=-1;
while (state != NC_VIDEO_FLAG) {
if (url_feof(s->pb))
return AVERROR(EIO);
state = (state<<8) + avio_r8(s->pb);
}
avio_r8(s->pb);
size = avio_rl16(s->pb);
avio_skip(s->pb, 9);
if (size == 0) {
av_log(s, AV_LOG_DEBUG, "Next packet size is zero\n");
return AVERROR(EAGAIN);
}
ret = av_get_packet(s->pb, pkt, size);
if (ret != size) {
if (ret > 0) av_free_packet(pkt);
return AVERROR(EIO);
}
pkt->stream_index = 0;
return size;
}
AVInputFormat ff_nc_demuxer = {
/*.name = */ "nc",
/*.long_name = */ NULL_IF_CONFIG_SMALL("NC camera feed format"),
/*.priv_data_size = */ 0,
/*.read_probe = */ nc_probe,
/*.read_header = */ nc_read_header,
/*.read_packet = */ nc_read_packet,
/*.read_close = */ 0,
/*.read_seek = */ 0,
/*.read_timestamp = */ 0,
/*.flags = */ 0,
/*.extensions = */ "v",
};
| [
"[email protected]"
] | |
887895fe15bec305ec30883e6cae92b8cf8df4d5 | 9e8756e588927d958b5a2264e05f2a91b7228bc2 | /exercise7/main.cpp | 04a43a83b3cde505be16081a52e5d668116a2a3f | [] | no_license | andre-b-fernandes/VSB-TUO-DZO | a5ba0ec5527709cec50d8492f305958ea800e103 | b87017ab71d61aef72d5dac18a84024f5a358db6 | refs/heads/master | 2022-03-12T18:02:36.425220 | 2019-12-07T22:01:55 | 2019-12-07T22:01:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,228 | cpp | #include <math.h>
#include <opencv2/opencv.hpp>
using namespace std;
void normalize_power_values(cv::Mat* src){
double min,max;
cv::minMaxLoc(*src, &min, &max);
for (int y = 0; y < src->rows; y++){
for (int x = 0; x < src->cols ; x++){
src->at<double>(y,x) = (src->at<double>(y,x) - min)/(max - min);
}
}
}
template <typename T> void shift_quadrants(cv::Mat* src){
for (int y = 0; y < src->rows/2; y++){
for (int x = 0; x < src->cols/2; x++){
T copy = src->at<T>(y,x);
src->at<T>(y,x) = src->at<T>(y + src->rows/2,x + src->cols/2);
src->at<T>(y + src->rows/2,x + src->cols/2) = copy;
}
}
for (int y = 0 ; y < src->rows/2; y++){
for (int x = src->cols - 1; x >= src->cols/2; x--){
T copy = src->at<T>(y,x);
src->at<T>(y,x) = src->at<T>(y + src->rows/2, x - src->cols/2);
src->at<T>(y + src->rows/2,x - src->cols/2) = copy;
}
}
}
void calculate_power_spectrum(cv::Mat fourrier, cv::Mat* power_spectrum){
for (int y = 0; y < fourrier.rows; y++){
for (int x = 0; x < fourrier.cols; x++){
double pix_imaginary = fourrier.at<cv::Vec2d>(y,x)[1];
double pix_real = fourrier.at<cv::Vec2d>(y,x)[0];
power_spectrum->at<double>(y,x) = log((pix_real*pix_real + pix_imaginary*pix_imaginary) + 1);
}
}
normalize_power_values(power_spectrum);
shift_quadrants<double>(power_spectrum);
}
cv::Mat calculate_fourrier(cv::Mat src){
cv::Mat result_64fc2_fourrier = cv::Mat::zeros(src.rows, src.cols, CV_64FC2);
double M = (double) src.rows;
double N = (double) src.cols;
for (int y = 0; y < M; y++){
for (int x = 0; x < N; x++){
double pix_real = 0.0;
double pix_imaginary = 0.0;
for (int m = 0; m < M; m++){
for (int n = 0; n < N; n++){
double value = src.at<double>(m,n);
double basis_real = cos(2*M_PI*((double)m*(double)y/M + (double)n*(double)x/N))/sqrt(M*N);
double basis_imaginary = -sin(2*M_PI*((double)m*(double)y/M + (double)n*(double)x/N))/sqrt(M*N);
pix_real += value*basis_real;
pix_imaginary += value*basis_imaginary;
}
}
result_64fc2_fourrier.at<cv::Vec2d>(y,x)[0] = pix_real;
result_64fc2_fourrier.at<cv::Vec2d>(y,x)[1] = pix_imaginary;
}
}
return result_64fc2_fourrier;
}
void calculate_original(cv::Mat fourier_transform, cv::Mat* original){
double M = (double) fourier_transform.rows;
double N = (double) fourier_transform.cols;
for (int y = 0; y < M; y++){
for (int x = 0; x < N; x++){
double pix_real = 0.0;
double pix_imaginary = 0.0;
for (int m = 0; m < M; m++){
for (int n = 0; n < N; n++){
double src_real = fourier_transform.at<cv::Vec2d>(m,n)[0];
double src_imaginary = fourier_transform.at<cv::Vec2d>(m,n)[1];
double basis_real = cos(2*M_PI*((double)m*(double)y/M + (double)n*(double)x/N))/sqrt(M*N);
double basis_imaginary = sin(2*M_PI*((double)m*(double)y/M + (double)n*(double)x/N))/sqrt(M*N);
double result_real = src_real*basis_real - src_imaginary*basis_imaginary;
double result_imaginary = src_imaginary*basis_real + src_real*basis_imaginary;
pix_real+=result_real;
pix_imaginary+=result_imaginary;
}
}
original->at<double>(y,x) = sqrt(pix_real*pix_real + pix_imaginary*pix_imaginary);
}
}
}
void calculate_circular_mask(cv::Mat * mask, int raius, float value){
int centerx = mask->cols/2;
int centery = mask->rows/2;
for (int y = 0; y < mask->rows; y++){
for (int x = 0; x < mask->cols; x++){
int y_dif = y - centery;
int x_dif = x - centerx;
float length = sqrt(x_dif*x_dif + y_dif*y_dif);
if (length < raius){
mask->at<float>(y,x) = (float) value;
}
}
}
}
void calculate_linear_mask(cv::Mat * mask, float value){
int centery = mask->rows/2;
int centerx = mask->cols/2;
for (int x = 0; x < mask->cols; x+=1){
mask->at<float>(centery, x) = (float) !value;
}
for (int y = 0; y < mask->rows; y++){
for (int x = 0; x < mask->cols; x++){
int y_dif = y - centery;
int x_dif = x - centerx;
float length = sqrt(x_dif*x_dif + y_dif*y_dif);
if (length < 5){
mask->at<float>(y,x) = (float) value;
}
}
}
}
void apply_mask(cv::Mat * src, cv::Mat mask){
for (int y = 0; y < src->rows; y++){
for (int x = 0; x < src->cols; x++){
cv::Vec2d src_value = src->at<cv::Vec2d>(y,x);
cv::Vec2d new_value = cv::Vec2d((double) (src_value[0] * mask.at<float>(y,x)), (double) (src_value[1] * mask.at<float>(y,x)));
src->at<cv::Vec2d>(y,x) = new_value;
}
}
}
int main()
{
cv::Mat src_8uc1_img = cv::imread( "lena64_noise.png", cv::IMREAD_GRAYSCALE ); // load color image from file system to Mat variable, this will be loaded using 8 bits (uchar)
if (src_8uc1_img.empty()) {
printf("Unable to read input file (%s, %d).", __FILE__, __LINE__);
}
cv::Mat src_8uc1_img2 = cv::imread( "lena64_bars.png", cv::IMREAD_GRAYSCALE ); // load color image from file system to Mat variable, this will be loaded using 8 bits (uchar)
if (src_8uc1_img2.empty()) {
printf("Unable to read input file (%s, %d).", __FILE__, __LINE__);
}
cv::Mat src_64fc1_img_circular, src_64fc1_img_linear;
src_8uc1_img.convertTo(src_64fc1_img_circular, CV_64FC1, 1/255.0);
src_8uc1_img2.convertTo(src_64fc1_img_linear, CV_64FC1, 1/255.0);
cv::Mat filtered_circular = src_64fc1_img_circular.clone();
cv::Mat filtered_linear = src_64fc1_img_circular.clone();
cv::Mat power_spectrum_circular = src_64fc1_img_circular.clone();
cv::Mat power_spectrum_linear = src_64fc1_img_linear.clone();
cv::Mat circular_mask = cv::Mat::zeros(src_64fc1_img_circular.rows, src_64fc1_img_circular.cols, CV_32FC1);
cv::Mat line_mask = cv::Mat::ones(src_64fc1_img_circular.rows, src_64fc1_img_circular.cols, CV_32FC1);
cv::Mat fourrier = calculate_fourrier(src_64fc1_img_circular);
calculate_circular_mask(&circular_mask, 20, 1);
calculate_power_spectrum(fourrier, &power_spectrum_circular);
shift_quadrants<cv::Vec2d>(&fourrier);
apply_mask(&fourrier, circular_mask);
shift_quadrants<cv::Vec2d>(&fourrier);
calculate_original(fourrier, &filtered_circular);
cv::Mat fourrier2 = calculate_fourrier(src_64fc1_img_linear);
calculate_linear_mask(&line_mask, 1);
calculate_power_spectrum(fourrier2, &power_spectrum_linear);
shift_quadrants<cv::Vec2d>(&fourrier2);
apply_mask(&fourrier2, line_mask);
shift_quadrants<cv::Vec2d>(&fourrier2);
calculate_original(fourrier2, &filtered_linear);
cv::namedWindow("Power Circular", cv::WINDOW_NORMAL);
cv::namedWindow("Original Circular", cv::WINDOW_NORMAL);
cv::namedWindow("Circular Mask", cv::WINDOW_NORMAL);
cv::namedWindow("Filtered Circular", cv::WINDOW_NORMAL);
cv::namedWindow("Power Linear", cv::WINDOW_NORMAL);
cv::namedWindow("Original Linear", cv::WINDOW_NORMAL);
cv::namedWindow("Linear Mask", cv::WINDOW_NORMAL);
cv::namedWindow("Filtered Linear", cv::WINDOW_NORMAL);
cv::imshow("Power Circular", power_spectrum_circular);
cv::imshow("Original Circular", src_64fc1_img_circular);
cv::imshow("Circular Mask", circular_mask);
cv::imshow("Filtered Circular", filtered_circular);
cv::imshow("Power Linear", power_spectrum_linear);
cv::imshow("Original Linear", src_64fc1_img_linear);
cv::imshow("Linear Mask", line_mask);
cv::imshow("Filtered Linear", filtered_linear);
cv::waitKey( 0 ); // wait until keypressed
return 0;
}
| [
"[email protected]"
] | |
24ab3cb1f0c000ebc944e321596dcab5d0717ef9 | b268ac506771ac5dbdbee9e67e6e112474d0af1e | /Algorithm/Programmers/p 피보나치 수.cpp | 4378148cd9e01137a334521f4a31c7bacc7a2635 | [] | no_license | ssoonD/Algorithm | 69c7965c3a3fe42aab0bb211582a170166f5f99c | 8440cf5ce15f15d15746279132398c57b461f968 | refs/heads/master | 2021-02-26T02:23:07.708578 | 2020-10-14T14:56:14 | 2020-10-14T14:56:14 | 232,309,311 | 0 | 0 | null | 2020-01-07T11:41:51 | 2020-01-07T11:21:58 | null | UTF-8 | C++ | false | false | 254 | cpp | #include<string>
#include<vector>
using namespace std;
int fb[100010];
int solution(int n)
{
fb[0] = 0;
fb[1] = 1;
for (int i = 2; i <= n; i++)
{
fb[i] = fb[i - 1] + fb[i - 2];
fb[i] %= 1234567;
}
return fb[n];
} | [
"[email protected]"
] | |
4629ae936ceb58556d0200d66015e6a523ff65b4 | 67f988dedfd8ae049d982d1a8213bb83233d90de | /external/chromium/content/plugin/webplugin_accelerated_surface_proxy_mac.cc | 187ef14b02925a3dc5b42d3d6ee9a3e578a4acdb | [
"BSD-3-Clause"
] | permissive | opensourceyouthprogramming/h5vcc | 94a668a9384cc3096a365396b5e4d1d3e02aacc4 | d55d074539ba4555e69e9b9a41e5deb9b9d26c5b | refs/heads/master | 2020-04-20T04:57:47.419922 | 2019-02-12T00:56:14 | 2019-02-12T00:56:14 | 168,643,719 | 1 | 1 | null | 2019-02-12T00:49:49 | 2019-02-01T04:47:32 | C++ | UTF-8 | C++ | false | false | 3,779 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import <OpenGL/OpenGL.h>
#include "content/plugin/webplugin_accelerated_surface_proxy_mac.h"
#include "base/bind.h"
#include "base/command_line.h"
#include "content/plugin/webplugin_proxy.h"
#include "ui/base/ui_base_switches.h"
#include "ui/surface/accelerated_surface_mac.h"
#include "ui/surface/io_surface_support_mac.h"
#include "ui/surface/transport_dib.h"
namespace content {
WebPluginAcceleratedSurfaceProxy* WebPluginAcceleratedSurfaceProxy::Create(
WebPluginProxy* plugin_proxy,
gfx::GpuPreference gpu_preference) {
bool composited = !CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableCompositedCoreAnimationPlugins);
// Require IOSurface support for drawing Core Animation plugins.
if (composited && !IOSurfaceSupport::Initialize())
return NULL;
AcceleratedSurface* surface = new AcceleratedSurface;
// It's possible for OpenGL to fail to initialize (e.g., if an incompatible
// mode is forced via flags), so handle that gracefully.
if (!surface->Initialize(NULL, true, gpu_preference)) {
delete surface;
surface = NULL;
if (composited)
return NULL;
}
if (!composited && surface) {
// Only used for 10.5 support, but harmless on 10.6+.
surface->SetTransportDIBAllocAndFree(
base::Bind(&WebPluginProxy::AllocSurfaceDIB,
base::Unretained(plugin_proxy)),
base::Bind(&WebPluginProxy::FreeSurfaceDIB,
base::Unretained(plugin_proxy)));
}
return new WebPluginAcceleratedSurfaceProxy(
plugin_proxy, surface, composited);
}
WebPluginAcceleratedSurfaceProxy::WebPluginAcceleratedSurfaceProxy(
WebPluginProxy* plugin_proxy,
AcceleratedSurface* surface,
bool composited)
: plugin_proxy_(plugin_proxy),
surface_(surface),
composited_(composited) {
}
WebPluginAcceleratedSurfaceProxy::~WebPluginAcceleratedSurfaceProxy() {
if (surface_) {
surface_->Destroy();
delete surface_;
surface_ = NULL;
}
}
void WebPluginAcceleratedSurfaceProxy::SetWindowHandle(
gfx::PluginWindowHandle window) {
window_handle_ = window;
}
bool WebPluginAcceleratedSurfaceProxy::IsComposited() {
return composited_;
}
void WebPluginAcceleratedSurfaceProxy::SetSize(const gfx::Size& size) {
if (!surface_)
return;
if (composited_) {
uint32 io_surface_id = surface_->SetSurfaceSize(size);
// If allocation fails for some reason, still inform the plugin proxy.
plugin_proxy_->AcceleratedPluginAllocatedIOSurface(
size.width(), size.height(), io_surface_id);
} else {
uint32 io_surface_id = surface_->SetSurfaceSize(size);
if (io_surface_id) {
plugin_proxy_->SetAcceleratedSurface(window_handle_, size, io_surface_id);
} else {
TransportDIB::Handle transport_dib = surface_->SetTransportDIBSize(size);
if (TransportDIB::is_valid_handle(transport_dib)) {
plugin_proxy_->SetAcceleratedDIB(window_handle_, size, transport_dib);
}
}
}
}
CGLContextObj WebPluginAcceleratedSurfaceProxy::context() {
return surface_ ? surface_->context() : NULL;
}
void WebPluginAcceleratedSurfaceProxy::StartDrawing() {
if (!surface_)
return;
surface_->MakeCurrent();
surface_->Clear(gfx::Rect(surface_->GetSize()));
}
void WebPluginAcceleratedSurfaceProxy::EndDrawing() {
if (!surface_)
return;
surface_->SwapBuffers();
if (composited_) {
plugin_proxy_->AcceleratedPluginSwappedIOSurface();
} else {
plugin_proxy_->AcceleratedFrameBuffersDidSwap(
window_handle_, surface_->GetSurfaceId());
}
}
} // namespace content
| [
"[email protected]"
] | |
91a56fddbcb05267f276d1f6ca560f5ee616ac99 | fc40a67a5ce2ed924b75feac6ee119c58ef5c72f | /DoodleAmazing_DemonstrateProject/Library/Il2cppBuildCache/iOS/il2cppOutput/mscorlib_Attr.cpp | 1287875dfb5531d3be51afd9756a0554e9a0ab9a | [] | no_license | Anthonyklassen/doodleAmazing | 4dabcdc829bd79cb9518cfd9c168c6ac61f16456 | 230cdadced0999ef01b9905c1b505aee2655c2a6 | refs/heads/main | 2023-08-15T11:48:49.767014 | 2021-09-17T20:36:35 | 2021-09-17T20:36:35 | 405,712,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865,257 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
// System.Char[]
struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
// System.Type[]
struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
// System.UInt32[]
struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF;
// System.Reflection.AssemblyCompanyAttribute
struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4;
// System.Reflection.AssemblyCopyrightAttribute
struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC;
// System.Reflection.AssemblyDefaultAliasAttribute
struct AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA;
// System.Reflection.AssemblyDelaySignAttribute
struct AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38;
// System.Reflection.AssemblyDescriptionAttribute
struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3;
// System.Reflection.AssemblyFileVersionAttribute
struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F;
// System.Reflection.AssemblyInformationalVersionAttribute
struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0;
// System.Reflection.AssemblyKeyFileAttribute
struct AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253;
// System.Reflection.AssemblyProductAttribute
struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA;
// System.Reflection.AssemblyTitleAttribute
struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7;
// System.Runtime.CompilerServices.AsyncStateMachineAttribute
struct AsyncStateMachineAttribute_tBDB4B958CFB5CD3BEE1427711FFC8C358C9BA6E6;
// System.AttributeUsageAttribute
struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C;
// System.Reflection.Binder
struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
// System.CLSCompliantAttribute
struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249;
// System.Runtime.InteropServices.ClassInterfaceAttribute
struct ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875;
// System.Runtime.InteropServices.ComCompatibleVersionAttribute
struct ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A;
// System.Runtime.InteropServices.ComDefaultInterfaceAttribute
struct ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72;
// System.Runtime.InteropServices.ComVisibleAttribute
struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A;
// System.Runtime.CompilerServices.CompilationRelaxationsAttribute
struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
// System.Runtime.CompilerServices.CompilerGeneratedAttribute
struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
// System.ContextStaticAttribute
struct ContextStaticAttribute_t7F3343F17E35F2FD20841A3114D6D8A2A8180FF5;
// System.Diagnostics.DebuggableAttribute
struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
// System.Diagnostics.DebuggerBrowsableAttribute
struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53;
// System.Diagnostics.DebuggerDisplayAttribute
struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F;
// System.Diagnostics.DebuggerHiddenAttribute
struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88;
// System.Diagnostics.DebuggerStepThroughAttribute
struct DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F;
// System.Diagnostics.DebuggerTypeProxyAttribute
struct DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014;
// System.Runtime.CompilerServices.DecimalConstantAttribute
struct DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A;
// System.Runtime.CompilerServices.DefaultDependencyAttribute
struct DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143;
// System.Reflection.DefaultMemberAttribute
struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5;
// System.Runtime.InteropServices.DispIdAttribute
struct DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829;
// System.Runtime.CompilerServices.ExtensionAttribute
struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC;
// System.Runtime.CompilerServices.FixedBufferAttribute
struct FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C;
// System.FlagsAttribute
struct FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36;
// System.Runtime.CompilerServices.FriendAccessAllowedAttribute
struct FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3;
// System.Runtime.InteropServices.GuidAttribute
struct GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063;
// System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute
struct HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53;
// System.Runtime.InteropServices.InterfaceTypeAttribute
struct InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E;
// System.Runtime.CompilerServices.InternalsVisibleToAttribute
struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C;
// System.Runtime.CompilerServices.IteratorStateMachineAttribute
struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830;
// System.Reflection.MemberFilter
struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
// System.MonoTODOAttribute
struct MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B;
// System.Resources.NeutralResourcesLanguageAttribute
struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2;
// System.ObsoleteAttribute
struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671;
// System.Runtime.Serialization.OnDeserializedAttribute
struct OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946;
// System.Runtime.Serialization.OnDeserializingAttribute
struct OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573;
// System.Runtime.Serialization.OnSerializingAttribute
struct OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49;
// System.Runtime.Serialization.OptionalFieldAttribute
struct OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59;
// System.ParamArrayAttribute
struct ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F;
// System.Runtime.ConstrainedExecution.ReliabilityContractAttribute
struct ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971;
// System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
// System.Resources.SatelliteContractVersionAttribute
struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2;
// System.String
struct String_t;
// System.Runtime.CompilerServices.StringFreezingAttribute
struct StringFreezingAttribute_t39D6E7BE4022A2552C37692B60D7284865D958F8;
// System.ThreadStaticAttribute
struct ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14;
// System.Type
struct Type_t;
// System.Runtime.CompilerServices.TypeDependencyAttribute
struct TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1;
// System.Runtime.CompilerServices.TypeForwardedFromAttribute
struct TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9;
// System.Runtime.CompilerServices.UnsafeValueTypeAttribute
struct UnsafeValueTypeAttribute_tC3B73880876B0FA7C68CE8A678FD4D6440438CAC;
// System.Void
struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
// System.Threading.OSSpecificSynchronizationContext/MonoPInvokeCallbackAttribute
struct MonoPInvokeCallbackAttribute_t2C75413B602143864AFF9D2FD4FC27AFAEFB339A;
IL2CPP_EXTERN_C const RuntimeType* ArrayListDebugView_tFCE81FAD67EB5A5DF76AA58A250422C2B765D2BF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DictionaryKeyCollectionDebugView_2_t7791E3C49A2128F18FBE2BB225AD815A9781F614_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DictionaryValueCollectionDebugView_2_t28587C962129C145DF122E33DA9D14DE7586D017_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* HashtableDebugView_t65E564AE78AE34916BAB0CC38A1408E286ACEFFD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IDictionaryDebugView_2_t81EDE32E9FD674352CA2D418A88DA6232832DDEB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IDictionaryDebugView_2_tD4558FB7DF7E76DBD597FEF868A23192509ADE95_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InvocationEntryDelegate_t751DEAE9B64F61CCD4029B67E7916F00C823E61A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Mscorlib_CollectionDebugView_1_t84B90A545E1F1E0AD4EDA20072CBA657F79CE4A7_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* QueueDebugView_t90EC16EA9DC8E51DD91BA55E8154042984F1E135_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SortedListDebugView_t13C2A9EDFA4043BBC9993BA76F65668FB5D4411C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StackDebugView_t26E4A294CA05795BE801CF3ED67BD41FC6E7E879_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SystemThreadingTasks_FutureDebugView_1_t1FD9E5BB3648290A2C136DA15C6DB1CB42EBF1B4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SystemThreadingTasks_TaskDebugView_t9314CDAD51E4E01D1113FD9495E7DAF16AB5C782_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SystemThreadingTasks_TaskSchedulerDebugView_t27B3B8AEFC0238C9F9C58E238DA86DCC58279612_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SystemThreading_SpinLockDebugView_t8F7E1DB708B9603861A60B9068E3EB9DE3AE037F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _Activator_tC9A3AD498AE39636340B7AD65BE1C6A2D4F82B51_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _AssemblyName_t1687C68B10D76854B05D1DB74066A4FE7639A857_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _Assembly_tF07ADC96EE1051683DB991C21279C95DFF104AD4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _ConstructorInfo_tCC1F4119636A34A55344B040BFFA4E3B15E6CB46_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _EventInfo_t3642660B5635799CA7BE30DC10399086FFEBD8B9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _Exception_tB9654EDC09A9E5146FDEF0069A8723EC5B58D734_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _FieldInfo_t50FB70D31891771FBFE2B16108B0F82777D1F6E5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _MemberInfo_t60D0B61D60A9DACEDD0ACD85D9BE096D62494243_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _MethodBase_t3AC21BBE45067B3CD49C3258E90EF98945AD4631_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _MethodInfo_tBD16656180C70B2B4FECEFE3D9CABEDB478452F3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _Module_t47C66C6C0034C4DF6D279DD50FD6CA90BE531592_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _ParameterInfo_tF398309C4B909457F03C263FEB7F0F9D8E820A86_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _PropertyInfo_tDA1750BA85E932F7872552E2A6C34195AD4F50BD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _Thread_t0B433D0C5241F823727A88D05E7212DA51ADC2FF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* _Type_t30BBA31084CCFC95A50480F211E18B574579F036_0_0_0_var;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
// System.Attribute
struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
{
public:
public:
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.ValueType
struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
{
};
// System.Reflection.AssemblyCompanyAttribute
struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyCompanyAttribute::m_company
String_t* ___m_company_0;
public:
inline static int32_t get_offset_of_m_company_0() { return static_cast<int32_t>(offsetof(AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4, ___m_company_0)); }
inline String_t* get_m_company_0() const { return ___m_company_0; }
inline String_t** get_address_of_m_company_0() { return &___m_company_0; }
inline void set_m_company_0(String_t* value)
{
___m_company_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value);
}
};
// System.Reflection.AssemblyCopyrightAttribute
struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyCopyrightAttribute::m_copyright
String_t* ___m_copyright_0;
public:
inline static int32_t get_offset_of_m_copyright_0() { return static_cast<int32_t>(offsetof(AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC, ___m_copyright_0)); }
inline String_t* get_m_copyright_0() const { return ___m_copyright_0; }
inline String_t** get_address_of_m_copyright_0() { return &___m_copyright_0; }
inline void set_m_copyright_0(String_t* value)
{
___m_copyright_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_copyright_0), (void*)value);
}
};
// System.Reflection.AssemblyDefaultAliasAttribute
struct AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyDefaultAliasAttribute::m_defaultAlias
String_t* ___m_defaultAlias_0;
public:
inline static int32_t get_offset_of_m_defaultAlias_0() { return static_cast<int32_t>(offsetof(AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA, ___m_defaultAlias_0)); }
inline String_t* get_m_defaultAlias_0() const { return ___m_defaultAlias_0; }
inline String_t** get_address_of_m_defaultAlias_0() { return &___m_defaultAlias_0; }
inline void set_m_defaultAlias_0(String_t* value)
{
___m_defaultAlias_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_defaultAlias_0), (void*)value);
}
};
// System.Reflection.AssemblyDelaySignAttribute
struct AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Boolean System.Reflection.AssemblyDelaySignAttribute::m_delaySign
bool ___m_delaySign_0;
public:
inline static int32_t get_offset_of_m_delaySign_0() { return static_cast<int32_t>(offsetof(AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38, ___m_delaySign_0)); }
inline bool get_m_delaySign_0() const { return ___m_delaySign_0; }
inline bool* get_address_of_m_delaySign_0() { return &___m_delaySign_0; }
inline void set_m_delaySign_0(bool value)
{
___m_delaySign_0 = value;
}
};
// System.Reflection.AssemblyDescriptionAttribute
struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyDescriptionAttribute::m_description
String_t* ___m_description_0;
public:
inline static int32_t get_offset_of_m_description_0() { return static_cast<int32_t>(offsetof(AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3, ___m_description_0)); }
inline String_t* get_m_description_0() const { return ___m_description_0; }
inline String_t** get_address_of_m_description_0() { return &___m_description_0; }
inline void set_m_description_0(String_t* value)
{
___m_description_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_description_0), (void*)value);
}
};
// System.Reflection.AssemblyFileVersionAttribute
struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyFileVersionAttribute::_version
String_t* ____version_0;
public:
inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F, ____version_0)); }
inline String_t* get__version_0() const { return ____version_0; }
inline String_t** get_address_of__version_0() { return &____version_0; }
inline void set__version_0(String_t* value)
{
____version_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
}
};
// System.Reflection.AssemblyInformationalVersionAttribute
struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyInformationalVersionAttribute::m_informationalVersion
String_t* ___m_informationalVersion_0;
public:
inline static int32_t get_offset_of_m_informationalVersion_0() { return static_cast<int32_t>(offsetof(AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0, ___m_informationalVersion_0)); }
inline String_t* get_m_informationalVersion_0() const { return ___m_informationalVersion_0; }
inline String_t** get_address_of_m_informationalVersion_0() { return &___m_informationalVersion_0; }
inline void set_m_informationalVersion_0(String_t* value)
{
___m_informationalVersion_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_informationalVersion_0), (void*)value);
}
};
// System.Reflection.AssemblyKeyFileAttribute
struct AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyKeyFileAttribute::m_keyFile
String_t* ___m_keyFile_0;
public:
inline static int32_t get_offset_of_m_keyFile_0() { return static_cast<int32_t>(offsetof(AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253, ___m_keyFile_0)); }
inline String_t* get_m_keyFile_0() const { return ___m_keyFile_0; }
inline String_t** get_address_of_m_keyFile_0() { return &___m_keyFile_0; }
inline void set_m_keyFile_0(String_t* value)
{
___m_keyFile_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_keyFile_0), (void*)value);
}
};
// System.Reflection.AssemblyProductAttribute
struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyProductAttribute::m_product
String_t* ___m_product_0;
public:
inline static int32_t get_offset_of_m_product_0() { return static_cast<int32_t>(offsetof(AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA, ___m_product_0)); }
inline String_t* get_m_product_0() const { return ___m_product_0; }
inline String_t** get_address_of_m_product_0() { return &___m_product_0; }
inline void set_m_product_0(String_t* value)
{
___m_product_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value);
}
};
// System.Reflection.AssemblyTitleAttribute
struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.AssemblyTitleAttribute::m_title
String_t* ___m_title_0;
public:
inline static int32_t get_offset_of_m_title_0() { return static_cast<int32_t>(offsetof(AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7, ___m_title_0)); }
inline String_t* get_m_title_0() const { return ___m_title_0; }
inline String_t** get_address_of_m_title_0() { return &___m_title_0; }
inline void set_m_title_0(String_t* value)
{
___m_title_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value);
}
};
// System.Boolean
struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.CLSCompliantAttribute
struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Boolean System.CLSCompliantAttribute::m_compliant
bool ___m_compliant_0;
public:
inline static int32_t get_offset_of_m_compliant_0() { return static_cast<int32_t>(offsetof(CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249, ___m_compliant_0)); }
inline bool get_m_compliant_0() const { return ___m_compliant_0; }
inline bool* get_address_of_m_compliant_0() { return &___m_compliant_0; }
inline void set_m_compliant_0(bool value)
{
___m_compliant_0 = value;
}
};
// System.Runtime.InteropServices.ComCompatibleVersionAttribute
struct ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::_major
int32_t ____major_0;
// System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::_minor
int32_t ____minor_1;
// System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::_build
int32_t ____build_2;
// System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::_revision
int32_t ____revision_3;
public:
inline static int32_t get_offset_of__major_0() { return static_cast<int32_t>(offsetof(ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A, ____major_0)); }
inline int32_t get__major_0() const { return ____major_0; }
inline int32_t* get_address_of__major_0() { return &____major_0; }
inline void set__major_0(int32_t value)
{
____major_0 = value;
}
inline static int32_t get_offset_of__minor_1() { return static_cast<int32_t>(offsetof(ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A, ____minor_1)); }
inline int32_t get__minor_1() const { return ____minor_1; }
inline int32_t* get_address_of__minor_1() { return &____minor_1; }
inline void set__minor_1(int32_t value)
{
____minor_1 = value;
}
inline static int32_t get_offset_of__build_2() { return static_cast<int32_t>(offsetof(ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A, ____build_2)); }
inline int32_t get__build_2() const { return ____build_2; }
inline int32_t* get_address_of__build_2() { return &____build_2; }
inline void set__build_2(int32_t value)
{
____build_2 = value;
}
inline static int32_t get_offset_of__revision_3() { return static_cast<int32_t>(offsetof(ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A, ____revision_3)); }
inline int32_t get__revision_3() const { return ____revision_3; }
inline int32_t* get_address_of__revision_3() { return &____revision_3; }
inline void set__revision_3(int32_t value)
{
____revision_3 = value;
}
};
// System.Runtime.InteropServices.ComDefaultInterfaceAttribute
struct ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Type System.Runtime.InteropServices.ComDefaultInterfaceAttribute::_val
Type_t * ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72, ____val_0)); }
inline Type_t * get__val_0() const { return ____val_0; }
inline Type_t ** get_address_of__val_0() { return &____val_0; }
inline void set__val_0(Type_t * value)
{
____val_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____val_0), (void*)value);
}
};
// System.Runtime.InteropServices.ComVisibleAttribute
struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Boolean System.Runtime.InteropServices.ComVisibleAttribute::_val
bool ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A, ____val_0)); }
inline bool get__val_0() const { return ____val_0; }
inline bool* get_address_of__val_0() { return &____val_0; }
inline void set__val_0(bool value)
{
____val_0 = value;
}
};
// System.Runtime.CompilerServices.CompilationRelaxationsAttribute
struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
int32_t ___m_relaxations_0;
public:
inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
inline void set_m_relaxations_0(int32_t value)
{
___m_relaxations_0 = value;
}
};
// System.Runtime.CompilerServices.CompilerGeneratedAttribute
struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.ContextStaticAttribute
struct ContextStaticAttribute_t7F3343F17E35F2FD20841A3114D6D8A2A8180FF5 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Diagnostics.DebuggerDisplayAttribute
struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Diagnostics.DebuggerDisplayAttribute::name
String_t* ___name_0;
// System.String System.Diagnostics.DebuggerDisplayAttribute::value
String_t* ___value_1;
// System.String System.Diagnostics.DebuggerDisplayAttribute::type
String_t* ___type_2;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___value_1)); }
inline String_t* get_value_1() const { return ___value_1; }
inline String_t** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(String_t* value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
inline static int32_t get_offset_of_type_2() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___type_2)); }
inline String_t* get_type_2() const { return ___type_2; }
inline String_t** get_address_of_type_2() { return &___type_2; }
inline void set_type_2(String_t* value)
{
___type_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value);
}
};
// System.Diagnostics.DebuggerHiddenAttribute
struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Diagnostics.DebuggerStepThroughAttribute
struct DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Diagnostics.DebuggerTypeProxyAttribute
struct DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Diagnostics.DebuggerTypeProxyAttribute::typeName
String_t* ___typeName_0;
public:
inline static int32_t get_offset_of_typeName_0() { return static_cast<int32_t>(offsetof(DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014, ___typeName_0)); }
inline String_t* get_typeName_0() const { return ___typeName_0; }
inline String_t** get_address_of_typeName_0() { return &___typeName_0; }
inline void set_typeName_0(String_t* value)
{
___typeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value);
}
};
// System.Decimal
struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Reflection.DefaultMemberAttribute
struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Reflection.DefaultMemberAttribute::m_memberName
String_t* ___m_memberName_0;
public:
inline static int32_t get_offset_of_m_memberName_0() { return static_cast<int32_t>(offsetof(DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5, ___m_memberName_0)); }
inline String_t* get_m_memberName_0() const { return ___m_memberName_0; }
inline String_t** get_address_of_m_memberName_0() { return &___m_memberName_0; }
inline void set_m_memberName_0(String_t* value)
{
___m_memberName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_memberName_0), (void*)value);
}
};
// System.Runtime.InteropServices.DispIdAttribute
struct DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Int32 System.Runtime.InteropServices.DispIdAttribute::_val
int32_t ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829, ____val_0)); }
inline int32_t get__val_0() const { return ____val_0; }
inline int32_t* get_address_of__val_0() { return &____val_0; }
inline void set__val_0(int32_t value)
{
____val_0 = value;
}
};
// System.Enum
struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
{
public:
public:
};
struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
{
};
// System.Runtime.CompilerServices.ExtensionAttribute
struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.CompilerServices.FixedBufferAttribute
struct FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Type System.Runtime.CompilerServices.FixedBufferAttribute::elementType
Type_t * ___elementType_0;
// System.Int32 System.Runtime.CompilerServices.FixedBufferAttribute::length
int32_t ___length_1;
public:
inline static int32_t get_offset_of_elementType_0() { return static_cast<int32_t>(offsetof(FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C, ___elementType_0)); }
inline Type_t * get_elementType_0() const { return ___elementType_0; }
inline Type_t ** get_address_of_elementType_0() { return &___elementType_0; }
inline void set_elementType_0(Type_t * value)
{
___elementType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___elementType_0), (void*)value);
}
inline static int32_t get_offset_of_length_1() { return static_cast<int32_t>(offsetof(FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C, ___length_1)); }
inline int32_t get_length_1() const { return ___length_1; }
inline int32_t* get_address_of_length_1() { return &___length_1; }
inline void set_length_1(int32_t value)
{
___length_1 = value;
}
};
// System.FlagsAttribute
struct FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.CompilerServices.FriendAccessAllowedAttribute
struct FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.InteropServices.GuidAttribute
struct GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Runtime.InteropServices.GuidAttribute::_val
String_t* ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063, ____val_0)); }
inline String_t* get__val_0() const { return ____val_0; }
inline String_t** get_address_of__val_0() { return &____val_0; }
inline void set__val_0(String_t* value)
{
____val_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____val_0), (void*)value);
}
};
// System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute
struct HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Runtime.CompilerServices.InternalsVisibleToAttribute
struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Runtime.CompilerServices.InternalsVisibleToAttribute::_assemblyName
String_t* ____assemblyName_0;
// System.Boolean System.Runtime.CompilerServices.InternalsVisibleToAttribute::_allInternalsVisible
bool ____allInternalsVisible_1;
public:
inline static int32_t get_offset_of__assemblyName_0() { return static_cast<int32_t>(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____assemblyName_0)); }
inline String_t* get__assemblyName_0() const { return ____assemblyName_0; }
inline String_t** get_address_of__assemblyName_0() { return &____assemblyName_0; }
inline void set__assemblyName_0(String_t* value)
{
____assemblyName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____assemblyName_0), (void*)value);
}
inline static int32_t get_offset_of__allInternalsVisible_1() { return static_cast<int32_t>(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____allInternalsVisible_1)); }
inline bool get__allInternalsVisible_1() const { return ____allInternalsVisible_1; }
inline bool* get_address_of__allInternalsVisible_1() { return &____allInternalsVisible_1; }
inline void set__allInternalsVisible_1(bool value)
{
____allInternalsVisible_1 = value;
}
};
// System.MonoTODOAttribute
struct MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.MonoTODOAttribute::comment
String_t* ___comment_0;
public:
inline static int32_t get_offset_of_comment_0() { return static_cast<int32_t>(offsetof(MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B, ___comment_0)); }
inline String_t* get_comment_0() const { return ___comment_0; }
inline String_t** get_address_of_comment_0() { return &___comment_0; }
inline void set_comment_0(String_t* value)
{
___comment_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comment_0), (void*)value);
}
};
// System.ObsoleteAttribute
struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.ObsoleteAttribute::_message
String_t* ____message_0;
// System.Boolean System.ObsoleteAttribute::_error
bool ____error_1;
public:
inline static int32_t get_offset_of__message_0() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____message_0)); }
inline String_t* get__message_0() const { return ____message_0; }
inline String_t** get_address_of__message_0() { return &____message_0; }
inline void set__message_0(String_t* value)
{
____message_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_0), (void*)value);
}
inline static int32_t get_offset_of__error_1() { return static_cast<int32_t>(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____error_1)); }
inline bool get__error_1() const { return ____error_1; }
inline bool* get_address_of__error_1() { return &____error_1; }
inline void set__error_1(bool value)
{
____error_1 = value;
}
};
// System.Runtime.Serialization.OnDeserializedAttribute
struct OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.Serialization.OnDeserializingAttribute
struct OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.Serialization.OnSerializingAttribute
struct OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.Serialization.OptionalFieldAttribute
struct OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Int32 System.Runtime.Serialization.OptionalFieldAttribute::versionAdded
int32_t ___versionAdded_0;
public:
inline static int32_t get_offset_of_versionAdded_0() { return static_cast<int32_t>(offsetof(OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59, ___versionAdded_0)); }
inline int32_t get_versionAdded_0() const { return ___versionAdded_0; }
inline int32_t* get_address_of_versionAdded_0() { return &___versionAdded_0; }
inline void set_versionAdded_0(int32_t value)
{
___versionAdded_0 = value;
}
};
// System.ParamArrayAttribute
struct ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
bool ___m_wrapNonExceptionThrows_0;
public:
inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
inline void set_m_wrapNonExceptionThrows_0(bool value)
{
___m_wrapNonExceptionThrows_0 = value;
}
};
// System.Resources.SatelliteContractVersionAttribute
struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Resources.SatelliteContractVersionAttribute::_version
String_t* ____version_0;
public:
inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2, ____version_0)); }
inline String_t* get__version_0() const { return ____version_0; }
inline String_t** get_address_of__version_0() { return &____version_0; }
inline void set__version_0(String_t* value)
{
____version_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
}
};
// System.Runtime.CompilerServices.StateMachineAttribute
struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Type System.Runtime.CompilerServices.StateMachineAttribute::<StateMachineType>k__BackingField
Type_t * ___U3CStateMachineTypeU3Ek__BackingField_0;
public:
inline static int32_t get_offset_of_U3CStateMachineTypeU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3, ___U3CStateMachineTypeU3Ek__BackingField_0)); }
inline Type_t * get_U3CStateMachineTypeU3Ek__BackingField_0() const { return ___U3CStateMachineTypeU3Ek__BackingField_0; }
inline Type_t ** get_address_of_U3CStateMachineTypeU3Ek__BackingField_0() { return &___U3CStateMachineTypeU3Ek__BackingField_0; }
inline void set_U3CStateMachineTypeU3Ek__BackingField_0(Type_t * value)
{
___U3CStateMachineTypeU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CStateMachineTypeU3Ek__BackingField_0), (void*)value);
}
};
// System.Runtime.CompilerServices.StringFreezingAttribute
struct StringFreezingAttribute_t39D6E7BE4022A2552C37692B60D7284865D958F8 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.ThreadStaticAttribute
struct ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.CompilerServices.TypeDependencyAttribute
struct TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Runtime.CompilerServices.TypeDependencyAttribute::typeName
String_t* ___typeName_0;
public:
inline static int32_t get_offset_of_typeName_0() { return static_cast<int32_t>(offsetof(TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1, ___typeName_0)); }
inline String_t* get_typeName_0() const { return ___typeName_0; }
inline String_t** get_address_of_typeName_0() { return &___typeName_0; }
inline void set_typeName_0(String_t* value)
{
___typeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value);
}
};
// System.Runtime.CompilerServices.TypeForwardedFromAttribute
struct TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Runtime.CompilerServices.TypeForwardedFromAttribute::assemblyFullName
String_t* ___assemblyFullName_0;
public:
inline static int32_t get_offset_of_assemblyFullName_0() { return static_cast<int32_t>(offsetof(TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9, ___assemblyFullName_0)); }
inline String_t* get_assemblyFullName_0() const { return ___assemblyFullName_0; }
inline String_t** get_address_of_assemblyFullName_0() { return &___assemblyFullName_0; }
inline void set_assemblyFullName_0(String_t* value)
{
___assemblyFullName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyFullName_0), (void*)value);
}
};
// System.Runtime.CompilerServices.UnsafeValueTypeAttribute
struct UnsafeValueTypeAttribute_tC3B73880876B0FA7C68CE8A678FD4D6440438CAC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Void
struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
{
public:
union
{
struct
{
};
uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
};
public:
};
// System.Threading.OSSpecificSynchronizationContext/MonoPInvokeCallbackAttribute
struct MonoPInvokeCallbackAttribute_t2C75413B602143864AFF9D2FD4FC27AFAEFB339A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
public:
};
// System.Runtime.CompilerServices.AsyncStateMachineAttribute
struct AsyncStateMachineAttribute_tBDB4B958CFB5CD3BEE1427711FFC8C358C9BA6E6 : public StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3
{
public:
public:
};
// System.AttributeTargets
struct AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923
{
public:
// System.Int32 System.AttributeTargets::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.ConstrainedExecution.Cer
struct Cer_t64C71B0BD34D91BE01771856B7D1444ACFB7C517
{
public:
// System.Int32 System.Runtime.ConstrainedExecution.Cer::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Cer_t64C71B0BD34D91BE01771856B7D1444ACFB7C517, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.InteropServices.ClassInterfaceType
struct ClassInterfaceType_t4D1903EA7B9A6DF79A19DEE000B7ED28E476069D
{
public:
// System.Int32 System.Runtime.InteropServices.ClassInterfaceType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ClassInterfaceType_t4D1903EA7B9A6DF79A19DEE000B7ED28E476069D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.InteropServices.ComInterfaceType
struct ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E
{
public:
// System.Int32 System.Runtime.InteropServices.ComInterfaceType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.CompilerServices.CompilationRelaxations
struct CompilationRelaxations_t3F4D0C01134AC29212BCFE66E9A9F13A92F888AC
{
public:
// System.Int32 System.Runtime.CompilerServices.CompilationRelaxations::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompilationRelaxations_t3F4D0C01134AC29212BCFE66E9A9F13A92F888AC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.ConstrainedExecution.Consistency
struct Consistency_tEE5485CF2F355DF32301D369AC52D1180D5331B3
{
public:
// System.Int32 System.Runtime.ConstrainedExecution.Consistency::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Consistency_tEE5485CF2F355DF32301D369AC52D1180D5331B3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Diagnostics.DebuggerBrowsableState
struct DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091
{
public:
// System.Int32 System.Diagnostics.DebuggerBrowsableState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.CompilerServices.DecimalConstantAttribute
struct DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Decimal System.Runtime.CompilerServices.DecimalConstantAttribute::dec
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___dec_0;
public:
inline static int32_t get_offset_of_dec_0() { return static_cast<int32_t>(offsetof(DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A, ___dec_0)); }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_dec_0() const { return ___dec_0; }
inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_dec_0() { return &___dec_0; }
inline void set_dec_0(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value)
{
___dec_0 = value;
}
};
// System.Runtime.CompilerServices.IteratorStateMachineAttribute
struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 : public StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3
{
public:
public:
};
// System.Runtime.CompilerServices.LoadHint
struct LoadHint_tFC9A0F3EDCF16D049F9996529BD480F333CAD53A
{
public:
// System.Int32 System.Runtime.CompilerServices.LoadHint::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LoadHint_tFC9A0F3EDCF16D049F9996529BD480F333CAD53A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.Resources.UltimateResourceFallbackLocation
struct UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B
{
public:
// System.Int32 System.Resources.UltimateResourceFallbackLocation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Diagnostics.DebuggableAttribute/DebuggingModes
struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
{
public:
// System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.AttributeUsageAttribute
struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.AttributeTargets System.AttributeUsageAttribute::m_attributeTarget
int32_t ___m_attributeTarget_0;
// System.Boolean System.AttributeUsageAttribute::m_allowMultiple
bool ___m_allowMultiple_1;
// System.Boolean System.AttributeUsageAttribute::m_inherited
bool ___m_inherited_2;
public:
inline static int32_t get_offset_of_m_attributeTarget_0() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_attributeTarget_0)); }
inline int32_t get_m_attributeTarget_0() const { return ___m_attributeTarget_0; }
inline int32_t* get_address_of_m_attributeTarget_0() { return &___m_attributeTarget_0; }
inline void set_m_attributeTarget_0(int32_t value)
{
___m_attributeTarget_0 = value;
}
inline static int32_t get_offset_of_m_allowMultiple_1() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_allowMultiple_1)); }
inline bool get_m_allowMultiple_1() const { return ___m_allowMultiple_1; }
inline bool* get_address_of_m_allowMultiple_1() { return &___m_allowMultiple_1; }
inline void set_m_allowMultiple_1(bool value)
{
___m_allowMultiple_1 = value;
}
inline static int32_t get_offset_of_m_inherited_2() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_inherited_2)); }
inline bool get_m_inherited_2() const { return ___m_inherited_2; }
inline bool* get_address_of_m_inherited_2() { return &___m_inherited_2; }
inline void set_m_inherited_2(bool value)
{
___m_inherited_2 = value;
}
};
struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields
{
public:
// System.AttributeUsageAttribute System.AttributeUsageAttribute::Default
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * ___Default_3;
public:
inline static int32_t get_offset_of_Default_3() { return static_cast<int32_t>(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields, ___Default_3)); }
inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * get_Default_3() const { return ___Default_3; }
inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C ** get_address_of_Default_3() { return &___Default_3; }
inline void set_Default_3(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * value)
{
___Default_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value);
}
};
// System.Runtime.InteropServices.ClassInterfaceAttribute
struct ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Runtime.InteropServices.ClassInterfaceType System.Runtime.InteropServices.ClassInterfaceAttribute::_val
int32_t ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875, ____val_0)); }
inline int32_t get__val_0() const { return ____val_0; }
inline int32_t* get_address_of__val_0() { return &____val_0; }
inline void set__val_0(int32_t value)
{
____val_0 = value;
}
};
// System.Diagnostics.DebuggableAttribute
struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
int32_t ___m_debuggingModes_0;
public:
inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
inline void set_m_debuggingModes_0(int32_t value)
{
___m_debuggingModes_0 = value;
}
};
// System.Diagnostics.DebuggerBrowsableAttribute
struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerBrowsableAttribute::state
int32_t ___state_0;
public:
inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53, ___state_0)); }
inline int32_t get_state_0() const { return ___state_0; }
inline int32_t* get_address_of_state_0() { return &___state_0; }
inline void set_state_0(int32_t value)
{
___state_0 = value;
}
};
// System.Runtime.CompilerServices.DefaultDependencyAttribute
struct DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Runtime.CompilerServices.LoadHint System.Runtime.CompilerServices.DefaultDependencyAttribute::loadHint
int32_t ___loadHint_0;
public:
inline static int32_t get_offset_of_loadHint_0() { return static_cast<int32_t>(offsetof(DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143, ___loadHint_0)); }
inline int32_t get_loadHint_0() const { return ___loadHint_0; }
inline int32_t* get_address_of_loadHint_0() { return &___loadHint_0; }
inline void set_loadHint_0(int32_t value)
{
___loadHint_0 = value;
}
};
// System.Runtime.InteropServices.InterfaceTypeAttribute
struct InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Runtime.InteropServices.ComInterfaceType System.Runtime.InteropServices.InterfaceTypeAttribute::_val
int32_t ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E, ____val_0)); }
inline int32_t get__val_0() const { return ____val_0; }
inline int32_t* get_address_of__val_0() { return &____val_0; }
inline void set__val_0(int32_t value)
{
____val_0 = value;
}
};
// System.Resources.NeutralResourcesLanguageAttribute
struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.String System.Resources.NeutralResourcesLanguageAttribute::_culture
String_t* ____culture_0;
// System.Resources.UltimateResourceFallbackLocation System.Resources.NeutralResourcesLanguageAttribute::_fallbackLoc
int32_t ____fallbackLoc_1;
public:
inline static int32_t get_offset_of__culture_0() { return static_cast<int32_t>(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____culture_0)); }
inline String_t* get__culture_0() const { return ____culture_0; }
inline String_t** get_address_of__culture_0() { return &____culture_0; }
inline void set__culture_0(String_t* value)
{
____culture_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____culture_0), (void*)value);
}
inline static int32_t get_offset_of__fallbackLoc_1() { return static_cast<int32_t>(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____fallbackLoc_1)); }
inline int32_t get__fallbackLoc_1() const { return ____fallbackLoc_1; }
inline int32_t* get_address_of__fallbackLoc_1() { return &____fallbackLoc_1; }
inline void set__fallbackLoc_1(int32_t value)
{
____fallbackLoc_1 = value;
}
};
// System.Runtime.ConstrainedExecution.ReliabilityContractAttribute
struct ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
{
public:
// System.Runtime.ConstrainedExecution.Consistency System.Runtime.ConstrainedExecution.ReliabilityContractAttribute::_consistency
int32_t ____consistency_0;
// System.Runtime.ConstrainedExecution.Cer System.Runtime.ConstrainedExecution.ReliabilityContractAttribute::_cer
int32_t ____cer_1;
public:
inline static int32_t get_offset_of__consistency_0() { return static_cast<int32_t>(offsetof(ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971, ____consistency_0)); }
inline int32_t get__consistency_0() const { return ____consistency_0; }
inline int32_t* get_address_of__consistency_0() { return &____consistency_0; }
inline void set__consistency_0(int32_t value)
{
____consistency_0 = value;
}
inline static int32_t get_offset_of__cer_1() { return static_cast<int32_t>(offsetof(ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971, ____cer_1)); }
inline int32_t get__cer_1() const { return ____cer_1; }
inline int32_t* get_address_of__cer_1() { return &____cer_1; }
inline void set__cer_1(int32_t value)
{
____cer_1 = value;
}
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Void System.Runtime.InteropServices.ComCompatibleVersionAttribute::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComCompatibleVersionAttribute__ctor_m282481343E764237947903A5A5A3E65F3E462CB2 (ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A * __this, int32_t ___major0, int32_t ___minor1, int32_t ___build2, int32_t ___revision3, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyDescriptionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25 (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * __this, String_t* ___description0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyDefaultAliasAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDefaultAliasAttribute__ctor_m0C9991C32ED63B598FA509F3AF74554A5C874EB0 (AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA * __this, String_t* ___defaultAlias0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0 (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * __this, String_t* ___company0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyProductAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8 (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * __this, String_t* ___product0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyCopyrightAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3 (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * __this, String_t* ___copyright0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.ExtensionAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * __this, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678 (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method);
// System.Void System.Resources.SatelliteContractVersionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SatelliteContractVersionAttribute__ctor_m561BB905628D77D6D09110E2C1427B313E8A3215 (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * __this, String_t* ___version0, const RuntimeMethod* method);
// System.Void System.Resources.NeutralResourcesLanguageAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * __this, String_t* ___cultureName0, const RuntimeMethod* method);
// System.Void System.CLSCompliantAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270 (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * __this, bool ___isCompliant0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyKeyFileAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyKeyFileAttribute__ctor_mCCE9180B365E9EB7111D5061069A5F73E1690CC3 (AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 * __this, String_t* ___keyFile0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyDelaySignAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDelaySignAttribute__ctor_mD4A5A4EE506801F8BFE4E8F313FD421AE3003A7A (AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 * __this, bool ___delaySign0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyFileVersionAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * __this, String_t* ___version0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Runtime.CompilerServices.CompilationRelaxations)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_m9012F6B0B55EF7A86133889CB22D74728CAB90AC (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.DefaultDependencyAttribute::.ctor(System.Runtime.CompilerServices.LoadHint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultDependencyAttribute__ctor_mB8819D2BB843E207C3E70D9320F837DE8E4C9B96 (DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143 * __this, int32_t ___loadHintArgument0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.GuidAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * __this, String_t* ___guid0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.StringFreezingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFreezingAttribute__ctor_mF0693C66C61A30B67C0678CC95B3A5E85AD91484 (StringFreezingAttribute_t39D6E7BE4022A2552C37692B60D7284865D958F8 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.InternalsVisibleToAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9 (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * __this, String_t* ___assemblyName0, const RuntimeMethod* method);
// System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.ComVisibleAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172 (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * __this, bool ___visibility0, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * __this, String_t* ___title0, const RuntimeMethod* method);
// System.Void System.ParamArrayAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719 (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * __this, const RuntimeMethod* method);
// System.Void System.Reflection.DefaultMemberAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7 (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * __this, String_t* ___memberName0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.FixedBufferAttribute::.ctor(System.Type,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedBufferAttribute__ctor_m7767B7379CFADD0D12551A5A891BF1916A07BE51 (FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C * __this, Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.UnsafeValueTypeAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeValueTypeAttribute__ctor_mA5A3D4443A6B4BE3B31E8A8919809719991A7EC4 (UnsafeValueTypeAttribute_tC3B73880876B0FA7C68CE8A678FD4D6440438CAC * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
// System.Void System.ObsoleteAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868 (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.MonoTODOAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90 (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * __this, String_t* ___comment0, const RuntimeMethod* method);
// System.Void System.FlagsAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229 (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.ConstrainedExecution.ReliabilityContractAttribute::.ctor(System.Runtime.ConstrainedExecution.Consistency,System.Runtime.ConstrainedExecution.Cer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685 (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * __this, int32_t ___consistencyGuarantee0, int32_t ___cer1, const RuntimeMethod* method);
// System.Void System.AttributeUsageAttribute::.ctor(System.AttributeTargets)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, int32_t ___validOn0, const RuntimeMethod* method);
// System.Void System.AttributeUsageAttribute::set_AllowMultiple(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Diagnostics.DebuggerDisplayAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988 (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.TypeForwardedFromAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92 (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * __this, String_t* ___assemblyFullName0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.ClassInterfaceAttribute::.ctor(System.Runtime.InteropServices.ClassInterfaceType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4 (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * __this, int32_t ___classInterfaceType0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.ComDefaultInterfaceAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436 (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * __this, Type_t * ___defaultInterface0, const RuntimeMethod* method);
// System.Void System.AttributeUsageAttribute::set_Inherited(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.DecimalConstantAttribute::.ctor(System.Byte,System.Byte,System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * __this, uint8_t ___scale0, uint8_t ___sign1, uint32_t ___hi2, uint32_t ___mid3, uint32_t ___low4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.OnSerializingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961 (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.OptionalFieldAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1 (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.OptionalFieldAttribute::set_VersionAdded(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.FriendAccessAllowedAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25 (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.OnDeserializedAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * __this, const RuntimeMethod* method);
// System.Void System.Diagnostics.DebuggerHiddenAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3 (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * __this, const RuntimeMethod* method);
// System.Void System.Diagnostics.DebuggerStepThroughAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85 (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * __this, const RuntimeMethod* method);
// System.Void System.ThreadStaticAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.OnDeserializingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * __this, const RuntimeMethod* method);
// System.Void System.MonoTODOAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_mF1C66FADE47BC6D5A613AE0F10A1BD5BE62C2CF7 (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncStateMachineAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncStateMachineAttribute__ctor_m9530B59D9722DE383A1703C52EBC1ED1FEFB100B (AsyncStateMachineAttribute_tBDB4B958CFB5CD3BEE1427711FFC8C358C9BA6E6 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method);
// System.Void System.Diagnostics.DebuggerTypeProxyAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167 (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandleProcessCorruptedStateExceptionsAttribute__ctor_m4A668D1F98FA411FEEA579AEA96A288914C271CB (HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 * __this, const RuntimeMethod* method);
// System.Void System.Threading.OSSpecificSynchronizationContext/MonoPInvokeCallbackAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_m969193A52DB76C0661791117DAD7A00EA2C10F21 (MonoPInvokeCallbackAttribute_t2C75413B602143864AFF9D2FD4FC27AFAEFB339A * __this, Type_t * ___t0, const RuntimeMethod* method);
// System.Void System.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5 (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * __this, int32_t ___state0, const RuntimeMethod* method);
// System.Void System.ObsoleteAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m9BC17A80675E9013AA71F9FB38D89FEF56883853 (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * __this, const RuntimeMethod* method);
// System.Void System.ContextStaticAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextStaticAttribute__ctor_m095EECE3AEEC41337AA276FF028F5D1EDADF3BA0 (ContextStaticAttribute_t7F3343F17E35F2FD20841A3114D6D8A2A8180FF5 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.InterfaceTypeAttribute::.ctor(System.Runtime.InteropServices.ComInterfaceType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20 (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * __this, int32_t ___interfaceType0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.DispIdAttribute::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispIdAttribute__ctor_mEA52BAFEA6DAFA7C1701227F54D1D8FF8830CD6C (DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829 * __this, int32_t ___dispId0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.IteratorStateMachineAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481 (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.TypeDependencyAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34 (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * __this, String_t* ___typeName0, const RuntimeMethod* method);
static void mscorlib_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A * tmp = (ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A *)cache->attributes[0];
ComCompatibleVersionAttribute__ctor_m282481343E764237947903A5A5A3E65F3E462CB2(tmp, 1LL, 0LL, 3300LL, 0LL, NULL);
}
{
AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[1];
AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper("\x6D\x73\x63\x6F\x72\x6C\x69\x62\x2E\x64\x6C\x6C"), NULL);
}
{
AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA * tmp = (AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA *)cache->attributes[2];
AssemblyDefaultAliasAttribute__ctor_m0C9991C32ED63B598FA509F3AF74554A5C874EB0(tmp, il2cpp_codegen_string_new_wrapper("\x6D\x73\x63\x6F\x72\x6C\x69\x62\x2E\x64\x6C\x6C"), NULL);
}
{
AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[3];
AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x20\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74\x20\x74\x65\x61\x6D"), NULL);
}
{
AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[4];
AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x20\x43\x6F\x6D\x6D\x6F\x6E\x20\x4C\x61\x6E\x67\x75\x61\x67\x65\x20\x49\x6E\x66\x72\x61\x73\x74\x72\x75\x63\x74\x75\x72\x65"), NULL);
}
{
AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[5];
AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3(tmp, il2cpp_codegen_string_new_wrapper("\x28\x63\x29\x20\x56\x61\x72\x69\x6F\x75\x73\x20\x4D\x6F\x6E\x6F\x20\x61\x75\x74\x68\x6F\x72\x73"), NULL);
}
{
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[6];
ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
}
{
AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * tmp = (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 *)cache->attributes[7];
AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x30\x2E\x33\x30\x33\x31\x39\x2E\x31\x37\x30\x32\x30"), NULL);
}
{
SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * tmp = (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 *)cache->attributes[8];
SatelliteContractVersionAttribute__ctor_m561BB905628D77D6D09110E2C1427B313E8A3215(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x30\x2E\x30\x2E\x30"), NULL);
}
{
NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * tmp = (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 *)cache->attributes[9];
NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF(tmp, il2cpp_codegen_string_new_wrapper("\x65\x6E\x2D\x55\x53"), NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[10];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, true, NULL);
}
{
AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 * tmp = (AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253 *)cache->attributes[11];
AssemblyKeyFileAttribute__ctor_mCCE9180B365E9EB7111D5061069A5F73E1690CC3(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x2E\x2F\x65\x63\x6D\x61\x2E\x70\x75\x62"), NULL);
}
{
AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 * tmp = (AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 *)cache->attributes[12];
AssemblyDelaySignAttribute__ctor_mD4A5A4EE506801F8BFE4E8F313FD421AE3003A7A(tmp, true, NULL);
}
{
AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * tmp = (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F *)cache->attributes[13];
AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D(tmp, il2cpp_codegen_string_new_wrapper("\x34\x2E\x30\x2E\x33\x30\x33\x31\x39\x2E\x31\x37\x30\x32\x30"), NULL);
}
{
CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[14];
CompilationRelaxationsAttribute__ctor_m9012F6B0B55EF7A86133889CB22D74728CAB90AC(tmp, 8LL, NULL);
}
{
DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143 * tmp = (DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143 *)cache->attributes[15];
DefaultDependencyAttribute__ctor_mB8819D2BB843E207C3E70D9320F837DE8E4C9B96(tmp, 1LL, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[16];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x42\x45\x44\x37\x46\x34\x45\x41\x2D\x31\x41\x39\x36\x2D\x31\x31\x44\x32\x2D\x38\x46\x30\x38\x2D\x30\x30\x41\x30\x43\x39\x41\x36\x31\x38\x36\x44"), NULL);
}
{
StringFreezingAttribute_t39D6E7BE4022A2552C37692B60D7284865D958F8 * tmp = (StringFreezingAttribute_t39D6E7BE4022A2552C37692B60D7284865D958F8 *)cache->attributes[17];
StringFreezingAttribute__ctor_mF0693C66C61A30B67C0678CC95B3A5E85AD91484(tmp, NULL);
}
{
RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[18];
RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
}
{
InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[19];
InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x38\x44\x35\x36\x43\x37\x36\x46\x39\x45\x38\x36\x34\x39\x33\x38\x33\x30\x34\x39\x46\x33\x38\x33\x43\x34\x34\x42\x45\x30\x45\x43\x32\x30\x34\x31\x38\x31\x38\x32\x32\x41\x36\x43\x33\x31\x43\x46\x35\x45\x42\x37\x45\x46\x34\x38\x36\x39\x34\x34\x44\x30\x33\x32\x31\x38\x38\x45\x41\x31\x44\x33\x39\x32\x30\x37\x36\x33\x37\x31\x32\x43\x43\x42\x31\x32\x44\x37\x35\x46\x42\x37\x37\x45\x39\x38\x31\x31\x31\x34\x39\x45\x36\x31\x34\x38\x45\x35\x44\x33\x32\x46\x42\x41\x41\x42\x33\x37\x36\x31\x31\x43\x31\x38\x37\x38\x44\x44\x43\x31\x39\x45\x32\x30\x45\x46\x31\x33\x35\x44\x30\x43\x42\x32\x43\x46\x46\x32\x42\x46\x45\x43\x33\x44\x31\x31\x35\x38\x31\x30\x43\x33\x44\x39\x30\x36\x39\x36\x33\x38\x46\x45\x34\x42\x45\x32\x31\x35\x44\x42\x46\x37\x39\x35\x38\x36\x31\x39\x32\x30\x45\x35\x41\x42\x36\x46\x37\x44\x42\x32\x45\x32\x43\x45\x45\x46\x31\x33\x36\x41\x43\x32\x33\x44\x35\x44\x44\x32\x42\x46\x30\x33\x31\x37\x30\x30\x41\x45\x43\x32\x33\x32\x46\x36\x43\x36\x42\x31\x43\x37\x38\x35\x42\x34\x33\x30\x35\x43\x31\x32\x33\x42\x33\x37\x41\x42"), NULL);
}
{
InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[20];
InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x38\x44\x35\x36\x43\x37\x36\x46\x39\x45\x38\x36\x34\x39\x33\x38\x33\x30\x34\x39\x46\x33\x38\x33\x43\x34\x34\x42\x45\x30\x45\x43\x32\x30\x34\x31\x38\x31\x38\x32\x32\x41\x36\x43\x33\x31\x43\x46\x35\x45\x42\x37\x45\x46\x34\x38\x36\x39\x34\x34\x44\x30\x33\x32\x31\x38\x38\x45\x41\x31\x44\x33\x39\x32\x30\x37\x36\x33\x37\x31\x32\x43\x43\x42\x31\x32\x44\x37\x35\x46\x42\x37\x37\x45\x39\x38\x31\x31\x31\x34\x39\x45\x36\x31\x34\x38\x45\x35\x44\x33\x32\x46\x42\x41\x41\x42\x33\x37\x36\x31\x31\x43\x31\x38\x37\x38\x44\x44\x43\x31\x39\x45\x32\x30\x45\x46\x31\x33\x35\x44\x30\x43\x42\x32\x43\x46\x46\x32\x42\x46\x45\x43\x33\x44\x31\x31\x35\x38\x31\x30\x43\x33\x44\x39\x30\x36\x39\x36\x33\x38\x46\x45\x34\x42\x45\x32\x31\x35\x44\x42\x46\x37\x39\x35\x38\x36\x31\x39\x32\x30\x45\x35\x41\x42\x36\x46\x37\x44\x42\x32\x45\x32\x43\x45\x45\x46\x31\x33\x36\x41\x43\x32\x33\x44\x35\x44\x44\x32\x42\x46\x30\x33\x31\x37\x30\x30\x41\x45\x43\x32\x33\x32\x46\x36\x43\x36\x42\x31\x43\x37\x38\x35\x42\x34\x33\x30\x35\x43\x31\x32\x33\x42\x33\x37\x41\x42"), NULL);
}
{
InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[21];
InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x52\x75\x6E\x74\x69\x6D\x65\x2E\x57\x69\x6E\x64\x6F\x77\x73\x52\x75\x6E\x74\x69\x6D\x65\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x34\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30"), NULL);
}
{
InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[22];
InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x52\x75\x6E\x74\x69\x6D\x65\x2E\x57\x69\x6E\x64\x6F\x77\x73\x52\x75\x6E\x74\x69\x6D\x65\x2E\x55\x49\x2E\x58\x61\x6D\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x34\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30"), NULL);
}
{
InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[23];
InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x52\x75\x6E\x74\x69\x6D\x65\x2E\x49\x6E\x74\x65\x72\x6F\x70\x53\x65\x72\x76\x69\x63\x65\x73\x2E\x52\x75\x6E\x74\x69\x6D\x65\x49\x6E\x66\x6F\x72\x6D\x61\x74\x69\x6F\x6E\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x30\x37\x64\x31\x66\x61\x35\x37\x63\x34\x61\x65\x64\x39\x66\x30\x61\x33\x32\x65\x38\x34\x61\x61\x30\x66\x61\x65\x66\x64\x30\x64\x65\x39\x65\x38\x66\x64\x36\x61\x65\x63\x38\x66\x38\x37\x66\x62\x30\x33\x37\x36\x36\x63\x38\x33\x34\x63\x39\x39\x39\x32\x31\x65\x62\x32\x33\x62\x65\x37\x39\x61\x64\x39\x64\x35\x64\x63\x63\x31\x64\x64\x39\x61\x64\x32\x33\x36\x31\x33\x32\x31\x30\x32\x39\x30\x30\x62\x37\x32\x33\x63\x66\x39\x38\x30\x39\x35\x37\x66\x63\x34\x65\x31\x37\x37\x31\x30\x38\x66\x63\x36\x30\x37\x37\x37\x34\x66\x32\x39\x65\x38\x33\x32\x30\x65\x39\x32\x65\x61\x30\x35\x65\x63\x65\x34\x65\x38\x32\x31\x63\x30\x61\x35\x65\x66\x65\x38\x66\x31\x36\x34\x35\x63\x34\x63\x30\x63\x39\x33\x63\x31\x61\x62\x39\x39\x32\x38\x35\x64\x36\x32\x32\x63\x61\x61\x36\x35\x32\x63\x31\x64\x66\x61\x64\x36\x33\x64\x37\x34\x35\x64\x36\x66\x32\x64\x65\x35\x66\x31\x37\x65\x35\x65\x61\x66\x30\x66\x63\x34\x39\x36\x33\x64\x32\x36\x31\x63\x38\x61\x31\x32\x34\x33\x36\x35\x31\x38\x32\x30\x36\x64\x63\x30\x39\x33\x33\x34\x34\x64\x35\x61\x64\x32\x39\x33"), NULL);
}
{
DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[24];
DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[25];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[26];
AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x6D\x73\x63\x6F\x72\x6C\x69\x62\x2E\x64\x6C\x6C"), NULL);
}
}
static void Locale_t1E6F03093A6B2CFE1C02ACFFF3E469779762D748_CustomAttributesCacheGenerator_Locale_GetText_m9472C71D4F5D9E384D5964D8A2281B9F895F386A____args1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void MonoAssemblyName_tE20314AD2C276E3F43032CF6331539F0C89ED4A6_CustomAttributesCacheGenerator_public_key_token(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C * tmp = (FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C *)cache->attributes[0];
FixedBufferAttribute__ctor_m7767B7379CFADD0D12551A5A891BF1916A07BE51(tmp, il2cpp_codegen_type_get_object(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var), 17LL, NULL);
}
}
static void U3Cpublic_key_tokenU3Ee__FixedBuffer_tB14A2D5EC9933696DC9FA36ED40856172409A82E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
UnsafeValueTypeAttribute_tC3B73880876B0FA7C68CE8A678FD4D6440438CAC * tmp = (UnsafeValueTypeAttribute_tC3B73880876B0FA7C68CE8A678FD4D6440438CAC *)cache->attributes[0];
UnsafeValueTypeAttribute__ctor_mA5A3D4443A6B4BE3B31E8A8919809719991A7EC4(tmp, NULL);
}
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_CustomAttributesCacheGenerator_DynData(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x55\x73\x65\x20\x50\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65\x44\x61\x74\x61\x20\x69\x6E\x73\x74\x65\x61\x64"), NULL);
}
}
static void RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_CustomAttributesCacheGenerator_RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268____Handle_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[1];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x4E\x6F\x74\x20\x69\x6D\x70\x6C\x65\x6D\x65\x6E\x74\x65\x64\x20\x69\x6E\x20\x55\x6E\x69\x78"), NULL);
}
}
static void RegistryValueKind_t94542CBA8F614FB3998DA5975ACBA30B36FA1FF9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RegistryValueOptions_t0A732A887823EDB29FA7A9D644C00B483210C4EA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_CustomAttributesCacheGenerator_SafeWaitHandle__ctor_mABE9A7F29A09ECD2B86643417576C1FF40707601(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45_CustomAttributesCacheGenerator_SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_CreateInstance_mF7973DF9F72812A944D809CC6D439E2C0F1A20D3____lengths1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_GetValue_m9DA3631EBE395B754AAAB5D3D1FBFE45B7173011____indices0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_SetValue_mF938683827C91E7064302B97BBC8E3F58EC65D3B____indices1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_GetValue_m32D91BD95EF941029DFC8418484CC705CF3A0769____indices0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_SetValue_m155453B293707C32AF61EB51F74A2381B91C2847____indices1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_GetUpperBound_m2A1E31C8CD49C3C21E240B6119E96772977F0834(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_UnsafeCreateInstance_m382D8A7ACD5F3EF79A2579F57BC8B63A1E0F61B6____lengths1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_CreateInstance_mAC559A46842AAC4E4C08FAA69E60AA6CCFDEDA64____lengths1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
}
static void RuntimeArray_CustomAttributesCacheGenerator_Array_ConstrainedCopy_mD26D19D1D515C4D884E36327A9B0C2BA79CD7003(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 32767LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, true, NULL);
}
}
static void AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x49\x6E\x6E\x65\x72\x45\x78\x63\x65\x70\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
}
static void AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_CustomAttributesCacheGenerator_AggregateException__ctor_m7F54BA001B4F8E287293E1D5C6EB73D5CCB917DC____innerExceptions0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_CustomAttributesCacheGenerator_AggregateException__ctor_m97E2056C8C62AFBD7D3765B105F7CA0DFD057A8A____innerExceptions1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Action_2_t72E6313162A96F729F4F003F8246DADD5C18BFD2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Action_3_t8140A6367F178061F15F4055A8BCA40393541A2A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Func_1_tB66A3A54F7A3CB45DDFC2A21ECB6B6CD5FC9CD7B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Func_2_t8C79C0C3A7EFB0365BA38FD899BFF5EE4A55B0CE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Func_3_tFF348B8F726F8029B5CF70BB8AF9F2D8CFBAD55F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Func_4_t537E296C9208AF1A8F123F978E9D350F64C495E7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Activator_t1AA661A19D2BA6737D3693FA1C206925035738F8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Activator_tC9A3AD498AE39636340B7AD65BE1C6A2D4F82B51_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[0];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[1];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Activator_tC9A3AD498AE39636340B7AD65BE1C6A2D4F82B51_0_0_0_var), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Activator_t1AA661A19D2BA6737D3693FA1C206925035738F8_CustomAttributesCacheGenerator_Activator_CreateInstance_mF3E09E8AC19EE563314B326117091D4B9CC918C1____args1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void AppDomainUnloadedException_t6B36261EB2D2A6F1C85923F6C702DC756B56B074_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 32767LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, true, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 4LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, true, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_CustomAttributesCacheGenerator_BitConverter_ToUInt16_mC0BC841737707601466D79AD3E1EDEEA8F107525(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_CustomAttributesCacheGenerator_BitConverter_ToUInt32_m0C9F3D9840110CC82D4C18FD882AC5C7EA595366(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_CustomAttributesCacheGenerator_BitConverter_ToUInt64_m31CEAF20A0774C6BB55663CD8A06EBCD4C1F79BC(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Buffer_tC632A2747BF8E5003A9CAB293BF2F6C506C710DE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Buffer_tC632A2747BF8E5003A9CAB293BF2F6C506C710DE_CustomAttributesCacheGenerator_Buffer_Memcpy_m1EDDFF0FB8D566A5923B90008F81AE8DC063FF17(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Buffer_tC632A2747BF8E5003A9CAB293BF2F6C506C710DE_CustomAttributesCacheGenerator_Buffer_Memcpy_mD8D74E169D674343A07E706CE7D5E140676B927F(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CannotUnloadAppDomainException_t65AADF8792D8CCF6BAF22D51D8E4B7AB92960F9C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CharEnumerator_t307E02F1AF2C2C98EE2FFEEE3045A790F2140D75_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 32767LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, true, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void ConsoleModifiers_t8465A8BC80F4BDB8816D80AA7CBE483DC7D01EBE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void ContextBoundObject_tBB875F915633B46F9364AAFC4129DC6DDC05753B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ContextStaticAttribute_t7F3343F17E35F2FD20841A3114D6D8A2A8180FF5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 256LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Base64FormattingOptions_t0AE17E3053C9D48FA35CA36C58CCFEE99CC6A3FA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_m86D637C6D56C9795096B81DB04CEA2C439B8808B(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_mA0B871D849D3C7E204337C1C77E591936F51D7DE(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_m411E3DEF50C6C6BE585CA938D40F2C9ABBACC375(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_mE54EF9524B8BD4785BC86F7A96BBFCD7112F98E5(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_mF45034D33C556583916C37F786A04071419F412E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_m4D8B2966FF51DC9264593B8D975D1501FFEA9D6A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_mDE6BF41DD58769BB0A2DC6158166242FA62B08D7(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_mB9B9BB4A03C693ED2DA6C9FAA0190ED1CEAF76A2(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m0D150AF2219315ECE7DD905DA5B71DD2D79024E3(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mFAFBF33EE73F48B362BD3AC239899962A1AE81F0(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m015CE5F044870DD85FC1187A414CDA1AB4FA287E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m88E88345776937CF7FA00D58EC89E85445CF6F64(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m7C156A01E3FD6C30204EC72E0C81F5CFBF0D7907(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m444EE014DBFEEEC06E0B8516296CBB8FB1F31C9D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m51258423AD29E21302EF937934744AFEAEAEA1F0(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mE25CA9743E15029DB477DDAFD59BA19A5E9EDD36(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m3BDEE233C58384D6DC9CAB41CAC23A2332107DAD(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m829C88A1B586875662FE4586A6B98D12E302ECFF(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m9B35D657468096ADC37CE585DA26F301FCFBBA65(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m138B4609AB5BF2366F57EEAA358A24F09BC1E997(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mEE60B13427EF3BD4ED1671815B08247F3228C696(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mA1092B032DF28586747594C77A3487837C7EBA2D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_m5F8AD3F9A0309E97E4CC628A95381EAFDC585CE0(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_mCA708BCD3047314F2ACB24FF7AC6259A6959FD8D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_mAA76E8D1214ABB6B117B082F28097D5CCCC5E7D9(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_mEF7B3E62394B2746ADFACE8DA152F0065B83EBEA(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_m66A97583509D585EDC6CC442980221DF59227E8D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_mB122C5CC3864046ECD477E1320C9A9BE5882E485(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_m1B573BC2A10448288F43B9835CE94F34228ABADF(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_m5F3A999C3D5A3142119723ED36D147F294F6D054(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m5D8C37C605ABD7DFB52EB26E9C00CA6C490CC99A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mA942A45162BE2BCB2E470174D6696AD7590E20DC(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m2C0380D82FEEB5D51625D33EF9C7C8E8DF78D8BC(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m5A83EEED2127FC30B979783CF57B9C350E5D8937(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m1D3CF6289026118B455490A549A72CFFA7E760A4(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m4B96EF800076AAD5E03397AF65B91C316E117175(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mD29FE8C80080BE4F1D7FA65A7589B9368150B3DC(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m5394B3E695BD2687ED3B3D5924BD0166C4F0D686(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m1345102C341244915FECC94DE502932CFD1B4083(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m1E4443DE6A7DF149C0FDF4BBAF5FA15965DE7CB4(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m09477C9C3EED9217BBEEF98CDEDB94F49E1C0B9A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mDE03BBC98757C997C18E7A6C9C768AB227A58692(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mC880D29196FCEBDEE599D74C512268610DB5DC45(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m9303A4568DEF42AC1C9EA0244DB8C8ADA1C178B4(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt32_mEE9189C38DB7737892F35EAE2FA183E918DC5C70(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt32_m9001CCFB0D7C79F69FEA724C3D2F40482FC34A2E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt32_mE63F9CAAF05C1FFE41933FB2149B3DBAB7F1E4D7(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m7AE138855D24ECF14E92DA31F13E24C86ED0B3BD(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m1BB648A7C83181E903CE4B085D5C1B0632B4F26C(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mF790134D2BBE7C64241E4B398D82AFFE64B08DF3(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mF0C89AA5332B4EC293477EEC70ED25776B6686B9(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m1398DB3167B924B7CBBEE2D8D4D4F5476AB27499(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mEEC7840C89CE870AC02BE1C8D79F0A9D8423B15B(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m65BD345D89128BCD42A6E1A9A278F6BDBCF4778B(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m392A84EC18940F673EE5A2448E7CEAE48FD4E07D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mA38C43C03B8030EFE234825FC0D23E8B081089C9(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mD97A8501E8D2A539ADBD77E91629BADE142746E7(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mFEDBDBAD201205F67280257EF6C33DF10A138D3A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m74E7913DC9551D6EF6AC8EC626621DF6EFC22F6A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m70BE392205C80D2F3A5B6E6915C5A4C9D55D5F31(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m934AA2243DAC1FF0AE4CA7DBF62AC2AEEE2EAA1D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mC3C50D97B90EDAB2AEE39E35B1A74571A893BD6C(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_m5D65D7675174FDB8D98ABC3E2351A02F978A5BB4(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_mF7AD798F6AADE38A401AFF5DBCCCB129E8494C3C(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_m2EE945BEFB9DB1C13DE8C0ACD988753D42C8D021(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_mE4C25BC93E1B36F3693C39D587C519864D457CC0(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m37E5BD172BE585136D4A89ABA321EDD5C4BB8E5B(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mF48D6D19E7A231DEDA8EA62F6A53F1A7C1588EB5(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m272F4A787DB6E15CE656FA41A1969A6D6EE38516(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mC7ADBB6D5EB6E6CAB400BD5565776CB91086451D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m37B61A58D0E28B330FBEB2DBABBAB5973F68114A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m2B43CF23CCEC442E274896624C1BDF2A402EE02F(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mDDD5F210D7F93B172D0C94E1214B6B076E2B36A5(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m4E6CFEBFC620FD3705A52853CDAECC5F6AB5423F(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m7E663B2DD9A15D6F486B6C36A43751CBFC922CA4(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m865589CA109CD4AA7779AB1A687ADDB5A5D3F9FA(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m05C60D4A38E758137E3742CB080494F754D4D1EA(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m43D8321B04B4743CBEE87E0FC9880168E0DF70D8(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m7DDDC1C02ABA90D27C99E32F3B37AAC3BD9A0534(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mFD54BD149B59A8B5D9C450A189153076E4B79440(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_m495926028BC41069676B59C1CB479048FFCE5834(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_mB767A170507EF8B5182EB8FFBB1BB9A9880E5A49(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_m6CF965DD8635683E09A301B0F5EF47591D99C029(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_m2707DCAA0A3F11FEAA560D96D9D7B1762B94976E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_mF4AAA8F4EB9D25E498DF7B4238C0BA0C34741032(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_m083DF4DAF8E61D852F8F5A54146EA55B3F3FCEF9(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_m3BEBABAC9CB4B1EEACAFABCEB67C16716301605A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_m86603A17B3E797680B99A74854ABBEC5A4A1BAC2(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_m0A9D016AE0142FD8ABDF5B588DA98983FA08DDBE(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_m00DA2C26A1F2A28E18D73CA3A07D60A6C8AB9F97(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_mA294EF9BA1A3490F1E3A4F0A1C0788023A87F666(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_m9DCDF48A1D0022484341F81107063C41065C2EB4(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBase64String_mD4A8D8E1E0B5A16E3BCE9261B725323BD3C10481(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DayOfWeek_t9E9D87E7A85C119F741167E9F8C613ABFB0A4AC7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Zero(CustomAttributesCache* cache)
{
{
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * tmp = (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A *)cache->attributes[0];
DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(tmp, 0, 0, 0LL, 0LL, 0LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_One(CustomAttributesCache* cache)
{
{
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * tmp = (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A *)cache->attributes[0];
DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(tmp, 0, 0, 0LL, 0LL, 1LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_MinusOne(CustomAttributesCache* cache)
{
{
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * tmp = (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A *)cache->attributes[0];
DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(tmp, 0, 128, 0LL, 0LL, 1LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_MaxValue(CustomAttributesCache* cache)
{
{
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * tmp = (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A *)cache->attributes[0];
DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(tmp, 0, 0, 4294967295LL, 4294967295LL, 4294967295LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_MinValue(CustomAttributesCache* cache)
{
{
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * tmp = (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A *)cache->attributes[0];
DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(tmp, 0, 128, 4294967295LL, 4294967295LL, 4294967295LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_NearNegativeZero(CustomAttributesCache* cache)
{
{
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * tmp = (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A *)cache->attributes[0];
DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(tmp, 27, 128, 0LL, 0LL, 1LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_NearPositiveZero(CustomAttributesCache* cache)
{
{
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A * tmp = (DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A *)cache->attributes[0];
DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(tmp, 27, 0, 0LL, 0LL, 1LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal__ctor_m86DF983361BF52A325182A5E8BAD9158612DA25E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal__ctor_mC63C39741FDF4CC711673E5F049B94B7EE6092C7(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_OnSerializing_mB0216C33B015B1B1C8C4D7CDAFCABED176AFF2FA(CustomAttributesCache* cache)
{
{
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * tmp = (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 *)cache->attributes[0];
OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961(tmp, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_FCallCompare_mAABC8684F72F35296DB4E9E03AD96DDF69729E87(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToSByte_m35179C4D16B520C61820F75E28EFD624B5B2FCB4(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToUInt16_m3726A7ADFBB46037BCC6C381F9D6F7487434693A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToUInt32_m0951408F30AC6469AEFCF3CBB2AEEA9DFE7E9ACF(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToUInt64_m9A64AF27192051706780084D13BC23FB4661675C(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_m2AED617F12BF8DEE280DAAD8EF4CC28683CE26AC(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_m776401271B1CD40DE2190C55A4951BE0CDCD7FA8(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_mA622D8D2205D54F677510EEC351DC69222DDBBDA(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_mA1E5D88789E76B64229A4665544AD4C5738432AA(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void U3CU3Ec_t8E13ABBD257B1FDD18CD40A774D631087D521F67_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void DivideByZeroException_tEAEB89F460AFC9F565DBB5CEDDF8BDF1888879E3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_CustomAttributesCacheGenerator_Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_GetName_mA141F96AFDC64AD7020374311750DBA47BFCA8FA(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_IsDefined_m70E955627155998B426145940DE105ECEF213B96(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_ToString_m8A1CAA6A4DECA3CC906A80BC53E7B1EDB8427D30(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x54\x68\x65\x20\x70\x72\x6F\x76\x69\x64\x65\x72\x20\x61\x72\x67\x75\x6D\x65\x6E\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x75\x73\x65\x64\x2E\x20\x50\x6C\x65\x61\x73\x65\x20\x75\x73\x65\x20\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x53\x74\x72\x69\x6E\x67\x29\x2E"), NULL);
}
}
static void Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_ToString_m96B8DDAB9333B6411FF79FA8BCFB8579FBD70070(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x54\x68\x65\x20\x70\x72\x6F\x76\x69\x64\x65\x72\x20\x61\x72\x67\x75\x6D\x65\x6E\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x75\x73\x65\x64\x2E\x20\x50\x6C\x65\x61\x73\x65\x20\x75\x73\x65\x20\x54\x6F\x53\x74\x72\x69\x6E\x67\x28\x29\x2E"), NULL);
}
}
static void EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Exception_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Exception_tB9654EDC09A9E5146FDEF0069A8723EC5B58D734_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[0];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[1];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Exception_tB9654EDC09A9E5146FDEF0069A8723EC5B58D734_0_0_0_var), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Exception_t_CustomAttributesCacheGenerator_s_EDILock(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
}
}
static void Exception_t_CustomAttributesCacheGenerator__safeSerializationManager(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 4LL, NULL);
}
}
static void Exception_t_CustomAttributesCacheGenerator_Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Exception_t_CustomAttributesCacheGenerator_Exception_OnDeserialized_m3DED4560F8BE94043A0F2F9E5A34A3A7424C36B6(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void ExecutionEngineException_t5D45C7D7B87C20242C79C7C79DA5A91E846D3223_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[1];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x54\x68\x69\x73\x20\x74\x79\x70\x65\x20\x70\x72\x65\x76\x69\x6F\x75\x73\x6C\x79\x20\x69\x6E\x64\x69\x63\x61\x74\x65\x64\x20\x61\x6E\x20\x75\x6E\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x66\x61\x74\x61\x6C\x20\x65\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x68\x65\x20\x72\x75\x6E\x74\x69\x6D\x65\x2E\x20\x54\x68\x65\x20\x72\x75\x6E\x74\x69\x6D\x65\x20\x6E\x6F\x20\x6C\x6F\x6E\x67\x65\x72\x20\x72\x61\x69\x73\x65\x73\x20\x74\x68\x69\x73\x20\x65\x78\x63\x65\x70\x74\x69\x6F\x6E\x20\x73\x6F\x20\x74\x68\x69\x73\x20\x74\x79\x70\x65\x20\x69\x73\x20\x6F\x62\x73\x6F\x6C\x65\x74\x65\x2E"), NULL);
}
}
static void FieldAccessException_t88FFE38715CE4D411C1174EBBD26BC4BC583AD1D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 16LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void GC_tD6F0377620BF01385965FD29272CF088A4309C0D_CustomAttributesCacheGenerator_GC_KeepAlive_m16C41A64E08E35865A249CB5479A37BACBEDC75C(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void GC_tD6F0377620BF01385965FD29272CF088A4309C0D_CustomAttributesCacheGenerator_GC__SuppressFinalize_m7794BF47AA230066FDFD8B481563D371E9FEFF55(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void GC_tD6F0377620BF01385965FD29272CF088A4309C0D_CustomAttributesCacheGenerator_GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void DTSubString_t17C1E5092BC79CB2A5DA8B2B4AB2047B2BE51F74_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void ParseFlags_tAA2AAC09BAF2AFD8A8432E97F3F57BAF7794B011_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void Guid_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void GuidStyles_tA83941DD1F9E36A5394542DBFFF510FE856CC549_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void ICustomFormatter_t688AE8581BC1D963C0649E9692E95285407EC930_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IDisposable_t099785737FC6A1E3699919A94109383715A8D807_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Int16_tD0F031114106263BB459DA1F099FF9F42691295A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InvalidProgramException_tB6929930C57D6BA8D5E5D9E96E87FE8D55563814_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Sqrt_mD6CCDF8ACF809141FD5382F91C657B73F6DD7590(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Max_mEB87839DA28310AE4CB81A94D551874CFC2B1247(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Min_mED21323DC72FBF9A825FD4210D4B9D693CE87FCF(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void MemberAccessException_tD623E47056C7D98D56B63B4B954D4E5E128A30FC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodAccessException_tA3EEE9A166E2EEC8FDFC4F139CF37204C16502B6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MissingFieldException_t608CFBD864BEF9A5608F5E4EE1AFF009769E835A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MissingMethodException_t84403BAD115335684834149401CDDFF3BDD42B41_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MulticastNotSupportedException_tCC19EB5288E6433C665D2F997B5E46E631E44D57_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 256LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Number_tEAB3E1B5FD1B730CFCDC651E7C497B4177840AF2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Number_tEAB3E1B5FD1B730CFCDC651E7C497B4177840AF2_CustomAttributesCacheGenerator_Number_TryStringToNumber_mA7B8C514818E24447A835DDEDF4ED4552C2D4E12(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void NumberBuffer_t5EC5B27BA4105EA147F2DE7CE7B96D7E9EAC9271_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 6140LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2048LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, true, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RankException_t160F1035CA1CA35C8BCB8884481DE21E20F13E4C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_GetConstructors_m2372DD53472A92140806E6683A1CC248CE3378A5(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_IsSubclassOf_m506F21ECC1A7CB9B810E5C78D9AD80CC76CBE90D(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_MakeGenericType_m0E98F4004C2BE0B6B3138E21D3B3AC39CD2FF6E9____instantiation0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_InvokeMember_m6B5B596D74AE4A4C13855CF0B12A17A91B745B53(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[1];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_CreateInstanceDefaultCtor_m811ABC42B0A55DCCA20EEBC0DEDF7943A6E93859(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[1];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void ListBuilder_1_tA44CA725E70A124CE768D96598E372B5AD5DEA1B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_CustomAttributesCacheGenerator_SByte_Parse_mA51CD860E0C994ED05897B53F0F98814F20BDFEA(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_CustomAttributesCacheGenerator_SByte_Parse_m340C28DB1690DF69E37EE049EC507E079EDEBC35(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 4124LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_CustomAttributesCacheGenerator_Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x43\x68\x61\x72\x73"), NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Join_m8846EB11F0A221BDE237DE041D17764B36065404____value1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_EqualsHelper_m01FB804A70A0114AA0A6CB45EC662BF19CAF3E6F(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Equals_mD31CDA8F8D70CC411B81C96BCE2EAEC89185BFDB(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_GetHashCode_m80FFD47000310E86C7DA9DF05B7C30F8A0886836(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_GetLegacyNonRandomizedHashCode_m87E7D2870C7EE30A7C1AEDE3371BF5F85B43DAB4(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B____separator0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_SplitInternal_m89D64DA2B035DDAE02A7BF8AF749B985D08EA917(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC____trimChars0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E____trimChars0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String__ctor_m21F3B56D91D7739583CD3815A53B431274E99FA9(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String__ctor_m83BB150696B162217CFC29667E85C2EE9A61F78E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String__ctor_m00DB3FA7C041C9180E6E4EB44203CA0C20F36D27(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B____args1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21____args2(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306____args0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void String_t_CustomAttributesCacheGenerator_String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9____values0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE_CustomAttributesCacheGenerator__options(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
}
}
static void SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void STAThreadAttribute_t8B4D8EA9819CF25BE5B501A9482A670717F41702_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 256LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TimeZoneInfoOptions_tF48851CCFC1456EEA16FB89983651FD6039AB4FB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x72\x65\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x35\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x37\x63\x65\x63\x38\x35\x64\x37\x62\x65\x61\x37\x37\x39\x38\x65"), NULL);
}
}
static void Type_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Type_t30BBA31084CCFC95A50480F211E18B574579F036_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[0];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Type_t30BBA31084CCFC95A50480F211E18B574579F036_0_0_0_var), NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Type_t_CustomAttributesCacheGenerator_Type_GetConstructor_m431C5B94038B64017D31B27FEEB9901B9D17EA80(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Type_t_CustomAttributesCacheGenerator_Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Type_t_CustomAttributesCacheGenerator_Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Type_t_CustomAttributesCacheGenerator_Type_GetConstructors_mDF1DC297CC7B564634E548624DABCE56575FCBEC(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Type_t_CustomAttributesCacheGenerator_Type_MakeGenericType_mF10E4461F281347AC912AA19C83184615350C13D____typeArguments0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void Type_t_CustomAttributesCacheGenerator_Type_IsSubclassOf_m3F3A0297CC82A5E6D4737ABB3EFD3D72D95810D2(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypedReference_tE1755FC30D207D9552DE27539E907EE92C8C073A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypedReference_tE1755FC30D207D9552DE27539E907EE92C8C073A_CustomAttributesCacheGenerator_TypedReference_MakeTypedReference_mFC8209BDFD5774AD3FB85CE792D51C3565CE45DC(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void TypedReference_tE1755FC30D207D9552DE27539E907EE92C8C073A_CustomAttributesCacheGenerator_TypedReference_SetTypedReference_m90CA08D6713E65B6AC67BAAEECFC5BA72096E47C(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_CustomAttributesCacheGenerator_UInt16_Parse_m286F1944E7457B74F5DF9732C86307476BC91B8A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_CustomAttributesCacheGenerator_UInt16_Parse_m8BAD4AFB0863C839FB5CFF04A061B5C31BE9CEA5(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_CustomAttributesCacheGenerator_UInt32_Parse_m0459E23B10AC17C8F421A7C3E2FAC841E1D95DAF(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_CustomAttributesCacheGenerator_UInt32_Parse_mFC8BF9D6931B24BE8BFCF37058411F332F344F4A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_CustomAttributesCacheGenerator_UInt64_Parse_mE803A7F2BA4C7147A7EF71410DAA923F666C9E97(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_CustomAttributesCacheGenerator_UInt64_Parse_m6E31F78FCE08E5CB30C9E79C5010D4C37D17F246(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UnhandledExceptionEventArgs_tFA66D5AA8F6337DEF8E2B494B3B8C377C9FDB885_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UnhandledExceptionEventArgs_tFA66D5AA8F6337DEF8E2B494B3B8C377C9FDB885_CustomAttributesCacheGenerator_UnhandledExceptionEventArgs_get_ExceptionObject_mCC83AA77B4F250C371EEE194025341F757724E90(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void UnhandledExceptionEventArgs_tFA66D5AA8F6337DEF8E2B494B3B8C377C9FDB885_CustomAttributesCacheGenerator_UnhandledExceptionEventArgs_get_IsTerminating_m03D01B9DA7570BA62A3DED6E4BAADC9248EDA42E(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_type_resolve_in_progress(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_assembly_resolve_in_progress(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_assembly_resolve_in_progress_refonly(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator__principal(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AssemblyLoad(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AssemblyResolve(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_DomainUnload(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_ProcessExit(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_ResourceResolve(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_TypeResolve(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_UnhandledException(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_FirstChanceException(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_ReflectionOnlyAssemblyResolve(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_add_DomainUnload_mE808522233A3DFCFBC771C2CB69544808938A134(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_remove_DomainUnload_m8B8EF75BE8C7FB6FB8A72C575BCA0A5FDFDC5495(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_add_UnhandledException_mCF60CDF3EFDFC0C7757CE33C59B3C4B59948FB9E(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_remove_UnhandledException_m70A5E5DE70CEFA69568659BF6CC298D6C7DF3E19(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void CLRConfig_tF2AA904257CB29EA0991DFEB7ED5687982072B3D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Environment_tBCC20ED506D491BFC121CAEA0AAD63D421BDC32C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Environment_tBCC20ED506D491BFC121CAEA0AAD63D421BDC32C_CustomAttributesCacheGenerator_Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602____values1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void Environment_tBCC20ED506D491BFC121CAEA0AAD63D421BDC32C_CustomAttributesCacheGenerator_Environment_get_Platform_m334D94CB29FAA58A9AD87CF44C01B6B2201CDD0F(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void SpecialFolder_t6103ABF21BDF31D4FF825E2761E4616153810B76_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[0];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8_CustomAttributesCacheGenerator_U3CTargetFrameworkNameU3Ek__BackingField(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AssemblyLoadEventArgs_tD98BB6DC3D935FD1EBF381956ECABA2009ADE08F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Delegate_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 2LL, NULL);
}
}
static void Delegate_t_CustomAttributesCacheGenerator_Delegate_Combine_m9C45BA635FB474C637D0D5C74F6925E394828ACF(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Delegate_t_CustomAttributesCacheGenerator_Delegate_Combine_m9C45BA635FB474C637D0D5C74F6925E394828ACF____delegates0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr__ctor_m2CDDF5A1715E7BCFDFB6823D7A18339BD8EB0E90(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_ToInt64_m521F809F5D9ECAF93E808CFFFE45F67620C7879A(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[1];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 2LL, 1LL, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void IntPtr_t_CustomAttributesCacheGenerator_IntPtr_IsNull_m4F73FDEC9D6C90AE4CFEE3A10EBFA887E361A983(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MonoCustomAttrs_t67893E3BB245F2047816008E6CF61ACD3763F5C3_CustomAttributesCacheGenerator_usage_cache(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void MulticastDelegate_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Nullable_t0CF9462D7A47F5F3187344A76349FBFA90235BDF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void NumberFormatter_t048A6D70E54D87C0C5FFA05784436A052F9E6F24_CustomAttributesCacheGenerator_threadNumberFormatter(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void NumberFormatter_t048A6D70E54D87C0C5FFA05784436A052F9E6F24_CustomAttributesCacheGenerator_userFormatProvider(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void RuntimeObject_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[0];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 2LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeObject_CustomAttributesCacheGenerator_Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void RuntimeObject_CustomAttributesCacheGenerator_Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeArgumentHandle_t190D798B5562AF53212D00C61A4519F705CBC27A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96_CustomAttributesCacheGenerator_RuntimeFieldHandle_Equals_mBB387FE125047ADE719418F6D25F9779E2D07E73(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RuntimeMethodHandle_t8974037C4FE5F6C3AE7D3731057CDB2891A21C9A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeMethodHandle_t8974037C4FE5F6C3AE7D3731057CDB2891A21C9A_CustomAttributesCacheGenerator_RuntimeMethodHandle_Equals_m639E73A6692A6EE4540DE1319461B7FB055C1D9B(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9_CustomAttributesCacheGenerator_RuntimeTypeHandle_Equals_m7BC7A0A4579326297F87FF35F32656EA58CB53E5(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_CustomAttributesCacheGenerator__cachedStack(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_CustomAttributesCacheGenerator_ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA____args1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DisplayNameFormat_tF42BE9AF429E47348F6DF90A17947869EF4D0077_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void UIntPtr_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetByteCount_m331FB5D9B899BC667D536F751716D576660074AC(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetBytes_mE203312C31EA9965537174D4BAA94CB4AA614C44(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetCharCount_mFED78F1D58AE8E8B7EF5BEA847548FB1185A0962(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetChars_m1E461A05F3A58F9FBD89049C0C10BE65B8DD63F7(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetDecoder_m4CA38A57D90987C733764D97446BA50E85D2BC0D(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetEncoder_mC0EA883CC905EFD1E122158CF641B97FD19F0A9A(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_Reset_m692F351D3B56E7C3C179CD7F5B1C690B29F04A7E(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_GetCharCount_mC1246B4927B939CAFA67D92D177D3E385AA4B089(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_GetCharCount_m157240E37CC7F06AC253C000688F311C350923D3(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_GetChars_mEB5AC943905D4EC35A80DC6B3946128CD413D859(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370____Fallback_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370____FallbackBuffer_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_Reset_mB34EEA2C53A990E660CDEC50DB6368B8E64B55FB(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_GetByteCount_m0B655A967580578051AA5297A238949C0646E6B1(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_GetBytes_m3BA7B16251ACB8195AA00A51C4C80E55F12FEEE8(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A____Fallback_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A____FallbackBuffer_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_m_isReadOnly(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_encoderFallback(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_decoderFallback(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_OnDeserializing_mA8FFABEF5EA99674BA5C17B22CAC088AFE646464(CustomAttributesCache* cache)
{
{
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * tmp = (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 *)cache->attributes[0];
OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A(tmp, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_OnDeserialized_mCDFC762749CD0B504F226774427601B2D6625B7C(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_OnSerializing_m8AD4019B92ADDF572A2AEF6085281543F584DD87(CustomAttributesCache* cache)
{
{
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * tmp = (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 *)cache->attributes[0];
OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961(tmp, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_Clone_mAF660FD2985F6F656F1EAEBF27A2BA96FEA0E077(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetByteCount_m3B617193D1C8E85F7521910A2662E0A553A286E6(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetBytes_m8ED224BFC198A95EA18A20B4B589F6F8EE51151A(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetCharCount_mA5D03B84B109ABBF66B3ACF8C59C92E27C7F2093(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetChars_m8FB4390427AAE238197B67614927F547F36CD3FD(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827____EncoderFallback_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827____DecoderFallback_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827____IsReadOnly_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void EncodingNLS_t6F875E5EF171A3E07D8CC7F36D51FD52797E43EE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EncodingProvider_t9032B68D7624B1164911D5084FA25EDE3DCC9DB9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StringBuilder_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x43\x68\x61\x72\x73"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_AppendLine_m4FBF9761747825683B04B18842DF906473EEF7C8(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_AppendFormat_m97C4AAABA51FCC2D426BD22FE05BEC045AB9D6F8____args1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_Append_m7D5B3033AE7D343BFCB2F762A82A62F512ECC16F(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void StringBuilderCache_t43FF29E2107ABA63A4A31EC7399E34D53532BC78_CustomAttributesCacheGenerator_CachedInstance(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_isThrowException(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_OnDeserializing_m81F4EFEA3B62B8FC0E04E2E5DEC5FE7E501CF71E(CustomAttributesCache* cache)
{
{
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * tmp = (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 *)cache->attributes[0];
OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A(tmp, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetByteCount_m3E449BD96A221BF15B2D6282BD2C8D65AFA6D086(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetBytes_mB00B44472B9EAA3BBF74597725E8388B4E64BD81(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetCharCount_m05B22F0B75FB1818D0ECA783D0F469370FF8756D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetChars_m6CCFD0186F6D53877C0D476744C0C8D4C7594C92(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetString_mB3D4153EE3B9394117E1BFEED6D5F130D8BD0911(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetEncoder_m27CC00961435FF9EDB7E04240DCD44909CE5066E(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetByteCount_m178AC4490C1F2770F7D751C837227FF191956251(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetBytes_mFEE7E307FF41C4B496C1224D75A7D08CED458DDA(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetCharCount_mDA6818B955B1C29F7282F2E1F39A6D9DFB1BB70D(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetChars_mA4CD413383FBC2A3925B69ABCF15C777739B2355(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_m_allowOptionals(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_OnDeserializing_m3615BEC1BBE4495293D9DA3F0A5FD1B18597CC39(CustomAttributesCache* cache)
{
{
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * tmp = (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 *)cache->attributes[0];
OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A(tmp, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_OnDeserialized_mB6F24A4458B69FA3ACEC7B304482DDF59D0A76AF(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_Equals_mA0B3E01A32ED05A4A636045A20C8EFBF4BE4F26E(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetHashCode_m0A087FA923A1DAD834E907453F4DCB64C3AD0B93(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetByteCount_mE8D7F0870F10BA1A96D738ABCE1D2E64CBAFA121(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetByteCount_mF30EE45165D30BAC303EE56629D2FDAD9B553206(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetBytes_m28592856FF3245A63BC43F9F1BD65451AF513A87(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetBytes_m9BC322DF5045EC062CDCC75A831BD73B97B2EBFF(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetCharCount_m3022BAAFD5B00FA654A7D886A69992957044937E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetChars_m4DD74C5AEC962CABA1E0E483BA7477883A661B25(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetString_mB0DCBA8AC0E59479471535E363304D5387CC76D9(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetByteCount_m3B661202474625333EA56339E8C768F2D7A2E760(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetBytes_m89AC716B31C13B8C9D9AF0FA9143C368DFC4EED4(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetCharCount_m681B8B59428AC6437FE6AFE236179B66D0685842(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetChars_m5A65523BA10FCE415727C13E226CAC1AFEE6278A(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetString_mB2980CCD5B25BCEA48A8A88448FA9D0326CE5AAE(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void EncodingHelper_tC74BF8FA85B5E9051C84B21C3FE278233ED21A3E_CustomAttributesCacheGenerator_EncodingHelper_InvokeI18N_m32000499B17B72B5A86CB35D0DAE80B99B3AE552____args1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void NormalizationForm_tCCA9D5E33FA919BB4CA5AC071CE95B428F1BC91E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IResourceReader_tB5A7F9D51AB1F5FEC29628E2E541338D44A88379_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceSets(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x63\x61\x6C\x6C\x20\x49\x6E\x74\x65\x72\x6E\x61\x6C\x47\x65\x74\x52\x65\x73\x6F\x75\x72\x63\x65\x53\x65\x74\x20\x69\x6E\x73\x74\x65\x61\x64"), NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_UseSatelliteAssem(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator__fallbackLoc(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator__callingAssembly(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_m_callingAssembly(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 4LL, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceManager_OnDeserializing_m1F8657BB57A6EE7C1F3D8CEB63794AF671DC894B(CustomAttributesCache* cache)
{
{
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * tmp = (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 *)cache->attributes[0];
OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A(tmp, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceManager_OnDeserialized_mECC058E7BA4EA07D4BB5017640DC165F8F17D717(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceManager_OnSerializing_mA2B7D59B4FD29B68926081D0E5C9EAF39C61C3F8(CustomAttributesCache* cache)
{
{
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * tmp = (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 *)cache->attributes[0];
OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961(tmp, NULL);
}
}
static void ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F_CustomAttributesCacheGenerator_ResourceSet_GetEnumerator_m2164EE77D4370A305905A1733A97333657643BEB(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CustomAttributeExtensions_t7EEBBA00B9C5B3009BA492F7EF9F8A758E3A2E40_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
}
}
static void CustomAttributeExtensions_t7EEBBA00B9C5B3009BA492F7EF9F8A758E3A2E40_CustomAttributesCacheGenerator_CustomAttributeExtensions_GetCustomAttribute_m6CC58E7580DB6F8280968AEF3CD8BD8A2BF27662(CustomAttributesCache* cache)
{
{
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
}
}
static void CustomAttributeExtensions_t7EEBBA00B9C5B3009BA492F7EF9F8A758E3A2E40_CustomAttributesCacheGenerator_CustomAttributeExtensions_GetCustomAttribute_m1009DE9BFFFB33F988A5875E6890E9FE1EC06AC2(CustomAttributesCache* cache)
{
{
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
}
}
static void AmbiguousMatchException_t621C519F5B9463AC6D8771EE95D759ED6DE5C27B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 2LL, NULL);
}
}
static void BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void CallingConventions_t9EE04367ABED67A03DB2971F80F83D3EBA9C04E0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1036LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EventAttributes_tB9D0F1AFC5F87943B08F651B84B33029A69ACF23_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FieldAttributes_tEB0BC525FE67F2A6591D21D668E1564C91ADD52B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void GenericParameterAttributes_t9B99651DEB2A0F5909E135A8A1011237D3DF50CB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InvalidFilterCriteriaException_t7F8507875D22356462784368747FCB7B80668DFB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void PInvokeAttributes_tEB10F99146CE38810C489B1CA3BF7225568EDD15_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MemberInfo_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_MemberInfo_t60D0B61D60A9DACEDD0ACD85D9BE096D62494243_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[0];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_MemberInfo_t60D0B61D60A9DACEDD0ACD85D9BE096D62494243_0_0_0_var), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[2];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
}
static void MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void MethodAttributes_t1978E962D7528E48D6BCFCECE50B014A91AAAB85_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodBase_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_MethodBase_t3AC21BBE45067B3CD49C3258E90EF98945AD4631_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[1];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_MethodBase_t3AC21BBE45067B3CD49C3258E90EF98945AD4631_0_0_0_var), NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[2];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
}
static void MethodBase_t_CustomAttributesCacheGenerator_MethodBase_GetGenericArguments_m3FC39EAA0C630F97A6CE74F0D9020E33C979747A(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodBase_t_CustomAttributesCacheGenerator_MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[1];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void MethodBase_t_CustomAttributesCacheGenerator_MethodBase_t____IsConstructor_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ExceptionHandlingClauseOptions_tFDAF45D6BDAD055E7F90C79FDFB16DC7DF9259ED_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void MethodImplAttributes_t01BE592D8A1DFBF4C959509F244B5B53F8235C15_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodImplAttributes_t01BE592D8A1DFBF4C959509F244B5B53F8235C15_CustomAttributesCacheGenerator_AggressiveInlining(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void MethodInfo_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_MethodInfo_tBD16656180C70B2B4FECEFE3D9CABEDB478452F3_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[0];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_MethodInfo_tBD16656180C70B2B4FECEFE3D9CABEDB478452F3_0_0_0_var), NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodInfo_t_CustomAttributesCacheGenerator_MethodInfo_GetGenericArguments_mB19B6E6A3E7F9F7AD9AC83EF11867539216267DD(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodInfo_t_CustomAttributesCacheGenerator_MethodInfo_GetGenericMethodDefinition_m1CF1A01681A81DDE9F769C7D359D6E7F2C18F24B(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodInfo_t_CustomAttributesCacheGenerator_MethodInfo_MakeGenericMethod_m0C97A27EE4EF0481A048E4EB818B2C89A8F0E095____typeArguments0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void Missing_t053C7B066255E5D0AC65556F9D4C9AF83D4B1BA2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void PropertyAttributes_tD4697434E7DA092DDE18E7D5863B2BC2EA5CD3C1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TargetException_t24392281B50548C1502540A59617BC50E2EAF8C2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeAttributes_tFFF101857AC57180CED728A4371F4214F8C67410_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void TypeAttributes_tFFF101857AC57180CED728A4371F4214F8C67410_CustomAttributesCacheGenerator_WindowsRuntime(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F_CustomAttributesCacheGenerator_TypeInfo__ctor_m7BFA70185DD32BC2374ABEE11BDE0D3DFFB5398E(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Assembly_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Assembly_tF07ADC96EE1051683DB991C21279C95DFF104AD4_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[2];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Assembly_tF07ADC96EE1051683DB991C21279C95DFF104AD4_0_0_0_var), NULL);
}
}
static void Assembly_t_CustomAttributesCacheGenerator_Assembly_LoadWithPartialName_m07596289895FF0CC16E6C0FA71A1A46D5C8F9B39(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x54\x68\x69\x73\x20\x6D\x65\x74\x68\x6F\x64\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2E\x20\x50\x6C\x65\x61\x73\x65\x20\x75\x73\x65\x20\x41\x73\x73\x65\x6D\x62\x6C\x79\x2E\x4C\x6F\x61\x64\x28\x29\x20\x69\x6E\x73\x74\x65\x61\x64\x2E\x20\x68\x74\x74\x70\x3A\x2F\x2F\x67\x6F\x2E\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x63\x6F\x6D\x2F\x66\x77\x6C\x69\x6E\x6B\x2F\x3F\x6C\x69\x6E\x6B\x69\x64\x3D\x31\x34\x32\x30\x32"), NULL);
}
}
static void Assembly_t_CustomAttributesCacheGenerator_Assembly_t____IsFullyTrusted_PropertyInfo(CustomAttributesCache* cache)
{
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[0];
MonoTODOAttribute__ctor_mF1C66FADE47BC6D5A613AE0F10A1BD5BE62C2CF7(tmp, NULL);
}
}
static void AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AssemblyName_t1687C68B10D76854B05D1DB74066A4FE7639A857_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[2];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_AssemblyName_t1687C68B10D76854B05D1DB74066A4FE7639A857_0_0_0_var), NULL);
}
}
static void ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ConstructorInfo_tCC1F4119636A34A55344B040BFFA4E3B15E6CB46_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[0];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_ConstructorInfo_tCC1F4119636A34A55344B040BFFA4E3B15E6CB46_0_0_0_var), NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_ConstructorName(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_TypeConstructorName(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[1];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B____MemberType_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85_CustomAttributesCacheGenerator_CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85____Constructor_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85_CustomAttributesCacheGenerator_CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85____ConstructorArguments_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CustomAttributeFormatException_t16E1DE57A580E900BEC449F6A8274949F610C095_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EventInfo_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_EventInfo_t3642660B5635799CA7BE30DC10399086FFEBD8B9_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[0];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_EventInfo_t3642660B5635799CA7BE30DC10399086FFEBD8B9_0_0_0_var), NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EventInfo_t_CustomAttributesCacheGenerator_EventInfo_AddEventHandler_mA9BF5264C540C7565FC7B10EA25D7BF1778C89A1(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[1];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void EventInfo_t_CustomAttributesCacheGenerator_EventInfo_RemoveEventHandler_mF6953CF82405EA15B5B4D1EFC6A0D211B00B62FE(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[1];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void ExceptionHandlingClause_t5ECB535787E9B1D0DF95061E051CAEDDBB363104_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FieldInfo_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FieldInfo_t50FB70D31891771FBFE2B16108B0F82777D1F6E5_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[2];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_FieldInfo_t50FB70D31891771FBFE2B16108B0F82777D1F6E5_0_0_0_var), NULL);
}
}
static void FieldInfo_t_CustomAttributesCacheGenerator_FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[1];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void FieldInfo_t_CustomAttributesCacheGenerator_FieldInfo_GetFieldFromHandle_m4A96A6542509E9BBBE0445C6BD08691348402BC9(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void FieldInfo_t_CustomAttributesCacheGenerator_FieldInfo_SetValueDirect_m3D616F3846A649E53206C8FD269B6E961C144C44(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodBody_t994D7AC5F4F2C64BBDFA87CF62D9520EDBC44975_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Module_t47C66C6C0034C4DF6D279DD50FD6CA90BE531592_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[2];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Module_t47C66C6C0034C4DF6D279DD50FD6CA90BE531592_0_0_0_var), NULL);
}
}
static void MonoAssembly_t7BF603FA17CBEDB6E18CFD3523460F65BF946900_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Assembly_tF07ADC96EE1051683DB991C21279C95DFF104AD4_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[2];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Assembly_tF07ADC96EE1051683DB991C21279C95DFF104AD4_0_0_0_var), NULL);
}
}
static void RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_CustomAttributesCacheGenerator_RtFieldInfo_UnsafeSetValue_mF1E327917E811AB3F0EC90596F973824EB140EEB(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[1];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_CustomAttributesCacheGenerator_RtFieldInfo_SetValueDirect_m4E9F1FCF606CD396C300D1F91C59B2194A5FAFC8(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[1];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void MonoMethod_t_CustomAttributesCacheGenerator_MonoMethod_Invoke_mD6E222F8DAB5483E6640B8E399A56B366635B923(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[1];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void MonoMethod_t_CustomAttributesCacheGenerator_MonoMethod_MakeGenericMethod_m19E306E143E51C195BDFC621C2F6DE7329F1794E____methodInstantiation0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void MonoCMethod_t5591743036BD4964AD4CFC5C5FE5F945E9E44097_CustomAttributesCacheGenerator_MonoCMethod_Invoke_mB8EDF16C204034CF948B9B1AF36EF9B2C7A14696(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[1];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void MonoCMethod_t5591743036BD4964AD4CFC5C5FE5F945E9E44097_CustomAttributesCacheGenerator_MonoCMethod_Invoke_m01DBFC79B310C94580DD323DD0AB9C56949A3374(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[1];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void MonoModule_t4CE18B439A2BCC815D76764DA099159E79DF7E1E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Module_t47C66C6C0034C4DF6D279DD50FD6CA90BE531592_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[0];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Module_t47C66C6C0034C4DF6D279DD50FD6CA90BE531592_0_0_0_var), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[2];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
}
static void MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ParameterInfo_tF398309C4B909457F03C263FEB7F0F9D8E820A86_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[0];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_ParameterInfo_tF398309C4B909457F03C263FEB7F0F9D8E820A86_0_0_0_var), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[2];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
}
static void PInfo_tA2A7DDE9FEBB5094D5B84BD73638EDAFC2689635_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ParameterInfo_tF398309C4B909457F03C263FEB7F0F9D8E820A86_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[1];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_ParameterInfo_tF398309C4B909457F03C263FEB7F0F9D8E820A86_0_0_0_var), NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[2];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
}
static void PropertyInfo_t_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PropertyInfo_tDA1750BA85E932F7872552E2A6C34195AD4F50BD_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[1];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[2];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_PropertyInfo_tDA1750BA85E932F7872552E2A6C34195AD4F50BD_0_0_0_var), NULL);
}
}
static void PropertyInfo_t_CustomAttributesCacheGenerator_PropertyInfo_GetValue_m9D8277A36DE655A1AC36CB904CC6B9E112D20968(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[1];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EnumBuilder_t7AF6828912E84E9BAC934B3EF5A7D2505D6F5CCB_CustomAttributesCacheGenerator_EnumBuilder_GetConstructors_m123FC55292877A47027BF42E4B0F32ECA36AECCF(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void GenericTypeParameterBuilder_t73E72A436B6B39B503BDC7C23CDDE08E09781C38_CustomAttributesCacheGenerator_GenericTypeParameterBuilder_GetConstructors_mDB94C1245C9B9E6B28F1080D25159358D87256BB(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[0];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeBuilder_t75A6CE1BBD04AB7D5428E168ECEDF52A97D410E3_CustomAttributesCacheGenerator_TypeBuilder_GetConstructors_m45E50273679610EBCCD3BC0159D5CA5B2EEB81F4(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadSByte_m5548252CE44DA3BD6E635C49A0CD6CC0EBD32273(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadUInt16_mEFFE31212E672F8898FADDF4E0A70377DF2137CD(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadUInt32_mC93777E10CE3482B09E1E8DB69617C0A71AD64AD(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadUInt64_m1716DCB43B208D5724C1A9F10F9B9C78D91FB3DF(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator__leaveOpen(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
}
}
static void BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator_BinaryWriter_Write_m8757C5FD70D22896AEC7A8EB600880B9F6973CB6(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator_BinaryWriter_Write_m9E0BF1116CF89B730BE19C0457374D51E1FCC340(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator_BinaryWriter_Write_m34D0CF1C7E3C9038E49D39471E858A728F005590(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void Directory_t2155D4F46360005BEF52FCFD2584D95A2752BB82_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DirectoryNotFoundException_t93058944B1CA95F00EB4DE3BB70202CEB99CE07B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DriveNotFoundException_tAF30F7567FBD1CACEADAE08CE6ED87F44C83C0B6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileLoadException_tBC0C288BF22D1EC6368CA47EDC597624C7A804CC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileNotFoundException_tD3939F67D0DF6571BFEDB3656CF7A4EB5AC65AC8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246_CustomAttributesCacheGenerator_FileSystemInfo_GetObjectData_mC25D22FBB3F508C98DCAADE26EBA6AB59B218706(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void PathTooLongException_t117AA1F09A957F54EC7B0F100344E81E82AC71B7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void U3CU3Ec_t0B9BA392160C64553C28F93C014479CD7CDC88CB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_CustomAttributesCacheGenerator_StreamWriter_get_UTF8NoBOM_mF4A5DBCC4B3E4B3AE868C54DB743D8875B329C38(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void StringReader_t74E352C280EAC22C878867444978741F19E1F895_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62_CustomAttributesCacheGenerator_UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62____PositionPointer_PropertyInfo(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void File_tC022B356A820721FB9BE727F19B1AA0E06E6E57A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileOptions_t83C5A0A606E5184DF8E5720503CA94E559A61330_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_CustomAttributesCacheGenerator_InvalidPathChars(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x73\x65\x65\x20\x47\x65\x74\x49\x6E\x76\x61\x6C\x69\x64\x50\x61\x74\x68\x43\x68\x61\x72\x73\x20\x61\x6E\x64\x20\x47\x65\x74\x49\x6E\x76\x61\x6C\x69\x64\x46\x69\x6C\x65\x4E\x61\x6D\x65\x43\x68\x61\x72\x73\x20\x6D\x65\x74\x68\x6F\x64\x73\x2E"), NULL);
}
}
static void Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_CustomAttributesCacheGenerator_Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6____paths0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void SearchOption_tD088231E1E225D39BB408AEF566091138555C261_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_m_isReadOnly(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_Calendar_Clone_mDA3317FBF3D8700B67BDF835A4B689F0C8ABF369(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A____MinSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A____MaxSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_m_name(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_win32LCID(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_m_SortVersion(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 3LL, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_OnDeserializing_m4D6CA99822B71F54B90037999731EC0FD524D8A8(CustomAttributesCache* cache)
{
{
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * tmp = (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 *)cache->attributes[0];
OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A(tmp, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_OnDeserialized_mF2CE41925051B4758D81B5B4E1C9952E6E53B5BF(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_OnSerializing_m13621EB8EBA0B199808F941C381EFBFBAFDE70BD(CustomAttributesCache* cache)
{
{
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * tmp = (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 *)cache->attributes[0];
OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961(tmp, NULL);
}
}
static void CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9____Name_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MonthNameStyles_tF770578825A9E416BD1D6CEE2BB06A9C58EB391C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_name(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_dateSeparator(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_generalShortTimePattern(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_generalLongTimePattern(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_timeSeparator(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_dateTimeOffsetPattern(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_fullDateTimePattern(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_superShortDayNames(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_genitiveMonthNames(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_genitiveAbbreviatedMonthNames(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_leapYearMonthNames(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_allYearMonthPatterns(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 3LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_formatFlags(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_CultureID(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_useUserOverride(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_bUseCalendarInfo(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_nDataItem(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_isDefaultCalendar(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_s_calendarNativeNames(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_dateWords(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_DateTimeFormatInfo_OnDeserialized_m8F479019A5AC9196161EEDE2D4D3BF5D53602D0D(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_DateTimeFormatInfo_OnSerializing_m34F6204A2FC47981D7E2F09003972DD527212CF7(CustomAttributesCache* cache)
{
{
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * tmp = (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 *)cache->attributes[0];
OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961(tmp, NULL);
}
}
static void DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator_GregorianCalendar_OnDeserialized_m1B3DD02BE87157BE80D05D8A728092E12CAA7E73(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator_GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B____MinSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator_GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B____MaxSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_CustomAttributesCacheGenerator_eraName(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 4LL, NULL);
}
}
static void EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_CustomAttributesCacheGenerator_abbrevEraName(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 4LL, NULL);
}
}
static void EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_CustomAttributesCacheGenerator_englishEraName(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 4LL, NULL);
}
}
static void GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_maxYear(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_minYear(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_EraInfo(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_eras(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_minDate(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void GregorianCalendarTypes_tAC1C99C90A14D63647E2E16F9E26EA2B04673FA2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_CustomAttributesCacheGenerator_JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360____MinSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_CustomAttributesCacheGenerator_JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360____MaxSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_nativeDigits(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_m_dataItem(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_digitSubstitution(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_m_useUserOverride(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_m_isInvariant(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_validForParseAsNumber(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_validForParseAsCurrency(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_NumberFormatInfo_OnSerializing_m0608330CDE8F430747D7E8AF64BB18F7E87855DE(CustomAttributesCache* cache)
{
{
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * tmp = (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 *)cache->attributes[0];
OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961(tmp, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_NumberFormatInfo_OnDeserializing_mFBF43F2201A507860A22B18EF813A69EC49BFF4A(CustomAttributesCache* cache)
{
{
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * tmp = (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 *)cache->attributes[0];
OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A(tmp, NULL);
}
}
static void NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_NumberFormatInfo_OnDeserialized_m6F06E32D19A53DE02B1118644990578668A2BF03(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C_CustomAttributesCacheGenerator_TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C____MinSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C_CustomAttributesCacheGenerator_TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C____MaxSupportedDateTime_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_isReadOnly(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_cultureName(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 3LL, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_customCultureName(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 2LL, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_useUserOverride(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_win32LangID(CustomAttributesCache* cache)
{
{
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 * tmp = (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59 *)cache->attributes[0];
OptionalFieldAttribute__ctor_mE089D904BE867C605D7CAA6530F89C21717598A1(tmp, NULL);
OptionalFieldAttribute_set_VersionAdded_m9211B08F638E02C4733C6F86D9D0AB69FFC8A95A(tmp, 1LL, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_OnDeserializing_m825DA55425E90B451230F0F7D833F9B8A4D3FA55(CustomAttributesCache* cache)
{
{
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 * tmp = (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573 *)cache->attributes[0];
OnDeserializingAttribute__ctor_mF658E4CB6F174331C0117046CD5A05A9BFB9CF6A(tmp, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_OnDeserialized_mC1E6B9EE382A9A8A176C15EE213353E6EFA69C0B(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_OnSerializing_mAC16B54710229326F6025ECCA851DA3078901CBB(CustomAttributesCache* cache)
{
{
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 * tmp = (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49 *)cache->attributes[0];
OnSerializingAttribute__ctor_m668EAD57AF6350A1580A4F84902DAC9212383961(tmp, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_Clone_mB910624B32A4FD1C514E0089F260B552DBC5DA07(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C____CultureName_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____CurrencyEnglishName_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____DisplayName_PropertyInfo(CustomAttributesCache* cache)
{
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[0];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x44\x69\x73\x70\x6C\x61\x79\x4E\x61\x6D\x65\x20\x63\x75\x72\x72\x65\x6E\x74\x6C\x79\x20\x6F\x6E\x6C\x79\x20\x72\x65\x74\x75\x72\x6E\x73\x20\x74\x68\x65\x20\x45\x6E\x67\x6C\x69\x73\x68\x4E\x61\x6D\x65"), NULL);
}
}
static void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____GeoId_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____NativeName_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____CurrencyNativeName_PropertyInfo(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x49\x73\x43\x61\x6E\x63\x65\x6C\x6C\x61\x74\x69\x6F\x6E\x52\x65\x71\x75\x65\x73\x74\x65\x64\x20\x3D\x20\x7B\x49\x73\x43\x61\x6E\x63\x65\x6C\x6C\x61\x74\x69\x6F\x6E\x52\x65\x71\x75\x65\x73\x74\x65\x64\x7D"), NULL);
}
}
static void CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A_CustomAttributesCacheGenerator_CancellationTokenRegistration_TryDeregister_m07D7CD3452E63F1E9304D6CB26E4E1A8E347241D(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void SparselyPopulatedArrayFragment_1_t643DA71D99F6BDED5E9D12BCE9C7C774A1519A1F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void ManualResetEventSlim_tDEDF52539E364C425BA581F3AAF42843AFAD366E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x53\x65\x74\x20\x3D\x20\x7B\x49\x73\x53\x65\x74\x7D"), NULL);
}
}
static void SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x75\x72\x72\x65\x6E\x74\x20\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x6D\x5F\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
}
static void SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_CustomAttributesCacheGenerator_SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mDC94D9B33D339D5EB3B148DD1A20AB756D2605A2(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
AsyncStateMachineAttribute_tBDB4B958CFB5CD3BEE1427711FFC8C358C9BA6E6 * tmp = (AsyncStateMachineAttribute_tBDB4B958CFB5CD3BEE1427711FFC8C358C9BA6E6 *)cache->attributes[0];
AsyncStateMachineAttribute__ctor_m9530B59D9722DE383A1703C52EBC1ED1FEFB100B(tmp, il2cpp_codegen_type_get_object(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_0_0_0_var), NULL);
}
}
static void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_CustomAttributesCacheGenerator_U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_mE59C0BC95CA27F3A81C77B7C841610AEFFDC138B(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemThreading_SpinLockDebugView_t8F7E1DB708B9603861A60B9068E3EB9DE3AE037F_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SystemThreading_SpinLockDebugView_t8F7E1DB708B9603861A60B9068E3EB9DE3AE037F_0_0_0_var), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[2];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x49\x73\x48\x65\x6C\x64\x20\x3D\x20\x7B\x49\x73\x48\x65\x6C\x64\x7D"), NULL);
}
}
static void SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator_SpinLock_Exit_m1E557B43BDB04736F956C50716DF29AEF2A14B4D(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator_SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator_SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void AbandonedMutexException_t992765CD98FBF7A0CFB0A8795116F8F770092242_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void EventResetMode_tB7B112299A76E5476A66C3EBCBACC1870EB342A8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277_CustomAttributesCacheGenerator_ExecutionContextSwitcher_UndoNoThrow_m549BC4F579C4C4AF46F20157C9BFB82A36514274(CustomAttributesCache* cache)
{
{
HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 * tmp = (HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 *)cache->attributes[0];
HandleProcessCorruptedStateExceptionsAttribute__ctor_m4A668D1F98FA411FEEA579AEA96A288914C271CB(tmp, NULL);
}
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[1];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277_CustomAttributesCacheGenerator_ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext__ctor_mF53D40B3E8DB27C5CB9311B46B644F0899DE0D7B(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext__ctor_m39D66AA58DD2CA86DEC64956E39576CA3DF77991(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_OnAsyncLocalContextChanged_m1F3343FD292190016D44D47BDF006DE7A2007C7C(CustomAttributesCache* cache)
{
{
HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 * tmp = (HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 *)cache->attributes[0];
HandleProcessCorruptedStateExceptionsAttribute__ctor_m4A668D1F98FA411FEEA579AEA96A288914C271CB(tmp, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_get_SynchronizationContext_m2382BDE57C5A08B12F2BB4E59A7FB071D058441C(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_set_SynchronizationContext_m400752C7B51479A204DC908E77B18E455491DBB0(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_get_SynchronizationContextNoFlow_m9410EFFE0CB58EE474B89008CCD536F6A13CD3B2(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_set_SynchronizationContextNoFlow_m97CF9601747385B68956195139D38FF5C22D1DBA(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_Run_mD1481A474AE16E77BD9AEAF5BD09C2819B60FB29(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_RunInternal_mC5D58D6EDE270B4CDA05181E9064E040D6692B2B(CustomAttributesCache* cache)
{
{
HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 * tmp = (HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 *)cache->attributes[0];
HandleProcessCorruptedStateExceptionsAttribute__ctor_m4A668D1F98FA411FEEA579AEA96A288914C271CB(tmp, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_SetExecutionContext_mA327D73D43629BE194327FD63F56CD6B33BE14B7(CustomAttributesCache* cache)
{
{
HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 * tmp = (HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53 *)cache->attributes[0];
HandleProcessCorruptedStateExceptionsAttribute__ctor_m4A668D1F98FA411FEEA579AEA96A288914C271CB(tmp, NULL);
}
}
static void ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_FastCapture_m24C27FA3BA40888BE0E33090B0A1FC5C6084CCCC(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void CaptureOptions_t9DBDF67BE8DFE3AC07C9AF489F95FC8C14CB9C9E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Monitor_t92CC5FE6089760F1B1BBC43E104808CB6824C0C3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Monitor_t92CC5FE6089760F1B1BBC43E104808CB6824C0C3_CustomAttributesCacheGenerator_Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 * tmp = (TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9 *)cache->attributes[0];
TypeForwardedFromAttribute__ctor_m763B168B4630C34C89AE31AB08D68A9A595CCF92(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2C\x20\x56\x65\x72\x73\x69\x6F\x6E\x3D\x32\x2E\x30\x2E\x30\x2E\x30\x2C\x20\x43\x75\x6C\x74\x75\x72\x65\x3D\x4E\x65\x75\x74\x72\x61\x6C\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x54\x6F\x6B\x65\x6E\x3D\x62\x37\x37\x61\x35\x63\x35\x36\x31\x39\x33\x34\x65\x30\x38\x39"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_CustomAttributesCacheGenerator_SynchronizationContext_get_CurrentNoFlow_mF134FBE4BA52932C990D3824A9CF960FCA9F44AD(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void OSSpecificSynchronizationContext_t73D67CF04305A4BB0182BFCCC5B661F8ECCF8F72_CustomAttributesCacheGenerator_OSSpecificSynchronizationContext_InvocationEntry_m0045E44F7E960D6B4A864D5206D4116249C09BB0(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvocationEntryDelegate_t751DEAE9B64F61CCD4029B67E7916F00C823E61A_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
MonoPInvokeCallbackAttribute_t2C75413B602143864AFF9D2FD4FC27AFAEFB339A * tmp = (MonoPInvokeCallbackAttribute_t2C75413B602143864AFF9D2FD4FC27AFAEFB339A *)cache->attributes[0];
MonoPInvokeCallbackAttribute__ctor_m969193A52DB76C0661791117DAD7A00EA2C10F21(tmp, il2cpp_codegen_type_get_object(InvocationEntryDelegate_t751DEAE9B64F61CCD4029B67E7916F00C823E61A_0_0_0_var), NULL);
}
}
static void MonoPInvokeCallbackAttribute_t2C75413B602143864AFF9D2FD4FC27AFAEFB339A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
}
}
static void U3CU3Ec_tFF9BE01C85B19F8D2AC32AEB69AE274E6D080C9F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Thread_t0B433D0C5241F823727A88D05E7212DA51ADC2FF_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 * tmp = (ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72 *)cache->attributes[1];
ComDefaultInterfaceAttribute__ctor_m9FB2DFCD28D6C58C8B23F8F199CCC7CC49D2A436(tmp, il2cpp_codegen_type_get_object(_Thread_t0B433D0C5241F823727A88D05E7212DA51ADC2FF_0_0_0_var), NULL);
}
{
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 * tmp = (ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875 *)cache->attributes[2];
ClassInterfaceAttribute__ctor_m7AA7B6AE0769F0E3FD553A6B575AD4C51E2EE9A4(tmp, 0LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_s_LocalDataStore(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_m_CurrentCulture(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_m_CurrentUICulture(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_current_thread(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_GetExecutionContextReader_mD729833D09E435B55C8C421BCAD9AD777A4AE4BB(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_SetExecutionContext_mFCD57256D460F78AC8392F784EF021EACAB1C229(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_SetExecutionContext_mCB037C1EC7B2757C3C3DD484597D98587149B2A8(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_YieldInternal_m9457FAB8C1CE5B0F9C5BADD9753B01A4ADCBF51E(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_Yield_m1D2B2F49268A9A048C73EA539C1D1D59DDFA68C1(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_Finalize_m4D296CEC85C6769BFCEE5163D1360EE86962EBCD(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_SpinWait_m6276C02E66DD83A83D5F39E2B20411B8CBA33673(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_GetHashCode_mC96AA6134B43A55B14365B6EF69BC460EDDF9663(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ThreadInterruptedException_t79671BFC28D9946768F83A1CFE78A2D586FF02DD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4_CustomAttributesCacheGenerator_QueueSegment__ctor_mD1DED97C8BC1FBD4987B5A706AAFAD02EE6FAA0B(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_CustomAttributesCacheGenerator_threadLocals(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ThreadState_t905C3A57C9EAC95C7FC7202EEB6F25A106C0FD4C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_WaitAny_mDDA77BFE29538525FF274B73AA785224A0CD5307(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_WaitAny_mAF242806D6DDA2794266E51C11A9715B02A4D616(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842____Handle_PropertyInfo(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x55\x73\x65\x20\x74\x68\x65\x20\x53\x61\x66\x65\x57\x61\x69\x74\x48\x61\x6E\x64\x6C\x65\x20\x70\x72\x6F\x70\x65\x72\x74\x79\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL);
}
}
static void WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_m339F180E25FF7E7201971E281AEE83961ADB895F(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_m0C738F6806A35DD706DA3F8B87366B450444C146(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_m1BA3F84976EA7A155786A8CC619108470C4233DA(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[1];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_m04B3FC2C4B96EEC6C3527CF3A6951C9FE7FAA0BB(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_mF384305161CA3DF3022D14812526B51AEB7B99B4(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[1];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Mutex_tA342933FCB3E3E679E3CD498804DE36CD81801B5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void NativeOverlapped_tB6D94AD9790B308106B309C7927F913972874A3B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB_CustomAttributesCacheGenerator_InternalThread_Finalize_m4A94AF595BCE7F88B6570CCFB23910F1FB4852B2(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Volatile_t7A8B2983396C4500A8FC226CDB66FE9067DA4AE6_CustomAttributesCacheGenerator_Volatile_Read_mA6C74BD7FF9BC8A7F25576E7B48F88B4DC9F7F02(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Volatile_t7A8B2983396C4500A8FC226CDB66FE9067DA4AE6_CustomAttributesCacheGenerator_Volatile_Read_m9934B22F42B4D17029D8EFDAFA6CD705B69BD60A(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Volatile_t7A8B2983396C4500A8FC226CDB66FE9067DA4AE6_CustomAttributesCacheGenerator_Volatile_Write_m53DCD27D565CE8F44D9A61248B5B807A267D063D(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void CausalityTraceLevel_t01DEED18A37C591FB2E53F2ADD89E2145ED8A9CD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void AsyncCausalityStatus_tB4918F222DA36F8D1AFD305EEBD3DE3C6FA1631F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_get_LoggingOn_mE0A03E121425371B1D1B65640172137C3B8EEA15(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_TraceOperationCreation_m3A018DC27992C4559B10283C06CC11513825898A(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_TraceOperationCompletion_m0C6FCD513830A060B436A11137CE4C7B114F26FC(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945____LoggingOn_PropertyInfo(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Task_1_t568291872C69C69075FDD0A6674262E52CC2B021_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemThreadingTasks_FutureDebugView_1_t1FD9E5BB3648290A2C136DA15C6DB1CB42EBF1B4_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x49\x64\x20\x3D\x20\x7B\x49\x64\x7D\x2C\x20\x53\x74\x61\x74\x75\x73\x20\x3D\x20\x7B\x53\x74\x61\x74\x75\x73\x7D\x2C\x20\x4D\x65\x74\x68\x6F\x64\x20\x3D\x20\x7B\x44\x65\x62\x75\x67\x67\x65\x72\x44\x69\x73\x70\x6C\x61\x79\x4D\x65\x74\x68\x6F\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x7D\x2C\x20\x52\x65\x73\x75\x6C\x74\x20\x3D\x20\x7B\x44\x65\x62\x75\x67\x67\x65\x72\x44\x69\x73\x70\x6C\x61\x79\x52\x65\x73\x75\x6C\x74\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x7D"), NULL);
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[1];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SystemThreadingTasks_FutureDebugView_1_t1FD9E5BB3648290A2C136DA15C6DB1CB42EBF1B4_0_0_0_var), NULL);
}
}
static void Task_1_t568291872C69C69075FDD0A6674262E52CC2B021_CustomAttributesCacheGenerator_Task_1_t568291872C69C69075FDD0A6674262E52CC2B021____Result_PropertyInfo(CustomAttributesCache* cache)
{
{
DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0];
DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL);
}
}
static void U3CU3Ec_t41BB274422EDEE13FE390B79EC48ACA9799A2D34_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemThreadingTasks_TaskDebugView_t9314CDAD51E4E01D1113FD9495E7DAF16AB5C782_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SystemThreadingTasks_TaskDebugView_t9314CDAD51E4E01D1113FD9495E7DAF16AB5C782_0_0_0_var), NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x49\x64\x20\x3D\x20\x7B\x49\x64\x7D\x2C\x20\x53\x74\x61\x74\x75\x73\x20\x3D\x20\x7B\x53\x74\x61\x74\x75\x73\x7D\x2C\x20\x4D\x65\x74\x68\x6F\x64\x20\x3D\x20\x7B\x44\x65\x62\x75\x67\x67\x65\x72\x44\x69\x73\x70\x6C\x61\x79\x4D\x65\x74\x68\x6F\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x7D"), NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_t_currentTask(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_t_stackGuard(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_s_asyncDebuggingEnabled(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_AddToActiveTasks_m29D7B0C1AD029D86736A92EC7E36BE87209748FD(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_RemoveFromActiveTasks_m04918871919D56DC087D50937093E8FA992CAE3F(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_FromCancellation_m7252DA0CFF687F05BF069E5DAB9863F879426785(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_FromCancellation_m71FEB66222E63ECEA34464910EB2BC84FEB6CD9D(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_WhenAny_m59C7F18DABA670EACF71A2E2917C861ADB9D0341____tasks0(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_CreateUnwrapPromise_mFD53BD999B00F6648FFEA5F9F70873F302DA4885(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void U3CU3Ec__DisplayClass178_0_t26DA6AADD06D410B9511EEAE86E81BB72E13577B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CU3Ec_t92C182BCED0D720544B8BEB755769004B9E0CA12_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void InternalTaskOptions_tE9869E444962B12AAF216CDE276D379BD57D5EEF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void U3CU3Ec_t42E489F4DD4619603148F96461205705DFCD276A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CU3Ec_t97DE2C4F7EF16C425D7DB74D03F1E0947B3D9AF2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CU3Ec_tF4745C95FFF946A19C2E246825F60484196CEB31_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemThreadingTasks_TaskSchedulerDebugView_t27B3B8AEFC0238C9F9C58E238DA86DCC58279612_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x49\x64\x3D\x7B\x49\x64\x7D"), NULL);
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[1];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SystemThreadingTasks_TaskSchedulerDebugView_t27B3B8AEFC0238C9F9C58E238DA86DCC58279612_0_0_0_var), NULL);
}
}
static void SecurityElement_tB9682077760936136392270197F642224B2141CC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SecurityManager_t69B948787AF89ADBF4F1E02E2659088682A2BB96_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[0];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x53\x65\x72\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x20\x66\x6F\x72\x6D\x61\x74\x20\x6E\x6F\x74\x20\x63\x6F\x6D\x70\x61\x74\x69\x62\x6C\x65\x20\x77\x69\x74\x68\x20\x2E\x4E\x45\x54"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator_Evidence_CopyTo_mA47A7C204047C507477083A1156FD9DF05BF829E(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_m9BC17A80675E9013AA71F9FB38D89FEF56883853(tmp, NULL);
}
}
static void Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator_Evidence_GetEnumerator_m7F30B3ED94C0145EC6C76B4C740EE43EBEE61C8A(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_m9BC17A80675E9013AA71F9FB38D89FEF56883853(tmp, NULL);
}
}
static void Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator_Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB____Count_PropertyInfo(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_m9BC17A80675E9013AA71F9FB38D89FEF56883853(tmp, NULL);
}
}
static void IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CryptoConfig_t5297629E49F03FDF457B06824EB6271AC1E8AC57_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FormatterConverter_t686E6D4D930FFC3B40A8016E0D046E9189895C21_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void U3CU3Ec__DisplayClass9_0_tB1E40E73A23715AC3F1239BA98BEA07A5F3836E3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void IDeserializationCallback_tAC12ADF9290B08C82B2B92FC8108E2170B6A4ECA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void IObjectReference_t96F37B6DF047DA1079D8E1F37A96DF5C4772B32E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ISerializationSurrogate_tC20BD4E08AA053727BE2CC53F4B95E9A2C4BEF8D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F_CustomAttributesCacheGenerator_SerializeObjectState(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F_CustomAttributesCacheGenerator_SafeSerializationManager_OnDeserialized_mA04FF173313809C5ABF49602AE241E66A9A9A0A5(CustomAttributesCache* cache)
{
{
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 * tmp = (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946 *)cache->attributes[0];
OnDeserializedAttribute__ctor_m6C63CE97924161416D82C54FE8BD2FE57578125F(tmp, NULL);
}
}
static void OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 256LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo__ctor_m469B0075FDE7408A4CC1659BD55DAC24D1D32C5E(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo_AddValue_m054667850E81BD31A07D1541487D71E3A24A7D90(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo_GetElementNoThrow_mADE63BB13437B154EAE2331CE4318E529E14E4A6(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo_GetValueNoThrow_mA1F5663511899C588B39643FF53002717A84DFF3(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MessageEnum_t2CFD70C2D90F1CCE06755D360DC14603733DCCBC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IEnvoyInfo_t0D9B51B59DD51C108742B0B18E09DC1B0AD6B713_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_CustomAttributesCacheGenerator_ObjRef_get_ChannelInfo_mD8DEE76CD2438D5F04A3DFFFCA10DD5CD271DCA6(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760_CustomAttributesCacheGenerator_ConfigHandler_ValidatePath_m6650D44DB89EBA11558A1E7CF484F73410017B2B____paths1(CustomAttributesCache* cache)
{
{
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F * tmp = (ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F *)cache->attributes[0];
ParamArrayAttribute__ctor_mCC72AFF718185BA7B87FD8D9471F1274400C5719(tmp, NULL);
}
}
static void RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator_RemotingServices_Connect_m328D828C5FB3B166504F60CD622F2D621FD0935C(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator_RemotingServices_Connect_m7FA850C63B0CB53DBD39DDBCD81945A0564E5DF6(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator_RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WellKnownObjectMode_tD0EDA73FE29C75F12EA90F0EBC7875BAD0E3E7BD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ITrackingHandler_tB9F5A3DBC891ED1B041598EEEE89D75FC82430A3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 4LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void LeaseState_tB93D422C38A317EBB25A5288A2229882FE1E8491_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_CustomAttributesCacheGenerator_local_slots(CustomAttributesCache* cache)
{
{
ContextStaticAttribute_t7F3343F17E35F2FD20841A3114D6D8A2A8180FF5 * tmp = (ContextStaticAttribute_t7F3343F17E35F2FD20841A3114D6D8A2A8180FF5 *)cache->attributes[0];
ContextStaticAttribute__ctor_m095EECE3AEEC41337AA276FF028F5D1EDADF3BA0(tmp, NULL);
}
}
static void CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IContextAttribute_t2DE63AB70FAE132F1759A219D2BDBC36C4CDF9A6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IContextProperty_tF858BD399C046AF0464BD16136F83B9F88826C48_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IContributeClientContextSink_t57B1A1EC6F1A04E87ACFB46B0110D9EC02EB1DD9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IContributeDynamicSink_tA7B6788A61068C6A5F07C9155818CC6775EC354E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IContributeEnvoySink_t09F9C8C896CDEF2CBC4284191776F34EF9430ED9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IContributeObjectSink_t5EBF9772633F55B410C3FFD6A5F32F7C5DA78AFD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IContributeServerContextSink_t86FCD12D47F62E4311B2BA178309BB2242DC8BE3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IDynamicMessageSink_t623E192213A30BE23F4C87357D6BC717D9B29E5F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IDynamicProperty_t4AFBC608B3805A9817DB76B9D56E77ECB67781BD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_CustomAttributesCacheGenerator_ChannelServices_RegisterChannel_m93E43A37CE8627ECCE5D5BCB2422A1441A55B22B(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x55\x73\x65\x20\x52\x65\x67\x69\x73\x74\x65\x72\x43\x68\x61\x6E\x6E\x65\x6C\x28\x49\x43\x68\x61\x6E\x6E\x65\x6C\x2C\x42\x6F\x6F\x6C\x65\x61\x6E\x29"), NULL);
}
}
static void CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[0];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x48\x61\x6E\x64\x6C\x65\x20\x64\x6F\x6D\x61\x69\x6E\x20\x75\x6E\x6C\x6F\x61\x64\x69\x6E\x67\x3F"), NULL);
}
}
static void CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_CustomAttributesCacheGenerator_CrossAppDomainSink_U3CAsyncProcessMessageU3Eb__10_0_m61567963DD9776702CAE425E481882467A16B558(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void IChannel_tAAB2462B4D468FB11A38ACC68C561C9BA8E9A8B0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IChannelDataStore_tC196EC915AAAD6588FCA457AA74EB30BE1F5BC9C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void IChannelReceiver_tAB4C6F19EF8F5D5641CB3C4BE305C97819D9B92B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IChannelSender_tC9474F74732657C8839C64D56543D40F9C9A3724_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IClientChannelSinkProvider_tB3CC676B6211DA8F57838434B0443C12B25FC422_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IServerChannelSinkProvider_t24A95E44364690525F5E4CD5ADEB549D8E1EB429_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IActivator_t860F083B53B1F949344E0FF8326AF82316B2A5CA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IConstructionReturnMessage_t81215227E34D8CDBBD6B23E2C123F92C13299F09_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 256LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2048LL, NULL);
}
}
static void SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1052LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CallContext_t90895C0015A31D6E8A4F5185486EB6FB76A1544F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_CustomAttributesCacheGenerator_AsyncResult_U3C_ctorU3Eb__17_0_m4CEF0C856AD75A22E6F242482406535A062FAE44(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IMessage_tFB62BF93B045EA3FA0278D55C5044B322E7B4545_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IMessageCtrl_t343815B567A7293C85B61753266DCF852EB1748F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void OneWayAttribute_t1A6A3AC65EFBD9875E35205A3625856CCDD34DEA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
}
}
static void RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A_CustomAttributesCacheGenerator_StackBuilderSink_U3CAsyncProcessMessageU3Eb__4_0_mE45A77711FF9F8ACA991A6860974569C0099E05D(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997_CustomAttributesCacheGenerator_CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997_CustomAttributesCacheGenerator_CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1133LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void AsyncTaskMethodBuilder_1_tB33343B94542E8B7BF6EA6705783C6E3969453FA_CustomAttributesCacheGenerator_AsyncTaskMethodBuilder_1_Start_m41C7FB94A0728C20BB79F2A8AC2CE6FC1F9EC4A2(CustomAttributesCache* cache)
{
{
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F * tmp = (DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F *)cache->attributes[0];
DebuggerStepThroughAttribute__ctor_m2B40F019B0DF22CF7A815AAB3D2D027225D59D85(tmp, NULL);
}
}
static void U3CU3Ec__DisplayClass4_0_t38B3E16316858B21DD5DEED1FFA2F925C066AC80_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CU3Ec_t4202B038B520398A74BB9C92F9213CF50603874F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void AsyncStateMachineAttribute_tBDB4B958CFB5CD3BEE1427711FFC8C358C9BA6E6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3_CustomAttributesCacheGenerator_U3CStateMachineTypeU3Ek__BackingField(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3_CustomAttributesCacheGenerator_StateMachineAttribute_set_StateMachineType_mB31433BE5C136EA7E067A8E64E68D226F25E4F2C(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 5148LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
}
}
static void CompilationRelaxations_t3F4D0C01134AC29212BCFE66E9A9F13A92F888AC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 71LL, NULL);
}
}
static void CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 32767LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, true, NULL);
}
}
static void CustomConstantAttribute_t1088F47FE1E92C116114FB811293DBCCC9B6C580_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2304LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void DateTimeConstantAttribute_t546AFFD33ADD9C6F4C41B0E7B47B627932D92EEE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2304LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2304LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A_CustomAttributesCacheGenerator_DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 69LL, NULL);
}
}
static void FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 256LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, true, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2044LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[1];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void IsVolatile_t6ED2D0439DEC9CD9E03E7F707E4836CCB5C34DC4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1036LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, true, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void UnsafeValueTypeAttribute_tC3B73880876B0FA7C68CE8A678FD4D6440438CAC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 8LL, NULL);
}
}
static void StringFreezingAttribute_t39D6E7BE4022A2552C37692B60D7284865D958F8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void JitHelpers_t6DC124FF04E77C7EDE891400F7F01460DB8807E9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void RuntimeHelpers_tC052103DB62650080244B150AC8C2DDC5C0CD8AB_CustomAttributesCacheGenerator_RuntimeHelpers_PrepareConstrainedRegions_m4A4D3987FEE068EE30D1ABC4005CDD29D5C52560(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[1];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x43\x75\x72\x72\x65\x6E\x74\x6C\x79\x20\x61\x20\x6E\x6F\x2D\x6F\x70"), NULL);
}
}
static void UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 4096LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 960LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E_CustomAttributesCacheGenerator_InterfaceIsIInspectable(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1024LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 4LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void ClassInterfaceType_t4D1903EA7B9A6DF79A19DEE000B7ED28E476069D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 5LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 5597LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void VarEnum_tAB88E7C29FB9B005044E4BEBD46097CE78A88218_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator_IInspectable(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator_HString(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator_LPUTF8Str(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void ComImportAttribute_t8A6BBE54E3259B07ACE4161A64FF180879E82E15_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1028LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 5149LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void PreserveSigAttribute_t7242C5AFDC267ABED85699B12E42FD4AF45307D1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2048LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2048LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 2048LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void DllImportSearchPath_t0DCA43A0B5753BD73767C7A1B85AB9272669BB8A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 65LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
}
static void DllImportAttribute_tCDC32C1C2C21832ECCA18364FDBB1B483F1FFF02_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 64LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void FieldOffsetAttribute_t5AD7F4C02930B318CE4C72D97897E52D84684944_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 256LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 1LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void CallingConvention_tCD05DC1A211D9713286784F4DDDE1BA18B839924_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CharSet_tF37E3433B83409C49A52A325333BFBC08ACD6E4B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ErrorWrapper_t30EB3ECE2233CD676432F16647AD685E79A89C90_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void ICustomMarshaler_t80EB49788AEF84B74679326520B54A08BDAFFCD3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MarshalDirectiveException_t45D00FD795083DFF64F6C8B69C5A3BB372BD45FD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle__ctor_m30896EE9F6765AB918312A413BFA0349482C681C(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_get_IsClosed_mD81377BB0EE9380CB82B2D846A5F5F7D9A880AD8(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_get_IsInvalid_m82AB546E51EB12781C5AE836876B5C1102740A4D(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_Dispose_m31204D43201B52D2F9C2C539ED910C4C98107307(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_ReleaseHandle_m59C966CC1D941736CA0F0A752E32A096FC674ED9(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_SetHandleAsInvalid_mDBC8602C0898E2264AC71AB019F69FA211230926(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[0];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x53\x74\x72\x75\x63\x74\x20\x73\x68\x6F\x75\x6C\x64\x20\x62\x65\x20\x5B\x53\x74\x72\x75\x63\x74\x4C\x61\x79\x6F\x75\x74\x28\x4C\x61\x79\x6F\x75\x74\x4B\x69\x6E\x64\x2E\x53\x65\x71\x75\x65\x6E\x74\x69\x61\x6C\x29\x5D\x20\x62\x75\x74\x20\x77\x69\x6C\x6C\x20\x6E\x65\x65\x64\x20\x74\x6F\x20\x62\x65\x20\x72\x65\x6F\x72\x64\x65\x72\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x61\x74\x2E"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_GetLastWin32Error_m87DFFDB64662B46C9CF913EC08E5CEFF3A6E314D(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_ReleaseInternal_m1F25DDB50BACEB9B7E746677BC477CA2B2734EF7(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_Release_m67E49C16B5F634A28C263C765F7B322CE80DB59A(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_StructureToPtr_m25366DC7AB7C32DBCD2E0113585848466F207954(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[1];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 10496LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6_CustomAttributesCacheGenerator_MarshalType(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6_CustomAttributesCacheGenerator_MarshalTypeRef(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2_CustomAttributesCacheGenerator_SafeBuffer_AcquirePointer_mF2745B215EA9EEAF8B667F263906CADA2039B760(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2_CustomAttributesCacheGenerator_SafeBuffer_ReleasePointer_m5BEACF6127020A01A044F0C758D84C4A0E6A9D91(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void _Activator_tC9A3AD498AE39636340B7AD65BE1C6A2D4F82B51_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[2];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[3];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x30\x33\x39\x37\x33\x35\x35\x31\x2D\x35\x37\x41\x31\x2D\x33\x39\x30\x30\x2D\x41\x32\x42\x35\x2D\x39\x30\x38\x33\x45\x33\x46\x46\x32\x39\x34\x33"), NULL);
}
}
static void _Assembly_tF07ADC96EE1051683DB991C21279C95DFF104AD4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[2];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x31\x37\x31\x35\x36\x33\x36\x30\x2D\x32\x46\x31\x41\x2D\x33\x38\x34\x41\x2D\x42\x43\x35\x32\x2D\x46\x44\x45\x39\x33\x43\x32\x31\x35\x43\x35\x42"), NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[3];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 0LL, NULL);
}
}
static void _AssemblyName_t1687C68B10D76854B05D1DB74066A4FE7639A857_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[1];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[2];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[3];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x42\x34\x32\x42\x36\x41\x41\x43\x2D\x33\x31\x37\x45\x2D\x33\x34\x44\x35\x2D\x39\x46\x41\x39\x2D\x30\x39\x33\x42\x42\x34\x31\x36\x30\x43\x35\x30"), NULL);
}
}
static void _ConstructorInfo_tCC1F4119636A34A55344B040BFFA4E3B15E6CB46_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[1];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x45\x39\x41\x31\x39\x34\x37\x38\x2D\x39\x36\x34\x36\x2D\x33\x36\x37\x39\x2D\x39\x42\x31\x30\x2D\x38\x34\x31\x31\x41\x45\x31\x46\x44\x35\x37\x44"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[3];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
}
static void _EventInfo_t3642660B5635799CA7BE30DC10399086FFEBD8B9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[2];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x39\x44\x45\x35\x39\x43\x36\x34\x2D\x44\x38\x38\x39\x2D\x33\x35\x41\x31\x2D\x42\x38\x39\x37\x2D\x35\x38\x37\x44\x37\x34\x34\x36\x39\x45\x35\x42"), NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[3];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
}
static void _Exception_tB9654EDC09A9E5146FDEF0069A8723EC5B58D734_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[0];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x62\x33\x36\x62\x35\x63\x36\x33\x2D\x34\x32\x65\x66\x2D\x33\x38\x62\x63\x2D\x61\x30\x37\x65\x2D\x30\x62\x33\x34\x63\x39\x38\x66\x31\x36\x34\x61"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[2];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 0LL, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[3];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void _FieldInfo_t50FB70D31891771FBFE2B16108B0F82777D1F6E5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[1];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[2];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x38\x41\x37\x43\x31\x34\x34\x32\x2D\x41\x39\x46\x42\x2D\x33\x36\x36\x42\x2D\x38\x30\x44\x38\x2D\x34\x39\x33\x39\x46\x46\x41\x36\x44\x42\x45\x30"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[3];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void _MemberInfo_t60D0B61D60A9DACEDD0ACD85D9BE096D62494243_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[0];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[2];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x66\x37\x31\x30\x32\x66\x61\x39\x2D\x63\x61\x62\x62\x2D\x33\x61\x37\x34\x2D\x61\x36\x64\x61\x2D\x62\x34\x35\x36\x37\x65\x66\x31\x62\x30\x37\x39"), NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[3];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
}
static void _MethodBase_t3AC21BBE45067B3CD49C3258E90EF98945AD4631_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[0];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[3];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x36\x32\x34\x30\x38\x33\x37\x41\x2D\x37\x30\x37\x46\x2D\x33\x31\x38\x31\x2D\x38\x45\x39\x38\x2D\x41\x33\x36\x41\x45\x30\x38\x36\x37\x36\x36\x42"), NULL);
}
}
static void _MethodInfo_tBD16656180C70B2B4FECEFE3D9CABEDB478452F3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[0];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x46\x46\x43\x43\x31\x42\x35\x44\x2D\x45\x43\x42\x38\x2D\x33\x38\x44\x44\x2D\x39\x42\x30\x31\x2D\x33\x44\x43\x38\x41\x42\x43\x32\x41\x41\x35\x46"), NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[1];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[2];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[3];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void _Module_t47C66C6C0034C4DF6D279DD50FD6CA90BE531592_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[1];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[2];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x44\x30\x30\x32\x45\x39\x42\x41\x2D\x44\x39\x45\x33\x2D\x33\x37\x34\x39\x2D\x42\x31\x44\x33\x2D\x44\x35\x36\x35\x41\x30\x38\x42\x31\x33\x45\x37"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[3];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void _ParameterInfo_tF398309C4B909457F03C263FEB7F0F9D8E820A86_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[0];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[1];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x39\x39\x33\x36\x33\x34\x43\x34\x2D\x45\x34\x37\x41\x2D\x33\x32\x43\x43\x2D\x42\x45\x30\x38\x2D\x38\x35\x46\x35\x36\x37\x44\x43\x32\x37\x44\x36"), NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[2];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[3];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void _PropertyInfo_tDA1750BA85E932F7872552E2A6C34195AD4F50BD_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[1];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[2];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[3];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x46\x35\x39\x45\x44\x34\x45\x34\x2D\x45\x36\x38\x46\x2D\x33\x32\x31\x38\x2D\x42\x44\x37\x37\x2D\x30\x36\x31\x41\x41\x38\x32\x38\x32\x34\x42\x46"), NULL);
}
}
static void _Thread_t0B433D0C5241F823727A88D05E7212DA51ADC2FF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[2];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[3];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x43\x32\x38\x31\x43\x37\x46\x31\x2D\x34\x41\x41\x39\x2D\x33\x35\x31\x37\x2D\x39\x36\x31\x41\x2D\x34\x36\x33\x43\x46\x45\x44\x35\x37\x45\x37\x35"), NULL);
}
}
static void _Type_t30BBA31084CCFC95A50480F211E18B574579F036_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0];
CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL);
}
{
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E * tmp = (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E *)cache->attributes[1];
InterfaceTypeAttribute__ctor_m1CF0819BFFE59E68057C186D0913C9F122EEDE20(tmp, 1LL, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[3];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x42\x43\x41\x38\x42\x34\x34\x44\x2D\x41\x41\x44\x36\x2D\x33\x41\x38\x36\x2D\x38\x41\x42\x37\x2D\x30\x33\x33\x34\x39\x46\x34\x46\x32\x44\x41\x32"), NULL);
}
}
static void ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayListDebugView_tFCE81FAD67EB5A5DF76AA58A250422C2B765D2BF_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[3];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(ArrayListDebugView_tFCE81FAD67EB5A5DF76AA58A250422C2B765D2BF_0_0_0_var), NULL);
}
}
static void CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x50\x6C\x65\x61\x73\x65\x20\x75\x73\x65\x20\x53\x74\x72\x69\x6E\x67\x43\x6F\x6D\x70\x61\x72\x65\x72\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void EmptyReadOnlyDictionaryInternal_tB752D90C5B9AB161127D1F7FC87963B1DBB1F094_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashtableDebugView_t65E564AE78AE34916BAB0CC38A1408E286ACEFFD_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[2];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(HashtableDebugView_t65E564AE78AE34916BAB0CC38A1408E286ACEFFD_0_0_0_var), NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[3];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable__ctor_mAF4544B7AAF6164DCF4034D0960EE651EBC42893(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x50\x6C\x65\x61\x73\x65\x20\x75\x73\x65\x20\x48\x61\x73\x68\x74\x61\x62\x6C\x65\x28\x69\x6E\x74\x2C\x20\x66\x6C\x6F\x61\x74\x2C\x20\x49\x45\x71\x75\x61\x6C\x69\x74\x79\x43\x6F\x6D\x70\x61\x72\x65\x72\x29\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL);
}
}
static void Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable__ctor_m56CD4A49150FB5437F4119FA77DA969492A5D5B9(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x50\x6C\x65\x61\x73\x65\x20\x75\x73\x65\x20\x48\x61\x73\x68\x74\x61\x62\x6C\x65\x28\x49\x45\x71\x75\x61\x6C\x69\x74\x79\x43\x6F\x6D\x70\x61\x72\x65\x72\x29\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL);
}
}
static void Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_Clear_m1E642CE408920C6C3595F02DBEDD80DD94A00168(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_rehash_m268A3BAF8DEF094F09397758B6746E1B6745950F(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_Remove_m7FD8E0D9AA0AC101D3F35104C0E4ED6369B847B5(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 * tmp = (FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3 *)cache->attributes[0];
FriendAccessAllowedAttribute__ctor_m25547849EE5568B3EF2DA025E52477C48B683C25(tmp, NULL);
}
}
static void HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_CustomAttributesCacheGenerator_HashHelpers_IsPrime_m771A2E89205BC72625BF9783141B856A6A0F5F30(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_CustomAttributesCacheGenerator_HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 2LL, NULL);
}
}
static void ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[1];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x34\x39\x36\x42\x30\x41\x42\x45\x2D\x43\x44\x45\x45\x2D\x31\x31\x64\x33\x2D\x38\x38\x45\x38\x2D\x30\x30\x39\x30\x32\x37\x35\x34\x43\x34\x33\x41"), NULL);
}
}
static void IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_CustomAttributesCacheGenerator_IEnumerable_GetEnumerator_mBAFBD4908C6721093B85CEDCF2F8402F7D1512D7(CustomAttributesCache* cache)
{
{
DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829 * tmp = (DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829 *)cache->attributes[0];
DispIdAttribute__ctor_mEA52BAFEA6DAFA7C1701227F54D1D8FF8830CD6C(tmp, -4LL, NULL);
}
}
static void IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 * tmp = (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063 *)cache->attributes[0];
GuidAttribute__ctor_mCCEF3938DF601B23B5791CEE8F7AF05C98B6AFEA(tmp, il2cpp_codegen_string_new_wrapper("\x34\x39\x36\x42\x30\x41\x42\x46\x2D\x43\x44\x45\x45\x2D\x31\x31\x64\x33\x2D\x38\x38\x45\x38\x2D\x30\x30\x39\x30\x32\x37\x35\x34\x43\x34\x33\x41"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x50\x6C\x65\x61\x73\x65\x20\x75\x73\x65\x20\x49\x45\x71\x75\x61\x6C\x69\x74\x79\x43\x6F\x6D\x70\x61\x72\x65\x72\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void IList_tB15A9D6625D09661D6E47976BB626C703EC81910_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueDebugView_t90EC16EA9DC8E51DD91BA55E8154042984F1E135_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(QueueDebugView_t90EC16EA9DC8E51DD91BA55E8154042984F1E135_0_0_0_var), NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedListDebugView_t13C2A9EDFA4043BBC9993BA76F65668FB5D4411C_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(SortedListDebugView_t13C2A9EDFA4043BBC9993BA76F65668FB5D4411C_0_0_0_var), NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[3];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackDebugView_t26E4A294CA05795BE801CF3ED67BD41FC6E7E879_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(StackDebugView_t26E4A294CA05795BE801CF3ED67BD41FC6E7E879_0_0_0_var), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[2];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
}
static void ReadOnlyCollection_1_tFF1617BDDB6CC1270F86427B15677A345318C114_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mscorlib_CollectionDebugView_1_t84B90A545E1F1E0AD4EDA20072CBA657F79CE4A7_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(Mscorlib_CollectionDebugView_1_t84B90A545E1F1E0AD4EDA20072CBA657F79CE4A7_0_0_0_var), NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[2];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[3];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
}
}
static void ConcurrentDictionary_2_t61E33ED50012B3046F80CF8537C7097E625357C3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryDebugView_2_t81EDE32E9FD674352CA2D418A88DA6232832DDEB_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[2];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(IDictionaryDebugView_2_t81EDE32E9FD674352CA2D418A88DA6232832DDEB_0_0_0_var), NULL);
}
}
static void ConcurrentDictionary_2_t61E33ED50012B3046F80CF8537C7097E625357C3_CustomAttributesCacheGenerator_ConcurrentDictionary_2_GetEnumerator_m78277A22845B9612B93AE7BB2FA56FA3107E4582(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * tmp = (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 *)cache->attributes[0];
IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481(tmp, il2cpp_codegen_type_get_object(U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_0_0_0_var), NULL);
}
}
static void U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32__ctor_m9FF93B31618A10E74C8894DECD6FE9D1693503F9(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_IDisposable_Dispose_mE06589CF20137125DEE05652EBD43E88D40B6601(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_Collections_Generic_IEnumeratorU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_get_Current_mD315AF6CD948D4BBB3ADB7CC0B3B47F22DFE4ED2(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_Collections_IEnumerator_Reset_mF2D25069EC5D72AC817FC152ECC333742ED51095(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_Collections_IEnumerator_get_Current_m38ED02EC92515BFB2E15536B1ABE81A387B4CAB9(CustomAttributesCache* cache)
{
{
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
}
}
static void CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
}
}
static void CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2_CustomAttributesCacheGenerator_CollectionExtensions_GetValueOrDefault_mD9A982260DF3CAA04A642C4290471342BAE35259(CustomAttributesCache* cache)
{
{
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
}
}
static void CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2_CustomAttributesCacheGenerator_CollectionExtensions_GetValueOrDefault_mB5A8BFE3458972B0B7611DF65665B7C81900E6B7(CustomAttributesCache* cache)
{
{
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0];
ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL);
}
}
static void Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryDebugView_2_tD4558FB7DF7E76DBD597FEF868A23192509ADE95_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[1];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(IDictionaryDebugView_2_tD4558FB7DF7E76DBD597FEF868A23192509ADE95_0_0_0_var), NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[2];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void KeyCollection_t49A7187FD10B4852B0307D5C5556DC2278615A4B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryKeyCollectionDebugView_2_t7791E3C49A2128F18FBE2BB225AD815A9781F614_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(DictionaryKeyCollectionDebugView_2_t7791E3C49A2128F18FBE2BB225AD815A9781F614_0_0_0_var), NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
}
static void ValueCollection_tB4C7A1D5F7B11ABA09BBF76F55FCDFD92EF70EEF_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryValueCollectionDebugView_2_t28587C962129C145DF122E33DA9D14DE7586D017_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[0];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(DictionaryValueCollectionDebugView_2_t28587C962129C145DF122E33DA9D14DE7586D017_0_0_0_var), NULL);
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[1];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
}
static void DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_CustomAttributesCacheGenerator_U3CSerializationInfoTableU3Ek__BackingField(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_CustomAttributesCacheGenerator_DictionaryHashHelpers_get_SerializationInfoTable_mF0063C5C315B40BE317D64FCBD30FA6B45C46777(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void Comparer_1_tFC3527FB716E7D6B649C267722F045822CB9D8DE_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * tmp = (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 *)cache->attributes[0];
TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x73\x2E\x47\x65\x6E\x65\x72\x69\x63\x2E\x4F\x62\x6A\x65\x63\x74\x43\x6F\x6D\x70\x61\x72\x65\x72\x60\x31"), NULL);
}
}
static void EqualityComparer_1_t133D1F2F1DBA4E1C1DCB6B23D12D4F30EC8053F5_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * tmp = (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 *)cache->attributes[0];
TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x43\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x73\x2E\x47\x65\x6E\x65\x72\x69\x63\x2E\x4F\x62\x6A\x65\x63\x74\x45\x71\x75\x61\x6C\x69\x74\x79\x43\x6F\x6D\x70\x61\x72\x65\x72\x60\x31"), NULL);
}
}
static void ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * tmp = (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 *)cache->attributes[0];
TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x53\x5A\x41\x72\x72\x61\x79\x48\x65\x6C\x70\x65\x72"), NULL);
}
}
static void IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * tmp = (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 *)cache->attributes[0];
TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x53\x5A\x41\x72\x72\x61\x79\x48\x65\x6C\x70\x65\x72"), NULL);
}
}
static void IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * tmp = (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 *)cache->attributes[0];
TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x53\x5A\x41\x72\x72\x61\x79\x48\x65\x6C\x70\x65\x72"), NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void IReadOnlyCollection_1_tE081B868DFEA873337569E637B2CF74DA701CD61_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * tmp = (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 *)cache->attributes[0];
TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x53\x5A\x41\x72\x72\x61\x79\x48\x65\x6C\x70\x65\x72"), NULL);
}
}
static void IReadOnlyDictionary_2_t778B62D849B3827BD63FA8F4A1046B934536F35F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void IReadOnlyList_1_t96D5AF4285652463A266A25479494953208C8039_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 * tmp = (TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1 *)cache->attributes[0];
TypeDependencyAttribute__ctor_m1963288933126C417245F45AF76592C4DBCC8E34(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x53\x5A\x41\x72\x72\x61\x79\x48\x65\x6C\x70\x65\x72"), NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[1];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mscorlib_CollectionDebugView_1_t84B90A545E1F1E0AD4EDA20072CBA657F79CE4A7_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0];
DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x43\x6F\x75\x6E\x74\x20\x3D\x20\x7B\x43\x6F\x75\x6E\x74\x7D"), NULL);
}
{
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 * tmp = (DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014 *)cache->attributes[1];
DebuggerTypeProxyAttribute__ctor_mF05A9CF9DC4A3F95F05938CF6CBF45CC32CF5167(tmp, il2cpp_codegen_type_get_object(Mscorlib_CollectionDebugView_1_t84B90A545E1F1E0AD4EDA20072CBA657F79CE4A7_0_0_0_var), NULL);
}
{
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[2];
DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL);
}
}
static void DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 108LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 224LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
}
static void DebuggerNonUserCodeAttribute_t47FE9BBE8F4A377B2EDD62B769D2AF2392ED7D41_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 236LL, NULL);
AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 3LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[1];
FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL);
}
}
static void DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 384LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 13LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, true, NULL);
}
}
static void DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[1];
AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 4509LL, NULL);
AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, true, NULL);
}
}
static void Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[0];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x54\x68\x65\x20\x44\x65\x62\x75\x67\x67\x65\x72\x20\x63\x6C\x61\x73\x73\x20\x69\x73\x20\x6E\x6F\x74\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x61\x6C"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[0];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x53\x65\x72\x69\x61\x6C\x69\x7A\x65\x64\x20\x6F\x62\x6A\x65\x63\x74\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x63\x6F\x6D\x70\x61\x74\x69\x62\x6C\x65\x20\x77\x69\x74\x68\x20\x4D\x53\x2E\x4E\x45\x54"), NULL);
}
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[1];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
static void StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B * tmp = (MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B *)cache->attributes[1];
MonoTODOAttribute__ctor_mB213B0FD8E634A759E00E1DD4287CEFA60BD2A90(tmp, il2cpp_codegen_string_new_wrapper("\x53\x65\x72\x69\x61\x6C\x69\x7A\x65\x64\x20\x6F\x62\x6A\x65\x63\x74\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x63\x6F\x6D\x70\x61\x74\x69\x62\x6C\x65\x20\x77\x69\x74\x68\x20\x2E\x4E\x45\x54"), NULL);
}
}
static void Contract_tF27C83DC3B0BD78708EC82FB49ACD0C7D97E2466_CustomAttributesCacheGenerator_Contract_ForAll_mFB79966150CD21A095F07604B9882E1C12966A40(CustomAttributesCache* cache)
{
{
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * tmp = (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 *)cache->attributes[0];
ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685(tmp, 3LL, 1LL, NULL);
}
}
static void EventSource_t02B6E43167F06B74646A32A3BBC58988BFC3EA6A_CustomAttributesCacheGenerator_m_EventSourceExceptionRecurenceCount(CustomAttributesCache* cache)
{
{
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * tmp = (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 *)cache->attributes[0];
ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A(tmp, NULL);
}
}
static void U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
}
}
static void UnmanagedMarshal_t12CF87C3315BAEC76D023A7D5C30FF8D0882F37F_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
{
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[1];
ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x41\x6E\x20\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x20\x41\x50\x49\x20\x69\x73\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A\x20\x45\x6D\x69\x74\x20\x74\x68\x65\x20\x4D\x61\x72\x73\x68\x61\x6C\x41\x73\x20\x63\x75\x73\x74\x6F\x6D\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x69\x6E\x73\x74\x65\x61\x64\x2E\x20\x68\x74\x74\x70\x3A\x2F\x2F\x67\x6F\x2E\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x63\x6F\x6D\x2F\x66\x77\x6C\x69\x6E\x6B\x2F\x3F\x6C\x69\x6E\x6B\x69\x64\x3D\x31\x34\x32\x30\x32"), NULL);
}
}
static void DynamicMethod_t44A5404C205BC98BE18330C9EB28BAFB36AE2CF1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
{
{
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[0];
ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, true, NULL);
}
}
IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_mscorlib_AttributeGenerators[];
const CustomAttributesCacheGenerator g_mscorlib_AttributeGenerators[1183] =
{
RuntimeGPtrArrayHandle_tFFF90E5789EADA37BC5B24EE93680549771445B7_CustomAttributesCacheGenerator,
U3Cpublic_key_tokenU3Ee__FixedBuffer_tB14A2D5EC9933696DC9FA36ED40856172409A82E_CustomAttributesCacheGenerator,
SafeGPtrArrayHandle_tAEC97FDEAA1FFF2E1C1475EECB98B945EF86141A_CustomAttributesCacheGenerator,
U3CU3Ec_t9C71671E3FC435799269A2109CBA9DDB7D43CC0F_CustomAttributesCacheGenerator,
Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_CustomAttributesCacheGenerator,
RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_CustomAttributesCacheGenerator,
RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_CustomAttributesCacheGenerator,
RegistryValueKind_t94542CBA8F614FB3998DA5975ACBA30B36FA1FF9_CustomAttributesCacheGenerator,
RegistryValueOptions_t0A732A887823EDB29FA7A9D644C00B483210C4EA_CustomAttributesCacheGenerator,
MonoTODOAttribute_tFB984CBAF37A9C93E915C007BD1427614691907B_CustomAttributesCacheGenerator,
AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_CustomAttributesCacheGenerator,
LocalDataStoreSlot_t89250F25A06E480B8052287EEB620C6C64AAF2D5_CustomAttributesCacheGenerator,
Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_CustomAttributesCacheGenerator,
Action_2_t72E6313162A96F729F4F003F8246DADD5C18BFD2_CustomAttributesCacheGenerator,
Action_3_t8140A6367F178061F15F4055A8BCA40393541A2A_CustomAttributesCacheGenerator,
Func_1_tB66A3A54F7A3CB45DDFC2A21ECB6B6CD5FC9CD7B_CustomAttributesCacheGenerator,
Func_2_t8C79C0C3A7EFB0365BA38FD899BFF5EE4A55B0CE_CustomAttributesCacheGenerator,
Func_3_tFF348B8F726F8029B5CF70BB8AF9F2D8CFBAD55F_CustomAttributesCacheGenerator,
Func_4_t537E296C9208AF1A8F123F978E9D350F64C495E7_CustomAttributesCacheGenerator,
Activator_t1AA661A19D2BA6737D3693FA1C206925035738F8_CustomAttributesCacheGenerator,
AppDomainUnloadedException_t6B36261EB2D2A6F1C85923F6C702DC756B56B074_CustomAttributesCacheGenerator,
ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407_CustomAttributesCacheGenerator,
ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_CustomAttributesCacheGenerator,
ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_CustomAttributesCacheGenerator,
ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_CustomAttributesCacheGenerator,
ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47_CustomAttributesCacheGenerator,
ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_CustomAttributesCacheGenerator,
AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_CustomAttributesCacheGenerator,
Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_CustomAttributesCacheGenerator,
AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923_CustomAttributesCacheGenerator,
AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_CustomAttributesCacheGenerator,
BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_CustomAttributesCacheGenerator,
Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_CustomAttributesCacheGenerator,
Buffer_tC632A2747BF8E5003A9CAB293BF2F6C506C710DE_CustomAttributesCacheGenerator,
Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_CustomAttributesCacheGenerator,
CannotUnloadAppDomainException_t65AADF8792D8CCF6BAF22D51D8E4B7AB92960F9C_CustomAttributesCacheGenerator,
Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_CustomAttributesCacheGenerator,
CharEnumerator_t307E02F1AF2C2C98EE2FFEEE3045A790F2140D75_CustomAttributesCacheGenerator,
CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249_CustomAttributesCacheGenerator,
ConsoleModifiers_t8465A8BC80F4BDB8816D80AA7CBE483DC7D01EBE_CustomAttributesCacheGenerator,
ContextBoundObject_tBB875F915633B46F9364AAFC4129DC6DDC05753B_CustomAttributesCacheGenerator,
ContextStaticAttribute_t7F3343F17E35F2FD20841A3114D6D8A2A8180FF5_CustomAttributesCacheGenerator,
Base64FormattingOptions_t0AE17E3053C9D48FA35CA36C58CCFEE99CC6A3FA_CustomAttributesCacheGenerator,
DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0_CustomAttributesCacheGenerator,
DayOfWeek_t9E9D87E7A85C119F741167E9F8C613ABFB0A4AC7_CustomAttributesCacheGenerator,
DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_CustomAttributesCacheGenerator,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator,
U3CU3Ec_t8E13ABBD257B1FDD18CD40A774D631087D521F67_CustomAttributesCacheGenerator,
DivideByZeroException_tEAEB89F460AFC9F565DBB5CEDDF8BDF1888879E3_CustomAttributesCacheGenerator,
DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_CustomAttributesCacheGenerator,
Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_CustomAttributesCacheGenerator,
EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_CustomAttributesCacheGenerator,
Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator,
EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_CustomAttributesCacheGenerator,
EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_CustomAttributesCacheGenerator,
Exception_t_CustomAttributesCacheGenerator,
ExecutionEngineException_t5D45C7D7B87C20242C79C7C79DA5A91E846D3223_CustomAttributesCacheGenerator,
FieldAccessException_t88FFE38715CE4D411C1174EBBD26BC4BC583AD1D_CustomAttributesCacheGenerator,
FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_CustomAttributesCacheGenerator,
FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_CustomAttributesCacheGenerator,
DTSubString_t17C1E5092BC79CB2A5DA8B2B4AB2047B2BE51F74_CustomAttributesCacheGenerator,
ParseFlags_tAA2AAC09BAF2AFD8A8432E97F3F57BAF7794B011_CustomAttributesCacheGenerator,
Guid_t_CustomAttributesCacheGenerator,
GuidStyles_tA83941DD1F9E36A5394542DBFFF510FE856CC549_CustomAttributesCacheGenerator,
IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_CustomAttributesCacheGenerator,
ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_CustomAttributesCacheGenerator,
IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_CustomAttributesCacheGenerator,
IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_CustomAttributesCacheGenerator,
ICustomFormatter_t688AE8581BC1D963C0649E9692E95285407EC930_CustomAttributesCacheGenerator,
IDisposable_t099785737FC6A1E3699919A94109383715A8D807_CustomAttributesCacheGenerator,
IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF_CustomAttributesCacheGenerator,
IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_CustomAttributesCacheGenerator,
IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_CustomAttributesCacheGenerator,
Int16_tD0F031114106263BB459DA1F099FF9F42691295A_CustomAttributesCacheGenerator,
Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_CustomAttributesCacheGenerator,
Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_CustomAttributesCacheGenerator,
InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_CustomAttributesCacheGenerator,
InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_CustomAttributesCacheGenerator,
InvalidProgramException_tB6929930C57D6BA8D5E5D9E96E87FE8D55563814_CustomAttributesCacheGenerator,
InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_CustomAttributesCacheGenerator,
MemberAccessException_tD623E47056C7D98D56B63B4B954D4E5E128A30FC_CustomAttributesCacheGenerator,
MethodAccessException_tA3EEE9A166E2EEC8FDFC4F139CF37204C16502B6_CustomAttributesCacheGenerator,
MissingFieldException_t608CFBD864BEF9A5608F5E4EE1AFF009769E835A_CustomAttributesCacheGenerator,
MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639_CustomAttributesCacheGenerator,
MissingMethodException_t84403BAD115335684834149401CDDFF3BDD42B41_CustomAttributesCacheGenerator,
MulticastNotSupportedException_tCC19EB5288E6433C665D2F997B5E46E631E44D57_CustomAttributesCacheGenerator,
NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12_CustomAttributesCacheGenerator,
NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_CustomAttributesCacheGenerator,
NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_CustomAttributesCacheGenerator,
NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724_CustomAttributesCacheGenerator,
Number_tEAB3E1B5FD1B730CFCDC651E7C497B4177840AF2_CustomAttributesCacheGenerator,
NumberBuffer_t5EC5B27BA4105EA147F2DE7CE7B96D7E9EAC9271_CustomAttributesCacheGenerator,
ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_CustomAttributesCacheGenerator,
ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671_CustomAttributesCacheGenerator,
OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_CustomAttributesCacheGenerator,
OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_CustomAttributesCacheGenerator,
OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_CustomAttributesCacheGenerator,
ParamArrayAttribute_t9DCEB4CDDB8EDDB1124171D4C51FA6069EEA5C5F_CustomAttributesCacheGenerator,
ParamsArray_t23479E79CB44DA9007429A97C23DAB83F26857CB_CustomAttributesCacheGenerator,
PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_CustomAttributesCacheGenerator,
Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_CustomAttributesCacheGenerator,
RankException_t160F1035CA1CA35C8BCB8884481DE21E20F13E4C_CustomAttributesCacheGenerator,
ListBuilder_1_tA44CA725E70A124CE768D96598E372B5AD5DEA1B_CustomAttributesCacheGenerator,
SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_CustomAttributesCacheGenerator,
SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052_CustomAttributesCacheGenerator,
Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_CustomAttributesCacheGenerator,
StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_CustomAttributesCacheGenerator,
String_t_CustomAttributesCacheGenerator,
StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3_CustomAttributesCacheGenerator,
StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_CustomAttributesCacheGenerator,
SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_CustomAttributesCacheGenerator,
STAThreadAttribute_t8B4D8EA9819CF25BE5B501A9482A670717F41702_CustomAttributesCacheGenerator,
ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14_CustomAttributesCacheGenerator,
TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_CustomAttributesCacheGenerator,
TimeZoneInfoOptions_tF48851CCFC1456EEA16FB89983651FD6039AB4FB_CustomAttributesCacheGenerator,
TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_CustomAttributesCacheGenerator,
AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304_CustomAttributesCacheGenerator,
TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A_CustomAttributesCacheGenerator,
U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_CustomAttributesCacheGenerator,
TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_CustomAttributesCacheGenerator,
Type_t_CustomAttributesCacheGenerator,
TypedReference_tE1755FC30D207D9552DE27539E907EE92C8C073A_CustomAttributesCacheGenerator,
TypeInitializationException_tFBB52C455ED2509387E598E8C0877D464B6EC7B8_CustomAttributesCacheGenerator,
TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7_CustomAttributesCacheGenerator,
UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_CustomAttributesCacheGenerator,
UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_CustomAttributesCacheGenerator,
UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_CustomAttributesCacheGenerator,
UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333_CustomAttributesCacheGenerator,
UnhandledExceptionEventArgs_tFA66D5AA8F6337DEF8E2B494B3B8C377C9FDB885_CustomAttributesCacheGenerator,
UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64_CustomAttributesCacheGenerator,
Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_CustomAttributesCacheGenerator,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator,
CLRConfig_tF2AA904257CB29EA0991DFEB7ED5687982072B3D_CustomAttributesCacheGenerator,
Environment_tBCC20ED506D491BFC121CAEA0AAD63D421BDC32C_CustomAttributesCacheGenerator,
SpecialFolder_t6103ABF21BDF31D4FF825E2761E4616153810B76_CustomAttributesCacheGenerator,
AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8_CustomAttributesCacheGenerator,
AssemblyLoadEventArgs_tD98BB6DC3D935FD1EBF381956ECABA2009ADE08F_CustomAttributesCacheGenerator,
AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C_CustomAttributesCacheGenerator,
Delegate_t_CustomAttributesCacheGenerator,
IntPtr_t_CustomAttributesCacheGenerator,
MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_CustomAttributesCacheGenerator,
MulticastDelegate_t_CustomAttributesCacheGenerator,
Nullable_t0CF9462D7A47F5F3187344A76349FBFA90235BDF_CustomAttributesCacheGenerator,
Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_CustomAttributesCacheGenerator,
RuntimeObject_CustomAttributesCacheGenerator,
OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463_CustomAttributesCacheGenerator,
PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159_CustomAttributesCacheGenerator,
ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D_CustomAttributesCacheGenerator,
ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089_CustomAttributesCacheGenerator,
RuntimeArgumentHandle_t190D798B5562AF53212D00C61A4519F705CBC27A_CustomAttributesCacheGenerator,
RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96_CustomAttributesCacheGenerator,
RuntimeMethodHandle_t8974037C4FE5F6C3AE7D3731057CDB2891A21C9A_CustomAttributesCacheGenerator,
RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9_CustomAttributesCacheGenerator,
StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998_CustomAttributesCacheGenerator,
TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_CustomAttributesCacheGenerator,
TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C_CustomAttributesCacheGenerator,
DisplayNameFormat_tF42BE9AF429E47348F6DF90A17947869EF4D0077_CustomAttributesCacheGenerator,
UIntPtr_t_CustomAttributesCacheGenerator,
ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_CustomAttributesCacheGenerator,
Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_CustomAttributesCacheGenerator,
WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_CustomAttributesCacheGenerator,
AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66_CustomAttributesCacheGenerator,
AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD_CustomAttributesCacheGenerator,
ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator,
Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator,
Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator,
EncodingNLS_t6F875E5EF171A3E07D8CC7F36D51FD52797E43EE_CustomAttributesCacheGenerator,
EncodingProvider_t9032B68D7624B1164911D5084FA25EDE3DCC9DB9_CustomAttributesCacheGenerator,
StringBuilder_t_CustomAttributesCacheGenerator,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator,
UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator,
NormalizationForm_tCCA9D5E33FA919BB4CA5AC071CE95B428F1BC91E_CustomAttributesCacheGenerator,
IResourceReader_tB5A7F9D51AB1F5FEC29628E2E541338D44A88379_CustomAttributesCacheGenerator,
NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2_CustomAttributesCacheGenerator,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator,
ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492_CustomAttributesCacheGenerator,
ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F_CustomAttributesCacheGenerator,
SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_CustomAttributesCacheGenerator,
UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B_CustomAttributesCacheGenerator,
CustomAttributeExtensions_t7EEBBA00B9C5B3009BA492F7EF9F8A758E3A2E40_CustomAttributesCacheGenerator,
AmbiguousMatchException_t621C519F5B9463AC6D8771EE95D759ED6DE5C27B_CustomAttributesCacheGenerator,
AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC_CustomAttributesCacheGenerator,
AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2_CustomAttributesCacheGenerator,
AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA_CustomAttributesCacheGenerator,
AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4_CustomAttributesCacheGenerator,
AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3_CustomAttributesCacheGenerator,
AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7_CustomAttributesCacheGenerator,
AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C_CustomAttributesCacheGenerator,
AssemblyDefaultAliasAttribute_tBED24B7B2D875CB2BD712ABC4099024C2505B7AA_CustomAttributesCacheGenerator,
AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0_CustomAttributesCacheGenerator,
AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F_CustomAttributesCacheGenerator,
AssemblyKeyFileAttribute_tEF26145AA8A5F35C218FE543113825F133CC6253_CustomAttributesCacheGenerator,
AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38_CustomAttributesCacheGenerator,
AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622_CustomAttributesCacheGenerator,
AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE_CustomAttributesCacheGenerator,
ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB_CustomAttributesCacheGenerator,
Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30_CustomAttributesCacheGenerator,
BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733_CustomAttributesCacheGenerator,
CallingConventions_t9EE04367ABED67A03DB2971F80F83D3EBA9C04E0_CustomAttributesCacheGenerator,
DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5_CustomAttributesCacheGenerator,
EventAttributes_tB9D0F1AFC5F87943B08F651B84B33029A69ACF23_CustomAttributesCacheGenerator,
FieldAttributes_tEB0BC525FE67F2A6591D21D668E1564C91ADD52B_CustomAttributesCacheGenerator,
GenericParameterAttributes_t9B99651DEB2A0F5909E135A8A1011237D3DF50CB_CustomAttributesCacheGenerator,
ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_CustomAttributesCacheGenerator,
InvalidFilterCriteriaException_t7F8507875D22356462784368747FCB7B80668DFB_CustomAttributesCacheGenerator,
PInvokeAttributes_tEB10F99146CE38810C489B1CA3BF7225568EDD15_CustomAttributesCacheGenerator,
MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81_CustomAttributesCacheGenerator,
MemberInfo_t_CustomAttributesCacheGenerator,
MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE_CustomAttributesCacheGenerator,
MethodAttributes_t1978E962D7528E48D6BCFCECE50B014A91AAAB85_CustomAttributesCacheGenerator,
MethodBase_t_CustomAttributesCacheGenerator,
ExceptionHandlingClauseOptions_tFDAF45D6BDAD055E7F90C79FDFB16DC7DF9259ED_CustomAttributesCacheGenerator,
MethodImplAttributes_t01BE592D8A1DFBF4C959509F244B5B53F8235C15_CustomAttributesCacheGenerator,
MethodInfo_t_CustomAttributesCacheGenerator,
Missing_t053C7B066255E5D0AC65556F9D4C9AF83D4B1BA2_CustomAttributesCacheGenerator,
ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218_CustomAttributesCacheGenerator,
ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_CustomAttributesCacheGenerator,
Pointer_t97714CA5B772F5B09030CBEEBD58AAEBDE819DAF_CustomAttributesCacheGenerator,
PropertyAttributes_tD4697434E7DA092DDE18E7D5863B2BC2EA5CD3C1_CustomAttributesCacheGenerator,
ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C_CustomAttributesCacheGenerator,
TargetException_t24392281B50548C1502540A59617BC50E2EAF8C2_CustomAttributesCacheGenerator,
TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_CustomAttributesCacheGenerator,
TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC_CustomAttributesCacheGenerator,
TypeAttributes_tFFF101857AC57180CED728A4371F4214F8C67410_CustomAttributesCacheGenerator,
TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3_CustomAttributesCacheGenerator,
TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F_CustomAttributesCacheGenerator,
Assembly_t_CustomAttributesCacheGenerator,
AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_CustomAttributesCacheGenerator,
ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator,
CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85_CustomAttributesCacheGenerator,
CustomAttributeFormatException_t16E1DE57A580E900BEC449F6A8274949F610C095_CustomAttributesCacheGenerator,
CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_CustomAttributesCacheGenerator,
CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_CustomAttributesCacheGenerator,
EventInfo_t_CustomAttributesCacheGenerator,
ExceptionHandlingClause_t5ECB535787E9B1D0DF95061E051CAEDDBB363104_CustomAttributesCacheGenerator,
FieldInfo_t_CustomAttributesCacheGenerator,
LocalVariableInfo_t886B53D36BA0B4BA37FEEB6DB4834A6933FDAF61_CustomAttributesCacheGenerator,
MethodBody_t994D7AC5F4F2C64BBDFA87CF62D9520EDBC44975_CustomAttributesCacheGenerator,
Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_CustomAttributesCacheGenerator,
MonoAssembly_t7BF603FA17CBEDB6E18CFD3523460F65BF946900_CustomAttributesCacheGenerator,
MonoModule_t4CE18B439A2BCC815D76764DA099159E79DF7E1E_CustomAttributesCacheGenerator,
MonoParameterInfo_tF3F69AF36EAE1C3AACFB76AC0945C7B387A6B16E_CustomAttributesCacheGenerator,
PInfo_tA2A7DDE9FEBB5094D5B84BD73638EDAFC2689635_CustomAttributesCacheGenerator,
ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_CustomAttributesCacheGenerator,
PropertyInfo_t_CustomAttributesCacheGenerator,
StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF_CustomAttributesCacheGenerator,
LocalBuilder_t7D66C7BAA00271B00F8FDBE1F3D85A6223E99E16_CustomAttributesCacheGenerator,
BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator,
BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator,
Directory_t2155D4F46360005BEF52FCFD2584D95A2752BB82_CustomAttributesCacheGenerator,
DirectoryNotFoundException_t93058944B1CA95F00EB4DE3BB70202CEB99CE07B_CustomAttributesCacheGenerator,
DriveNotFoundException_tAF30F7567FBD1CACEADAE08CE6ED87F44C83C0B6_CustomAttributesCacheGenerator,
EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_CustomAttributesCacheGenerator,
FileLoadException_tBC0C288BF22D1EC6368CA47EDC597624C7A804CC_CustomAttributesCacheGenerator,
FileNotFoundException_tD3939F67D0DF6571BFEDB3656CF7A4EB5AC65AC8_CustomAttributesCacheGenerator,
FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246_CustomAttributesCacheGenerator,
IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_CustomAttributesCacheGenerator,
MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_CustomAttributesCacheGenerator,
PathTooLongException_t117AA1F09A957F54EC7B0F100344E81E82AC71B7_CustomAttributesCacheGenerator,
Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_CustomAttributesCacheGenerator,
U3CU3Ec_t0B9BA392160C64553C28F93C014479CD7CDC88CB_CustomAttributesCacheGenerator,
U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_CustomAttributesCacheGenerator,
StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_CustomAttributesCacheGenerator,
StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_CustomAttributesCacheGenerator,
StringReader_t74E352C280EAC22C878867444978741F19E1F895_CustomAttributesCacheGenerator,
TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_CustomAttributesCacheGenerator,
U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_CustomAttributesCacheGenerator,
TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_CustomAttributesCacheGenerator,
U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_CustomAttributesCacheGenerator,
DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD_CustomAttributesCacheGenerator,
File_tC022B356A820721FB9BE727F19B1AA0E06E6E57A_CustomAttributesCacheGenerator,
FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B_CustomAttributesCacheGenerator,
FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE_CustomAttributesCacheGenerator,
FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336_CustomAttributesCacheGenerator,
FileOptions_t83C5A0A606E5184DF8E5720503CA94E559A61330_CustomAttributesCacheGenerator,
FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB_CustomAttributesCacheGenerator,
FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_CustomAttributesCacheGenerator,
Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_CustomAttributesCacheGenerator,
SearchOption_tD088231E1E225D39BB408AEF566091138555C261_CustomAttributesCacheGenerator,
SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F_CustomAttributesCacheGenerator,
Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator,
CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725_CustomAttributesCacheGenerator,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator,
CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C_CustomAttributesCacheGenerator,
MonthNameStyles_tF770578825A9E416BD1D6CEE2BB06A9C58EB391C_CustomAttributesCacheGenerator,
DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7_CustomAttributesCacheGenerator,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator,
DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_CustomAttributesCacheGenerator,
GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator,
GregorianCalendarTypes_tAC1C99C90A14D63647E2E16F9E26EA2B04673FA2_CustomAttributesCacheGenerator,
JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_CustomAttributesCacheGenerator,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator,
NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594_CustomAttributesCacheGenerator,
TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C_CustomAttributesCacheGenerator,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator,
UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38_CustomAttributesCacheGenerator,
SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_CustomAttributesCacheGenerator,
CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_CustomAttributesCacheGenerator,
RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator,
CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_CustomAttributesCacheGenerator,
CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3_CustomAttributesCacheGenerator,
SparselyPopulatedArrayFragment_1_t643DA71D99F6BDED5E9D12BCE9C7C774A1519A1F_CustomAttributesCacheGenerator,
ManualResetEventSlim_tDEDF52539E364C425BA581F3AAF42843AFAD366E_CustomAttributesCacheGenerator,
SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_CustomAttributesCacheGenerator,
U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_CustomAttributesCacheGenerator,
SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator,
AbandonedMutexException_t992765CD98FBF7A0CFB0A8795116F8F770092242_CustomAttributesCacheGenerator,
EventResetMode_tB7B112299A76E5476A66C3EBCBACC1870EB342A8_CustomAttributesCacheGenerator,
EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C_CustomAttributesCacheGenerator,
ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_CustomAttributesCacheGenerator,
CaptureOptions_t9DBDF67BE8DFE3AC07C9AF489F95FC8C14CB9C9E_CustomAttributesCacheGenerator,
ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_CustomAttributesCacheGenerator,
Monitor_t92CC5FE6089760F1B1BBC43E104808CB6824C0C3_CustomAttributesCacheGenerator,
ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_CustomAttributesCacheGenerator,
SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741_CustomAttributesCacheGenerator,
MonoPInvokeCallbackAttribute_t2C75413B602143864AFF9D2FD4FC27AFAEFB339A_CustomAttributesCacheGenerator,
U3CU3Ec_tFF9BE01C85B19F8D2AC32AEB69AE274E6D080C9F_CustomAttributesCacheGenerator,
SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D_CustomAttributesCacheGenerator,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator,
ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_CustomAttributesCacheGenerator,
ThreadInterruptedException_t79671BFC28D9946768F83A1CFE78A2D586FF02DD_CustomAttributesCacheGenerator,
WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_CustomAttributesCacheGenerator,
WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB_CustomAttributesCacheGenerator,
ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_CustomAttributesCacheGenerator,
ThreadState_t905C3A57C9EAC95C7FC7202EEB6F25A106C0FD4C_CustomAttributesCacheGenerator,
ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA_CustomAttributesCacheGenerator,
WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator,
WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3_CustomAttributesCacheGenerator,
Mutex_tA342933FCB3E3E679E3CD498804DE36CD81801B5_CustomAttributesCacheGenerator,
NativeOverlapped_tB6D94AD9790B308106B309C7927F913972874A3B_CustomAttributesCacheGenerator,
RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F_CustomAttributesCacheGenerator,
Timer_t31BE4EDDA5C1CB5CFDF698231850B47B7F9DE9CB_CustomAttributesCacheGenerator,
TimerCallback_tD193CC50BF27E129E6857E1E8A7EAC24BD131814_CustomAttributesCacheGenerator,
CausalityTraceLevel_t01DEED18A37C591FB2E53F2ADD89E2145ED8A9CD_CustomAttributesCacheGenerator,
AsyncCausalityStatus_tB4918F222DA36F8D1AFD305EEBD3DE3C6FA1631F_CustomAttributesCacheGenerator,
AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator,
Task_1_t568291872C69C69075FDD0A6674262E52CC2B021_CustomAttributesCacheGenerator,
U3CU3Ec_t41BB274422EDEE13FE390B79EC48ACA9799A2D34_CustomAttributesCacheGenerator,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator,
U3CU3Ec__DisplayClass178_0_t26DA6AADD06D410B9511EEAE86E81BB72E13577B_CustomAttributesCacheGenerator,
U3CU3Ec_t92C182BCED0D720544B8BEB755769004B9E0CA12_CustomAttributesCacheGenerator,
TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112_CustomAttributesCacheGenerator,
InternalTaskOptions_tE9869E444962B12AAF216CDE276D379BD57D5EEF_CustomAttributesCacheGenerator,
TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399_CustomAttributesCacheGenerator,
U3CU3Ec_t42E489F4DD4619603148F96461205705DFCD276A_CustomAttributesCacheGenerator,
U3CU3Ec_t97DE2C4F7EF16C425D7DB74D03F1E0947B3D9AF2_CustomAttributesCacheGenerator,
U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_CustomAttributesCacheGenerator,
U3CU3Ec_tF4745C95FFF946A19C2E246825F60484196CEB31_CustomAttributesCacheGenerator,
TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_CustomAttributesCacheGenerator,
SecurityElement_tB9682077760936136392270197F642224B2141CC_CustomAttributesCacheGenerator,
SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_CustomAttributesCacheGenerator,
SecurityManager_t69B948787AF89ADBF4F1E02E2659088682A2BB96_CustomAttributesCacheGenerator,
XmlSyntaxException_t489F970A3EFAFC917716B6838D03041A17C01A47_CustomAttributesCacheGenerator,
Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator,
IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2_CustomAttributesCacheGenerator,
CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_CustomAttributesCacheGenerator,
CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_CustomAttributesCacheGenerator,
HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_CustomAttributesCacheGenerator,
RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50_CustomAttributesCacheGenerator,
SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E_CustomAttributesCacheGenerator,
CryptoConfig_t5297629E49F03FDF457B06824EB6271AC1E8AC57_CustomAttributesCacheGenerator,
SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7_CustomAttributesCacheGenerator,
FormatterConverter_t686E6D4D930FFC3B40A8016E0D046E9189895C21_CustomAttributesCacheGenerator,
FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_CustomAttributesCacheGenerator,
U3CU3Ec__DisplayClass9_0_tB1E40E73A23715AC3F1239BA98BEA07A5F3836E3_CustomAttributesCacheGenerator,
IDeserializationCallback_tAC12ADF9290B08C82B2B92FC8108E2170B6A4ECA_CustomAttributesCacheGenerator,
IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176_CustomAttributesCacheGenerator,
IObjectReference_t96F37B6DF047DA1079D8E1F37A96DF5C4772B32E_CustomAttributesCacheGenerator,
ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_CustomAttributesCacheGenerator,
ISerializationSurrogate_tC20BD4E08AA053727BE2CC53F4B95E9A2C4BEF8D_CustomAttributesCacheGenerator,
ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA_CustomAttributesCacheGenerator,
ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259_CustomAttributesCacheGenerator,
ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96_CustomAttributesCacheGenerator,
OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59_CustomAttributesCacheGenerator,
OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_CustomAttributesCacheGenerator,
OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_CustomAttributesCacheGenerator,
OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_CustomAttributesCacheGenerator,
OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_CustomAttributesCacheGenerator,
SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8_CustomAttributesCacheGenerator,
SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_CustomAttributesCacheGenerator,
SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator,
SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_CustomAttributesCacheGenerator,
SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6_CustomAttributesCacheGenerator,
StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_CustomAttributesCacheGenerator,
StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3_CustomAttributesCacheGenerator,
FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A_CustomAttributesCacheGenerator,
FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2_CustomAttributesCacheGenerator,
TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D_CustomAttributesCacheGenerator,
MessageEnum_t2CFD70C2D90F1CCE06755D360DC14603733DCCBC_CustomAttributesCacheGenerator,
BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_CustomAttributesCacheGenerator,
SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42_CustomAttributesCacheGenerator,
IntSizedArray_tD2630F08CAA7E2687372DAF56A5BE4215643A04A_CustomAttributesCacheGenerator,
ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_CustomAttributesCacheGenerator,
ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274_CustomAttributesCacheGenerator,
IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3_CustomAttributesCacheGenerator,
IEnvoyInfo_t0D9B51B59DD51C108742B0B18E09DC1B0AD6B713_CustomAttributesCacheGenerator,
IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_CustomAttributesCacheGenerator,
InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_CustomAttributesCacheGenerator,
ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_CustomAttributesCacheGenerator,
RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_CustomAttributesCacheGenerator,
RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_CustomAttributesCacheGenerator,
RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator,
SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_CustomAttributesCacheGenerator,
TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5_CustomAttributesCacheGenerator,
WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_CustomAttributesCacheGenerator,
WellKnownObjectMode_tD0EDA73FE29C75F12EA90F0EBC7875BAD0E3E7BD_CustomAttributesCacheGenerator,
WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D_CustomAttributesCacheGenerator,
ITrackingHandler_tB9F5A3DBC891ED1B041598EEEE89D75FC82430A3_CustomAttributesCacheGenerator,
TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_CustomAttributesCacheGenerator,
ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_CustomAttributesCacheGenerator,
RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_CustomAttributesCacheGenerator,
ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_CustomAttributesCacheGenerator,
ISponsor_tD6A1763B7D8A6280ECBD2AA4C8CFD5547BF20394_CustomAttributesCacheGenerator,
LeaseState_tB93D422C38A317EBB25A5288A2229882FE1E8491_CustomAttributesCacheGenerator,
LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_CustomAttributesCacheGenerator,
Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_CustomAttributesCacheGenerator,
CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682_CustomAttributesCacheGenerator,
IContextAttribute_t2DE63AB70FAE132F1759A219D2BDBC36C4CDF9A6_CustomAttributesCacheGenerator,
IContextProperty_tF858BD399C046AF0464BD16136F83B9F88826C48_CustomAttributesCacheGenerator,
IContributeClientContextSink_t57B1A1EC6F1A04E87ACFB46B0110D9EC02EB1DD9_CustomAttributesCacheGenerator,
IContributeDynamicSink_tA7B6788A61068C6A5F07C9155818CC6775EC354E_CustomAttributesCacheGenerator,
IContributeEnvoySink_t09F9C8C896CDEF2CBC4284191776F34EF9430ED9_CustomAttributesCacheGenerator,
IContributeObjectSink_t5EBF9772633F55B410C3FFD6A5F32F7C5DA78AFD_CustomAttributesCacheGenerator,
IContributeServerContextSink_t86FCD12D47F62E4311B2BA178309BB2242DC8BE3_CustomAttributesCacheGenerator,
IDynamicMessageSink_t623E192213A30BE23F4C87357D6BC717D9B29E5F_CustomAttributesCacheGenerator,
IDynamicProperty_t4AFBC608B3805A9817DB76B9D56E77ECB67781BD_CustomAttributesCacheGenerator,
ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_CustomAttributesCacheGenerator,
CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_CustomAttributesCacheGenerator,
IChannel_tAAB2462B4D468FB11A38ACC68C561C9BA8E9A8B0_CustomAttributesCacheGenerator,
IChannelDataStore_tC196EC915AAAD6588FCA457AA74EB30BE1F5BC9C_CustomAttributesCacheGenerator,
IChannelReceiver_tAB4C6F19EF8F5D5641CB3C4BE305C97819D9B92B_CustomAttributesCacheGenerator,
IChannelSender_tC9474F74732657C8839C64D56543D40F9C9A3724_CustomAttributesCacheGenerator,
IClientChannelSinkProvider_tB3CC676B6211DA8F57838434B0443C12B25FC422_CustomAttributesCacheGenerator,
IServerChannelSinkProvider_t24A95E44364690525F5E4CD5ADEB549D8E1EB429_CustomAttributesCacheGenerator,
SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E_CustomAttributesCacheGenerator,
IActivator_t860F083B53B1F949344E0FF8326AF82316B2A5CA_CustomAttributesCacheGenerator,
IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_CustomAttributesCacheGenerator,
IConstructionReturnMessage_t81215227E34D8CDBBD6B23E2C123F92C13299F09_CustomAttributesCacheGenerator,
SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC_CustomAttributesCacheGenerator,
SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_CustomAttributesCacheGenerator,
SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378_CustomAttributesCacheGenerator,
SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3_CustomAttributesCacheGenerator,
SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_CustomAttributesCacheGenerator,
CallContext_t90895C0015A31D6E8A4F5185486EB6FB76A1544F_CustomAttributesCacheGenerator,
LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_CustomAttributesCacheGenerator,
AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_CustomAttributesCacheGenerator,
ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C_CustomAttributesCacheGenerator,
ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE_CustomAttributesCacheGenerator,
Header_tB3EEE0CBE8792FB3CAC719E5BCB60BA7718E14CE_CustomAttributesCacheGenerator,
HeaderHandler_t503AE3AA2FFEA490B012CBF3A3EB37C21FF0490D_CustomAttributesCacheGenerator,
IMessage_tFB62BF93B045EA3FA0278D55C5044B322E7B4545_CustomAttributesCacheGenerator,
IMessageCtrl_t343815B567A7293C85B61753266DCF852EB1748F_CustomAttributesCacheGenerator,
IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_CustomAttributesCacheGenerator,
IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_CustomAttributesCacheGenerator,
IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_CustomAttributesCacheGenerator,
IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_CustomAttributesCacheGenerator,
MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2_CustomAttributesCacheGenerator,
MessageDictionary_tF87E1D8408337642172945A13C9C116D7F9336BE_CustomAttributesCacheGenerator,
MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_CustomAttributesCacheGenerator,
OneWayAttribute_t1A6A3AC65EFBD9875E35205A3625856CCDD34DEA_CustomAttributesCacheGenerator,
RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_CustomAttributesCacheGenerator,
ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_CustomAttributesCacheGenerator,
HandleProcessCorruptedStateExceptionsAttribute_t1C1324265A78BFA8D907504315B78C9E09E2EE53_CustomAttributesCacheGenerator,
CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997_CustomAttributesCacheGenerator,
ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971_CustomAttributesCacheGenerator,
U3CU3Ec__DisplayClass4_0_t38B3E16316858B21DD5DEED1FFA2F925C066AC80_CustomAttributesCacheGenerator,
U3CU3Ec_t4202B038B520398A74BB9C92F9213CF50603874F_CustomAttributesCacheGenerator,
AsyncStateMachineAttribute_tBDB4B958CFB5CD3BEE1427711FFC8C358C9BA6E6_CustomAttributesCacheGenerator,
IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830_CustomAttributesCacheGenerator,
RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80_CustomAttributesCacheGenerator,
StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3_CustomAttributesCacheGenerator,
TypeForwardedFromAttribute_t8720B6C728D073F01D73931060E2925C1D1909F9_CustomAttributesCacheGenerator,
DefaultDependencyAttribute_t21B87744D7ABF0FF6F57E498DE4EFD9A03E4F143_CustomAttributesCacheGenerator,
CompilationRelaxations_t3F4D0C01134AC29212BCFE66E9A9F13A92F888AC_CustomAttributesCacheGenerator,
CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF_CustomAttributesCacheGenerator,
CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C_CustomAttributesCacheGenerator,
CustomConstantAttribute_t1088F47FE1E92C116114FB811293DBCCC9B6C580_CustomAttributesCacheGenerator,
DateTimeConstantAttribute_t546AFFD33ADD9C6F4C41B0E7B47B627932D92EEE_CustomAttributesCacheGenerator,
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A_CustomAttributesCacheGenerator,
ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC_CustomAttributesCacheGenerator,
FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C_CustomAttributesCacheGenerator,
InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C_CustomAttributesCacheGenerator,
FriendAccessAllowedAttribute_tEF68D19B7A8C64D368FBDC59BB0A456B9D7271B3_CustomAttributesCacheGenerator,
IsVolatile_t6ED2D0439DEC9CD9E03E7F707E4836CCB5C34DC4_CustomAttributesCacheGenerator,
TypeDependencyAttribute_tFF8DAB85FA35691CE24562D9137E2948CC2083B1_CustomAttributesCacheGenerator,
UnsafeValueTypeAttribute_tC3B73880876B0FA7C68CE8A678FD4D6440438CAC_CustomAttributesCacheGenerator,
StringFreezingAttribute_t39D6E7BE4022A2552C37692B60D7284865D958F8_CustomAttributesCacheGenerator,
JitHelpers_t6DC124FF04E77C7EDE891400F7F01460DB8807E9_CustomAttributesCacheGenerator,
UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F_CustomAttributesCacheGenerator,
DispIdAttribute_tA0AC84D3405A11FF2C0118FE7B55976B89DBD829_CustomAttributesCacheGenerator,
ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E_CustomAttributesCacheGenerator,
InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E_CustomAttributesCacheGenerator,
ComDefaultInterfaceAttribute_tC170FF54A68C3A32A635632D3DB9E6410F02FE72_CustomAttributesCacheGenerator,
ClassInterfaceType_t4D1903EA7B9A6DF79A19DEE000B7ED28E476069D_CustomAttributesCacheGenerator,
ClassInterfaceAttribute_tAC9219C38D4BECF25B48BA254128B82AE8849875_CustomAttributesCacheGenerator,
ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A_CustomAttributesCacheGenerator,
VarEnum_tAB88E7C29FB9B005044E4BEBD46097CE78A88218_CustomAttributesCacheGenerator,
UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator,
ComImportAttribute_t8A6BBE54E3259B07ACE4161A64FF180879E82E15_CustomAttributesCacheGenerator,
GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063_CustomAttributesCacheGenerator,
PreserveSigAttribute_t7242C5AFDC267ABED85699B12E42FD4AF45307D1_CustomAttributesCacheGenerator,
InAttribute_t7A70EB9EF1F01E6C3F189CE2B89EAB14C78AB83D_CustomAttributesCacheGenerator,
OutAttribute_t993A013085F642EF5C57EC86A6FA95C7BEFC8E25_CustomAttributesCacheGenerator,
OptionalAttribute_t9613B5775155FF16DDAC8B577061F32F238ED174_CustomAttributesCacheGenerator,
DllImportSearchPath_t0DCA43A0B5753BD73767C7A1B85AB9272669BB8A_CustomAttributesCacheGenerator,
DefaultDllImportSearchPathsAttribute_t606861446278EFE315772AB77331FBD457E0B68F_CustomAttributesCacheGenerator,
DllImportAttribute_tCDC32C1C2C21832ECCA18364FDBB1B483F1FFF02_CustomAttributesCacheGenerator,
FieldOffsetAttribute_t5AD7F4C02930B318CE4C72D97897E52D84684944_CustomAttributesCacheGenerator,
ComCompatibleVersionAttribute_tC75249EF0E76BDB5322EC20EBCADDF5E8F9E183A_CustomAttributesCacheGenerator,
CallingConvention_tCD05DC1A211D9713286784F4DDDE1BA18B839924_CustomAttributesCacheGenerator,
CharSet_tF37E3433B83409C49A52A325333BFBC08ACD6E4B_CustomAttributesCacheGenerator,
COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C_CustomAttributesCacheGenerator,
ErrorWrapper_t30EB3ECE2233CD676432F16647AD685E79A89C90_CustomAttributesCacheGenerator,
ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783_CustomAttributesCacheGenerator,
HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF_CustomAttributesCacheGenerator,
ICustomMarshaler_t80EB49788AEF84B74679326520B54A08BDAFFCD3_CustomAttributesCacheGenerator,
MarshalDirectiveException_t45D00FD795083DFF64F6C8B69C5A3BB372BD45FD_CustomAttributesCacheGenerator,
GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_CustomAttributesCacheGenerator,
GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38_CustomAttributesCacheGenerator,
MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6_CustomAttributesCacheGenerator,
_Activator_tC9A3AD498AE39636340B7AD65BE1C6A2D4F82B51_CustomAttributesCacheGenerator,
_Assembly_tF07ADC96EE1051683DB991C21279C95DFF104AD4_CustomAttributesCacheGenerator,
_AssemblyName_t1687C68B10D76854B05D1DB74066A4FE7639A857_CustomAttributesCacheGenerator,
_ConstructorInfo_tCC1F4119636A34A55344B040BFFA4E3B15E6CB46_CustomAttributesCacheGenerator,
_EventInfo_t3642660B5635799CA7BE30DC10399086FFEBD8B9_CustomAttributesCacheGenerator,
_Exception_tB9654EDC09A9E5146FDEF0069A8723EC5B58D734_CustomAttributesCacheGenerator,
_FieldInfo_t50FB70D31891771FBFE2B16108B0F82777D1F6E5_CustomAttributesCacheGenerator,
_MemberInfo_t60D0B61D60A9DACEDD0ACD85D9BE096D62494243_CustomAttributesCacheGenerator,
_MethodBase_t3AC21BBE45067B3CD49C3258E90EF98945AD4631_CustomAttributesCacheGenerator,
_MethodInfo_tBD16656180C70B2B4FECEFE3D9CABEDB478452F3_CustomAttributesCacheGenerator,
_Module_t47C66C6C0034C4DF6D279DD50FD6CA90BE531592_CustomAttributesCacheGenerator,
_ParameterInfo_tF398309C4B909457F03C263FEB7F0F9D8E820A86_CustomAttributesCacheGenerator,
_PropertyInfo_tDA1750BA85E932F7872552E2A6C34195AD4F50BD_CustomAttributesCacheGenerator,
_Thread_t0B433D0C5241F823727A88D05E7212DA51ADC2FF_CustomAttributesCacheGenerator,
_Type_t30BBA31084CCFC95A50480F211E18B574579F036_CustomAttributesCacheGenerator,
ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_CustomAttributesCacheGenerator,
CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_CustomAttributesCacheGenerator,
CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_CustomAttributesCacheGenerator,
Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_CustomAttributesCacheGenerator,
EmptyReadOnlyDictionaryInternal_tB752D90C5B9AB161127D1F7FC87963B1DBB1F094_CustomAttributesCacheGenerator,
Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator,
SyncHashtable_t4F35FE38FB79C9F4C1F667D9DDD9836FA283841C_CustomAttributesCacheGenerator,
HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_CustomAttributesCacheGenerator,
ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_CustomAttributesCacheGenerator,
IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_CustomAttributesCacheGenerator,
IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_CustomAttributesCacheGenerator,
IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_CustomAttributesCacheGenerator,
IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_CustomAttributesCacheGenerator,
IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_CustomAttributesCacheGenerator,
IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_CustomAttributesCacheGenerator,
IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_CustomAttributesCacheGenerator,
IList_tB15A9D6625D09661D6E47976BB626C703EC81910_CustomAttributesCacheGenerator,
ListDictionaryInternal_t41BC521E191A070D69C4D98B996314424BBFDA8A_CustomAttributesCacheGenerator,
Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_CustomAttributesCacheGenerator,
SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_CustomAttributesCacheGenerator,
Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_CustomAttributesCacheGenerator,
ReadOnlyCollection_1_tFF1617BDDB6CC1270F86427B15677A345318C114_CustomAttributesCacheGenerator,
ConcurrentDictionary_2_t61E33ED50012B3046F80CF8537C7097E625357C3_CustomAttributesCacheGenerator,
U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator,
CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2_CustomAttributesCacheGenerator,
Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_CustomAttributesCacheGenerator,
KeyCollection_t49A7187FD10B4852B0307D5C5556DC2278615A4B_CustomAttributesCacheGenerator,
ValueCollection_tB4C7A1D5F7B11ABA09BBF76F55FCDFD92EF70EEF_CustomAttributesCacheGenerator,
Comparer_1_tFC3527FB716E7D6B649C267722F045822CB9D8DE_CustomAttributesCacheGenerator,
EqualityComparer_1_t133D1F2F1DBA4E1C1DCB6B23D12D4F30EC8053F5_CustomAttributesCacheGenerator,
ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_CustomAttributesCacheGenerator,
IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_CustomAttributesCacheGenerator,
IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_CustomAttributesCacheGenerator,
IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_CustomAttributesCacheGenerator,
IReadOnlyCollection_1_tE081B868DFEA873337569E637B2CF74DA701CD61_CustomAttributesCacheGenerator,
IReadOnlyDictionary_2_t778B62D849B3827BD63FA8F4A1046B934536F35F_CustomAttributesCacheGenerator,
IReadOnlyList_1_t96D5AF4285652463A266A25479494953208C8039_CustomAttributesCacheGenerator,
KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952_CustomAttributesCacheGenerator,
List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_CustomAttributesCacheGenerator,
DebuggerStepThroughAttribute_t4058F4B4E5E1DF6883627F75165741AF154B781F_CustomAttributesCacheGenerator,
DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88_CustomAttributesCacheGenerator,
DebuggerNonUserCodeAttribute_t47FE9BBE8F4A377B2EDD62B769D2AF2392ED7D41_CustomAttributesCacheGenerator,
DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B_CustomAttributesCacheGenerator,
DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8_CustomAttributesCacheGenerator,
DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091_CustomAttributesCacheGenerator,
DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53_CustomAttributesCacheGenerator,
DebuggerTypeProxyAttribute_t20C961369DAE0E16D87B752F1C04F16FC3B90014_CustomAttributesCacheGenerator,
DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F_CustomAttributesCacheGenerator,
Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_CustomAttributesCacheGenerator,
StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_CustomAttributesCacheGenerator,
StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_CustomAttributesCacheGenerator,
U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_CustomAttributesCacheGenerator,
UnmanagedMarshal_t12CF87C3315BAEC76D023A7D5C30FF8D0882F37F_CustomAttributesCacheGenerator,
DynamicMethod_t44A5404C205BC98BE18330C9EB28BAFB36AE2CF1_CustomAttributesCacheGenerator,
MonoAssemblyName_tE20314AD2C276E3F43032CF6331539F0C89ED4A6_CustomAttributesCacheGenerator_public_key_token,
Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_CustomAttributesCacheGenerator_DynData,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Zero,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_One,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_MinusOne,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_MaxValue,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_MinValue,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_NearNegativeZero,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_NearPositiveZero,
Exception_t_CustomAttributesCacheGenerator_s_EDILock,
Exception_t_CustomAttributesCacheGenerator__safeSerializationManager,
CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE_CustomAttributesCacheGenerator__options,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_type_resolve_in_progress,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_assembly_resolve_in_progress,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_assembly_resolve_in_progress_refonly,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator__principal,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AssemblyLoad,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AssemblyResolve,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_DomainUnload,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_ProcessExit,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_ResourceResolve,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_TypeResolve,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_UnhandledException,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_FirstChanceException,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_ReflectionOnlyAssemblyResolve,
AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8_CustomAttributesCacheGenerator_U3CTargetFrameworkNameU3Ek__BackingField,
MonoCustomAttrs_t67893E3BB245F2047816008E6CF61ACD3763F5C3_CustomAttributesCacheGenerator_usage_cache,
NumberFormatter_t048A6D70E54D87C0C5FFA05784436A052F9E6F24_CustomAttributesCacheGenerator_threadNumberFormatter,
NumberFormatter_t048A6D70E54D87C0C5FFA05784436A052F9E6F24_CustomAttributesCacheGenerator_userFormatProvider,
ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_CustomAttributesCacheGenerator__cachedStack,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_m_isReadOnly,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_encoderFallback,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_decoderFallback,
StringBuilderCache_t43FF29E2107ABA63A4A31EC7399E34D53532BC78_CustomAttributesCacheGenerator_CachedInstance,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_isThrowException,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_m_allowOptionals,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceSets,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_UseSatelliteAssem,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator__fallbackLoc,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator__callingAssembly,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_m_callingAssembly,
MethodImplAttributes_t01BE592D8A1DFBF4C959509F244B5B53F8235C15_CustomAttributesCacheGenerator_AggressiveInlining,
TypeAttributes_tFFF101857AC57180CED728A4371F4214F8C67410_CustomAttributesCacheGenerator_WindowsRuntime,
ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_ConstructorName,
ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_TypeConstructorName,
BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator__leaveOpen,
Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_CustomAttributesCacheGenerator_InvalidPathChars,
Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_m_isReadOnly,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_m_name,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_win32LCID,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_m_SortVersion,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_name,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_dateSeparator,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_generalShortTimePattern,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_generalLongTimePattern,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_timeSeparator,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_dateTimeOffsetPattern,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_fullDateTimePattern,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_superShortDayNames,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_genitiveMonthNames,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_genitiveAbbreviatedMonthNames,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_leapYearMonthNames,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_allYearMonthPatterns,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_formatFlags,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_CultureID,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_useUserOverride,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_bUseCalendarInfo,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_nDataItem,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_isDefaultCalendar,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_s_calendarNativeNames,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_m_dateWords,
EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_CustomAttributesCacheGenerator_eraName,
EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_CustomAttributesCacheGenerator_abbrevEraName,
EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_CustomAttributesCacheGenerator_englishEraName,
GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_maxYear,
GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_minYear,
GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_EraInfo,
GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_eras,
GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_CustomAttributesCacheGenerator_m_minDate,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_nativeDigits,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_m_dataItem,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_digitSubstitution,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_m_useUserOverride,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_m_isInvariant,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_validForParseAsNumber,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_validForParseAsCurrency,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_isReadOnly,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_cultureName,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_customCultureName,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_useUserOverride,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_m_win32LangID,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_s_LocalDataStore,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_m_CurrentCulture,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_m_CurrentUICulture,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_current_thread,
ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_CustomAttributesCacheGenerator_threadLocals,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_t_currentTask,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_t_stackGuard,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_s_asyncDebuggingEnabled,
SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F_CustomAttributesCacheGenerator_SerializeObjectState,
Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_CustomAttributesCacheGenerator_local_slots,
StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3_CustomAttributesCacheGenerator_U3CStateMachineTypeU3Ek__BackingField,
ComInterfaceType_tD26C0EE522D88DCACB0EA3257392DD64ACC6155E_CustomAttributesCacheGenerator_InterfaceIsIInspectable,
UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator_IInspectable,
UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator_HString,
UnmanagedType_t53405B47066ADAD062611907B4277685EA0F330E_CustomAttributesCacheGenerator_LPUTF8Str,
MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6_CustomAttributesCacheGenerator_MarshalType,
MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6_CustomAttributesCacheGenerator_MarshalTypeRef,
DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_CustomAttributesCacheGenerator_U3CSerializationInfoTableU3Ek__BackingField,
EventSource_t02B6E43167F06B74646A32A3BBC58988BFC3EA6A_CustomAttributesCacheGenerator_m_EventSourceExceptionRecurenceCount,
SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_CustomAttributesCacheGenerator_SafeWaitHandle__ctor_mABE9A7F29A09ECD2B86643417576C1FF40707601,
SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45_CustomAttributesCacheGenerator_SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312,
RuntimeArray_CustomAttributesCacheGenerator_Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10,
RuntimeArray_CustomAttributesCacheGenerator_Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0,
RuntimeArray_CustomAttributesCacheGenerator_Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773,
RuntimeArray_CustomAttributesCacheGenerator_Array_GetUpperBound_m2A1E31C8CD49C3C21E240B6119E96772977F0834,
RuntimeArray_CustomAttributesCacheGenerator_Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F,
RuntimeArray_CustomAttributesCacheGenerator_Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803,
RuntimeArray_CustomAttributesCacheGenerator_Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877,
RuntimeArray_CustomAttributesCacheGenerator_Array_ConstrainedCopy_mD26D19D1D515C4D884E36327A9B0C2BA79CD7003,
BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_CustomAttributesCacheGenerator_BitConverter_ToUInt16_mC0BC841737707601466D79AD3E1EDEEA8F107525,
BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_CustomAttributesCacheGenerator_BitConverter_ToUInt32_m0C9F3D9840110CC82D4C18FD882AC5C7EA595366,
BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_CustomAttributesCacheGenerator_BitConverter_ToUInt64_m31CEAF20A0774C6BB55663CD8A06EBCD4C1F79BC,
Buffer_tC632A2747BF8E5003A9CAB293BF2F6C506C710DE_CustomAttributesCacheGenerator_Buffer_Memcpy_m1EDDFF0FB8D566A5923B90008F81AE8DC063FF17,
Buffer_tC632A2747BF8E5003A9CAB293BF2F6C506C710DE_CustomAttributesCacheGenerator_Buffer_Memcpy_mD8D74E169D674343A07E706CE7D5E140676B927F,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_m86D637C6D56C9795096B81DB04CEA2C439B8808B,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_mA0B871D849D3C7E204337C1C77E591936F51D7DE,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_m411E3DEF50C6C6BE585CA938D40F2C9ABBACC375,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBoolean_mE54EF9524B8BD4785BC86F7A96BBFCD7112F98E5,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_mF45034D33C556583916C37F786A04071419F412E,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_m4D8B2966FF51DC9264593B8D975D1501FFEA9D6A,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_mDE6BF41DD58769BB0A2DC6158166242FA62B08D7,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToChar_mB9B9BB4A03C693ED2DA6C9FAA0190ED1CEAF76A2,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m0D150AF2219315ECE7DD905DA5B71DD2D79024E3,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mFAFBF33EE73F48B362BD3AC239899962A1AE81F0,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m015CE5F044870DD85FC1187A414CDA1AB4FA287E,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m88E88345776937CF7FA00D58EC89E85445CF6F64,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m7C156A01E3FD6C30204EC72E0C81F5CFBF0D7907,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m444EE014DBFEEEC06E0B8516296CBB8FB1F31C9D,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m51258423AD29E21302EF937934744AFEAEAEA1F0,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mE25CA9743E15029DB477DDAFD59BA19A5E9EDD36,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m3BDEE233C58384D6DC9CAB41CAC23A2332107DAD,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m829C88A1B586875662FE4586A6B98D12E302ECFF,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m9B35D657468096ADC37CE585DA26F301FCFBBA65,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_m138B4609AB5BF2366F57EEAA358A24F09BC1E997,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mEE60B13427EF3BD4ED1671815B08247F3228C696,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSByte_mA1092B032DF28586747594C77A3487837C7EBA2D,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_m5F8AD3F9A0309E97E4CC628A95381EAFDC585CE0,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_mCA708BCD3047314F2ACB24FF7AC6259A6959FD8D,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_mAA76E8D1214ABB6B117B082F28097D5CCCC5E7D9,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToByte_mEF7B3E62394B2746ADFACE8DA152F0065B83EBEA,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_m66A97583509D585EDC6CC442980221DF59227E8D,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_mB122C5CC3864046ECD477E1320C9A9BE5882E485,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_m1B573BC2A10448288F43B9835CE94F34228ABADF,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt16_m5F3A999C3D5A3142119723ED36D147F294F6D054,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m5D8C37C605ABD7DFB52EB26E9C00CA6C490CC99A,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mA942A45162BE2BCB2E470174D6696AD7590E20DC,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m2C0380D82FEEB5D51625D33EF9C7C8E8DF78D8BC,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m5A83EEED2127FC30B979783CF57B9C350E5D8937,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m1D3CF6289026118B455490A549A72CFFA7E760A4,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m4B96EF800076AAD5E03397AF65B91C316E117175,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mD29FE8C80080BE4F1D7FA65A7589B9368150B3DC,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m5394B3E695BD2687ED3B3D5924BD0166C4F0D686,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m1345102C341244915FECC94DE502932CFD1B4083,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m1E4443DE6A7DF149C0FDF4BBAF5FA15965DE7CB4,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m09477C9C3EED9217BBEEF98CDEDB94F49E1C0B9A,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mDE03BBC98757C997C18E7A6C9C768AB227A58692,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_mC880D29196FCEBDEE599D74C512268610DB5DC45,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt16_m9303A4568DEF42AC1C9EA0244DB8C8ADA1C178B4,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt32_mEE9189C38DB7737892F35EAE2FA183E918DC5C70,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt32_m9001CCFB0D7C79F69FEA724C3D2F40482FC34A2E,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt32_mE63F9CAAF05C1FFE41933FB2149B3DBAB7F1E4D7,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m7AE138855D24ECF14E92DA31F13E24C86ED0B3BD,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m1BB648A7C83181E903CE4B085D5C1B0632B4F26C,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mF790134D2BBE7C64241E4B398D82AFFE64B08DF3,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mF0C89AA5332B4EC293477EEC70ED25776B6686B9,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m1398DB3167B924B7CBBEE2D8D4D4F5476AB27499,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mEEC7840C89CE870AC02BE1C8D79F0A9D8423B15B,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m65BD345D89128BCD42A6E1A9A278F6BDBCF4778B,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m392A84EC18940F673EE5A2448E7CEAE48FD4E07D,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mA38C43C03B8030EFE234825FC0D23E8B081089C9,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mD97A8501E8D2A539ADBD77E91629BADE142746E7,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mFEDBDBAD201205F67280257EF6C33DF10A138D3A,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m74E7913DC9551D6EF6AC8EC626621DF6EFC22F6A,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m70BE392205C80D2F3A5B6E6915C5A4C9D55D5F31,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_m934AA2243DAC1FF0AE4CA7DBF62AC2AEEE2EAA1D,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt32_mC3C50D97B90EDAB2AEE39E35B1A74571A893BD6C,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_m5D65D7675174FDB8D98ABC3E2351A02F978A5BB4,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_mF7AD798F6AADE38A401AFF5DBCCCB129E8494C3C,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_m2EE945BEFB9DB1C13DE8C0ACD988753D42C8D021,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToInt64_mE4C25BC93E1B36F3693C39D587C519864D457CC0,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m37E5BD172BE585136D4A89ABA321EDD5C4BB8E5B,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mF48D6D19E7A231DEDA8EA62F6A53F1A7C1588EB5,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m272F4A787DB6E15CE656FA41A1969A6D6EE38516,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mC7ADBB6D5EB6E6CAB400BD5565776CB91086451D,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m37B61A58D0E28B330FBEB2DBABBAB5973F68114A,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m2B43CF23CCEC442E274896624C1BDF2A402EE02F,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mDDD5F210D7F93B172D0C94E1214B6B076E2B36A5,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m4E6CFEBFC620FD3705A52853CDAECC5F6AB5423F,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m7E663B2DD9A15D6F486B6C36A43751CBFC922CA4,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m865589CA109CD4AA7779AB1A687ADDB5A5D3F9FA,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m05C60D4A38E758137E3742CB080494F754D4D1EA,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m43D8321B04B4743CBEE87E0FC9880168E0DF70D8,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_m7DDDC1C02ABA90D27C99E32F3B37AAC3BD9A0534,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToUInt64_mFD54BD149B59A8B5D9C450A189153076E4B79440,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_m495926028BC41069676B59C1CB479048FFCE5834,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_mB767A170507EF8B5182EB8FFBB1BB9A9880E5A49,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_m6CF965DD8635683E09A301B0F5EF47591D99C029,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToSingle_m2707DCAA0A3F11FEAA560D96D9D7B1762B94976E,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_mF4AAA8F4EB9D25E498DF7B4238C0BA0C34741032,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_m083DF4DAF8E61D852F8F5A54146EA55B3F3FCEF9,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_m3BEBABAC9CB4B1EEACAFABCEB67C16716301605A,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDouble_m86603A17B3E797680B99A74854ABBEC5A4A1BAC2,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_m0A9D016AE0142FD8ABDF5B588DA98983FA08DDBE,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_m00DA2C26A1F2A28E18D73CA3A07D60A6C8AB9F97,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_mA294EF9BA1A3490F1E3A4F0A1C0788023A87F666,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToDecimal_m9DCDF48A1D0022484341F81107063C41065C2EB4,
Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_CustomAttributesCacheGenerator_Convert_ToBase64String_mD4A8D8E1E0B5A16E3BCE9261B725323BD3C10481,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal__ctor_m86DF983361BF52A325182A5E8BAD9158612DA25E,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal__ctor_mC63C39741FDF4CC711673E5F049B94B7EE6092C7,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_OnSerializing_mB0216C33B015B1B1C8C4D7CDAFCABED176AFF2FA,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_FCallCompare_mAABC8684F72F35296DB4E9E03AD96DDF69729E87,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToSByte_m35179C4D16B520C61820F75E28EFD624B5B2FCB4,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToUInt16_m3726A7ADFBB46037BCC6C381F9D6F7487434693A,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToUInt32_m0951408F30AC6469AEFCF3CBB2AEEA9DFE7E9ACF,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_ToUInt64_m9A64AF27192051706780084D13BC23FB4661675C,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_m2AED617F12BF8DEE280DAAD8EF4CC28683CE26AC,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_m776401271B1CD40DE2190C55A4951BE0CDCD7FA8,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_mA622D8D2205D54F677510EEC351DC69222DDBBDA,
Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_CustomAttributesCacheGenerator_Decimal_op_Implicit_mA1E5D88789E76B64229A4665544AD4C5738432AA,
Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_CustomAttributesCacheGenerator_Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347,
Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53,
Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_GetName_mA141F96AFDC64AD7020374311750DBA47BFCA8FA,
Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_IsDefined_m70E955627155998B426145940DE105ECEF213B96,
Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_ToString_m8A1CAA6A4DECA3CC906A80BC53E7B1EDB8427D30,
Enum_t23B90B40F60E677A8025267341651C94AE079CDA_CustomAttributesCacheGenerator_Enum_ToString_m96B8DDAB9333B6411FF79FA8BCFB8579FBD70070,
Exception_t_CustomAttributesCacheGenerator_Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D,
Exception_t_CustomAttributesCacheGenerator_Exception_OnDeserialized_m3DED4560F8BE94043A0F2F9E5A34A3A7424C36B6,
GC_tD6F0377620BF01385965FD29272CF088A4309C0D_CustomAttributesCacheGenerator_GC_KeepAlive_m16C41A64E08E35865A249CB5479A37BACBEDC75C,
GC_tD6F0377620BF01385965FD29272CF088A4309C0D_CustomAttributesCacheGenerator_GC__SuppressFinalize_m7794BF47AA230066FDFD8B481563D371E9FEFF55,
GC_tD6F0377620BF01385965FD29272CF088A4309C0D_CustomAttributesCacheGenerator_GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555,
Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Sqrt_mD6CCDF8ACF809141FD5382F91C657B73F6DD7590,
Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B,
Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Max_mEB87839DA28310AE4CB81A94D551874CFC2B1247,
Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574,
Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_CustomAttributesCacheGenerator_Math_Min_mED21323DC72FBF9A825FD4210D4B9D693CE87FCF,
Number_tEAB3E1B5FD1B730CFCDC651E7C497B4177840AF2_CustomAttributesCacheGenerator_Number_TryStringToNumber_mA7B8C514818E24447A835DDEDF4ED4552C2D4E12,
RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_GetConstructors_m2372DD53472A92140806E6683A1CC248CE3378A5,
RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_IsSubclassOf_m506F21ECC1A7CB9B810E5C78D9AD80CC76CBE90D,
RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_InvokeMember_m6B5B596D74AE4A4C13855CF0B12A17A91B745B53,
RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_CreateInstanceDefaultCtor_m811ABC42B0A55DCCA20EEBC0DEDF7943A6E93859,
SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_CustomAttributesCacheGenerator_SByte_Parse_mA51CD860E0C994ED05897B53F0F98814F20BDFEA,
SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_CustomAttributesCacheGenerator_SByte_Parse_m340C28DB1690DF69E37EE049EC507E079EDEBC35,
Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_CustomAttributesCacheGenerator_Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599,
String_t_CustomAttributesCacheGenerator_String_EqualsHelper_m01FB804A70A0114AA0A6CB45EC662BF19CAF3E6F,
String_t_CustomAttributesCacheGenerator_String_Equals_mD31CDA8F8D70CC411B81C96BCE2EAEC89185BFDB,
String_t_CustomAttributesCacheGenerator_String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D,
String_t_CustomAttributesCacheGenerator_String_GetHashCode_m80FFD47000310E86C7DA9DF05B7C30F8A0886836,
String_t_CustomAttributesCacheGenerator_String_GetLegacyNonRandomizedHashCode_m87E7D2870C7EE30A7C1AEDE3371BF5F85B43DAB4,
String_t_CustomAttributesCacheGenerator_String_SplitInternal_m89D64DA2B035DDAE02A7BF8AF749B985D08EA917,
String_t_CustomAttributesCacheGenerator_String__ctor_m21F3B56D91D7739583CD3815A53B431274E99FA9,
String_t_CustomAttributesCacheGenerator_String__ctor_m83BB150696B162217CFC29667E85C2EE9A61F78E,
String_t_CustomAttributesCacheGenerator_String__ctor_m00DB3FA7C041C9180E6E4EB44203CA0C20F36D27,
String_t_CustomAttributesCacheGenerator_String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864,
String_t_CustomAttributesCacheGenerator_String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E,
Type_t_CustomAttributesCacheGenerator_Type_GetConstructor_m431C5B94038B64017D31B27FEEB9901B9D17EA80,
Type_t_CustomAttributesCacheGenerator_Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE,
Type_t_CustomAttributesCacheGenerator_Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C,
Type_t_CustomAttributesCacheGenerator_Type_GetConstructors_mDF1DC297CC7B564634E548624DABCE56575FCBEC,
Type_t_CustomAttributesCacheGenerator_Type_IsSubclassOf_m3F3A0297CC82A5E6D4737ABB3EFD3D72D95810D2,
TypedReference_tE1755FC30D207D9552DE27539E907EE92C8C073A_CustomAttributesCacheGenerator_TypedReference_MakeTypedReference_mFC8209BDFD5774AD3FB85CE792D51C3565CE45DC,
TypedReference_tE1755FC30D207D9552DE27539E907EE92C8C073A_CustomAttributesCacheGenerator_TypedReference_SetTypedReference_m90CA08D6713E65B6AC67BAAEECFC5BA72096E47C,
UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_CustomAttributesCacheGenerator_UInt16_Parse_m286F1944E7457B74F5DF9732C86307476BC91B8A,
UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_CustomAttributesCacheGenerator_UInt16_Parse_m8BAD4AFB0863C839FB5CFF04A061B5C31BE9CEA5,
UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_CustomAttributesCacheGenerator_UInt32_Parse_m0459E23B10AC17C8F421A7C3E2FAC841E1D95DAF,
UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_CustomAttributesCacheGenerator_UInt32_Parse_mFC8BF9D6931B24BE8BFCF37058411F332F344F4A,
UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_CustomAttributesCacheGenerator_UInt64_Parse_mE803A7F2BA4C7147A7EF71410DAA923F666C9E97,
UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_CustomAttributesCacheGenerator_UInt64_Parse_m6E31F78FCE08E5CB30C9E79C5010D4C37D17F246,
UnhandledExceptionEventArgs_tFA66D5AA8F6337DEF8E2B494B3B8C377C9FDB885_CustomAttributesCacheGenerator_UnhandledExceptionEventArgs_get_ExceptionObject_mCC83AA77B4F250C371EEE194025341F757724E90,
UnhandledExceptionEventArgs_tFA66D5AA8F6337DEF8E2B494B3B8C377C9FDB885_CustomAttributesCacheGenerator_UnhandledExceptionEventArgs_get_IsTerminating_m03D01B9DA7570BA62A3DED6E4BAADC9248EDA42E,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_add_DomainUnload_mE808522233A3DFCFBC771C2CB69544808938A134,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_remove_DomainUnload_m8B8EF75BE8C7FB6FB8A72C575BCA0A5FDFDC5495,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_add_UnhandledException_mCF60CDF3EFDFC0C7757CE33C59B3C4B59948FB9E,
AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_CustomAttributesCacheGenerator_AppDomain_remove_UnhandledException_m70A5E5DE70CEFA69568659BF6CC298D6C7DF3E19,
Environment_tBCC20ED506D491BFC121CAEA0AAD63D421BDC32C_CustomAttributesCacheGenerator_Environment_get_Platform_m334D94CB29FAA58A9AD87CF44C01B6B2201CDD0F,
Delegate_t_CustomAttributesCacheGenerator_Delegate_Combine_m9C45BA635FB474C637D0D5C74F6925E394828ACF,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr__ctor_m2CDDF5A1715E7BCFDFB6823D7A18339BD8EB0E90,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_ToInt64_m521F809F5D9ECAF93E808CFFFE45F67620C7879A,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD,
IntPtr_t_CustomAttributesCacheGenerator_IntPtr_IsNull_m4F73FDEC9D6C90AE4CFEE3A10EBFA887E361A983,
RuntimeObject_CustomAttributesCacheGenerator_Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405,
RuntimeObject_CustomAttributesCacheGenerator_Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A,
RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96_CustomAttributesCacheGenerator_RuntimeFieldHandle_Equals_mBB387FE125047ADE719418F6D25F9779E2D07E73,
RuntimeMethodHandle_t8974037C4FE5F6C3AE7D3731057CDB2891A21C9A_CustomAttributesCacheGenerator_RuntimeMethodHandle_Equals_m639E73A6692A6EE4540DE1319461B7FB055C1D9B,
RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9_CustomAttributesCacheGenerator_RuntimeTypeHandle_Equals_m7BC7A0A4579326297F87FF35F32656EA58CB53E5,
ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetByteCount_m331FB5D9B899BC667D536F751716D576660074AC,
ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetBytes_mE203312C31EA9965537174D4BAA94CB4AA614C44,
ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetCharCount_mFED78F1D58AE8E8B7EF5BEA847548FB1185A0962,
ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetChars_m1E461A05F3A58F9FBD89049C0C10BE65B8DD63F7,
ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetDecoder_m4CA38A57D90987C733764D97446BA50E85D2BC0D,
ASCIIEncoding_t74F7DFFB8BC8B90AC1F688A990EAD43CDE0B2527_CustomAttributesCacheGenerator_ASCIIEncoding_GetEncoder_mC0EA883CC905EFD1E122158CF641B97FD19F0A9A,
Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_Reset_m692F351D3B56E7C3C179CD7F5B1C690B29F04A7E,
Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_GetCharCount_mC1246B4927B939CAFA67D92D177D3E385AA4B089,
Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_GetCharCount_m157240E37CC7F06AC253C000688F311C350923D3,
Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_GetChars_mEB5AC943905D4EC35A80DC6B3946128CD413D859,
Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_Reset_mB34EEA2C53A990E660CDEC50DB6368B8E64B55FB,
Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_GetByteCount_m0B655A967580578051AA5297A238949C0646E6B1,
Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_GetBytes_m3BA7B16251ACB8195AA00A51C4C80E55F12FEEE8,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_OnDeserializing_mA8FFABEF5EA99674BA5C17B22CAC088AFE646464,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_OnDeserialized_mCDFC762749CD0B504F226774427601B2D6625B7C,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_OnSerializing_m8AD4019B92ADDF572A2AEF6085281543F584DD87,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_Clone_mAF660FD2985F6F656F1EAEBF27A2BA96FEA0E077,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetByteCount_m3B617193D1C8E85F7521910A2662E0A553A286E6,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetBytes_m8ED224BFC198A95EA18A20B4B589F6F8EE51151A,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetCharCount_mA5D03B84B109ABBF66B3ACF8C59C92E27C7F2093,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_GetChars_m8FB4390427AAE238197B67614927F547F36CD3FD,
StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2,
StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_AppendLine_m4FBF9761747825683B04B18842DF906473EEF7C8,
StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_Append_m7D5B3033AE7D343BFCB2F762A82A62F512ECC16F,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_OnDeserializing_m81F4EFEA3B62B8FC0E04E2E5DEC5FE7E501CF71E,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetByteCount_m3E449BD96A221BF15B2D6282BD2C8D65AFA6D086,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetBytes_mB00B44472B9EAA3BBF74597725E8388B4E64BD81,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetCharCount_m05B22F0B75FB1818D0ECA783D0F469370FF8756D,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetChars_m6CCFD0186F6D53877C0D476744C0C8D4C7594C92,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetString_mB3D4153EE3B9394117E1BFEED6D5F130D8BD0911,
UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_CustomAttributesCacheGenerator_UnicodeEncoding_GetEncoder_m27CC00961435FF9EDB7E04240DCD44909CE5066E,
UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetByteCount_m178AC4490C1F2770F7D751C837227FF191956251,
UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetBytes_mFEE7E307FF41C4B496C1224D75A7D08CED458DDA,
UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetCharCount_mDA6818B955B1C29F7282F2E1F39A6D9DFB1BB70D,
UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_CustomAttributesCacheGenerator_UTF32Encoding_GetChars_mA4CD413383FBC2A3925B69ABCF15C777739B2355,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_OnDeserializing_m3615BEC1BBE4495293D9DA3F0A5FD1B18597CC39,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_OnDeserialized_mB6F24A4458B69FA3ACEC7B304482DDF59D0A76AF,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_Equals_mA0B3E01A32ED05A4A636045A20C8EFBF4BE4F26E,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetHashCode_m0A087FA923A1DAD834E907453F4DCB64C3AD0B93,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetByteCount_mE8D7F0870F10BA1A96D738ABCE1D2E64CBAFA121,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetByteCount_mF30EE45165D30BAC303EE56629D2FDAD9B553206,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetBytes_m28592856FF3245A63BC43F9F1BD65451AF513A87,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetBytes_m9BC322DF5045EC062CDCC75A831BD73B97B2EBFF,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetCharCount_m3022BAAFD5B00FA654A7D886A69992957044937E,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetChars_m4DD74C5AEC962CABA1E0E483BA7477883A661B25,
UTF7Encoding_tA5454D96973119953BD301F20B9E59C77B5FA076_CustomAttributesCacheGenerator_UTF7Encoding_GetString_mB0DCBA8AC0E59479471535E363304D5387CC76D9,
UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetByteCount_m3B661202474625333EA56339E8C768F2D7A2E760,
UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetBytes_m89AC716B31C13B8C9D9AF0FA9143C368DFC4EED4,
UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetCharCount_m681B8B59428AC6437FE6AFE236179B66D0685842,
UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetChars_m5A65523BA10FCE415727C13E226CAC1AFEE6278A,
UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_CustomAttributesCacheGenerator_UTF8Encoding_GetString_mB2980CCD5B25BCEA48A8A88448FA9D0326CE5AAE,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceManager_OnDeserializing_m1F8657BB57A6EE7C1F3D8CEB63794AF671DC894B,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceManager_OnDeserialized_mECC058E7BA4EA07D4BB5017640DC165F8F17D717,
ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_CustomAttributesCacheGenerator_ResourceManager_OnSerializing_mA2B7D59B4FD29B68926081D0E5C9EAF39C61C3F8,
ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F_CustomAttributesCacheGenerator_ResourceSet_GetEnumerator_m2164EE77D4370A305905A1733A97333657643BEB,
CustomAttributeExtensions_t7EEBBA00B9C5B3009BA492F7EF9F8A758E3A2E40_CustomAttributesCacheGenerator_CustomAttributeExtensions_GetCustomAttribute_m6CC58E7580DB6F8280968AEF3CD8BD8A2BF27662,
CustomAttributeExtensions_t7EEBBA00B9C5B3009BA492F7EF9F8A758E3A2E40_CustomAttributesCacheGenerator_CustomAttributeExtensions_GetCustomAttribute_m1009DE9BFFFB33F988A5875E6890E9FE1EC06AC2,
MethodBase_t_CustomAttributesCacheGenerator_MethodBase_GetGenericArguments_m3FC39EAA0C630F97A6CE74F0D9020E33C979747A,
MethodBase_t_CustomAttributesCacheGenerator_MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3,
MethodInfo_t_CustomAttributesCacheGenerator_MethodInfo_GetGenericArguments_mB19B6E6A3E7F9F7AD9AC83EF11867539216267DD,
MethodInfo_t_CustomAttributesCacheGenerator_MethodInfo_GetGenericMethodDefinition_m1CF1A01681A81DDE9F769C7D359D6E7F2C18F24B,
TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F_CustomAttributesCacheGenerator_TypeInfo__ctor_m7BFA70185DD32BC2374ABEE11BDE0D3DFFB5398E,
Assembly_t_CustomAttributesCacheGenerator_Assembly_LoadWithPartialName_m07596289895FF0CC16E6C0FA71A1A46D5C8F9B39,
ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906,
EventInfo_t_CustomAttributesCacheGenerator_EventInfo_AddEventHandler_mA9BF5264C540C7565FC7B10EA25D7BF1778C89A1,
EventInfo_t_CustomAttributesCacheGenerator_EventInfo_RemoveEventHandler_mF6953CF82405EA15B5B4D1EFC6A0D211B00B62FE,
FieldInfo_t_CustomAttributesCacheGenerator_FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C,
FieldInfo_t_CustomAttributesCacheGenerator_FieldInfo_GetFieldFromHandle_m4A96A6542509E9BBBE0445C6BD08691348402BC9,
FieldInfo_t_CustomAttributesCacheGenerator_FieldInfo_SetValueDirect_m3D616F3846A649E53206C8FD269B6E961C144C44,
RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_CustomAttributesCacheGenerator_RtFieldInfo_UnsafeSetValue_mF1E327917E811AB3F0EC90596F973824EB140EEB,
RtFieldInfo_t7DFB04CF559A6D7AAFDF7D124A556DF6FC53D179_CustomAttributesCacheGenerator_RtFieldInfo_SetValueDirect_m4E9F1FCF606CD396C300D1F91C59B2194A5FAFC8,
MonoMethod_t_CustomAttributesCacheGenerator_MonoMethod_Invoke_mD6E222F8DAB5483E6640B8E399A56B366635B923,
MonoCMethod_t5591743036BD4964AD4CFC5C5FE5F945E9E44097_CustomAttributesCacheGenerator_MonoCMethod_Invoke_mB8EDF16C204034CF948B9B1AF36EF9B2C7A14696,
MonoCMethod_t5591743036BD4964AD4CFC5C5FE5F945E9E44097_CustomAttributesCacheGenerator_MonoCMethod_Invoke_m01DBFC79B310C94580DD323DD0AB9C56949A3374,
PropertyInfo_t_CustomAttributesCacheGenerator_PropertyInfo_GetValue_m9D8277A36DE655A1AC36CB904CC6B9E112D20968,
EnumBuilder_t7AF6828912E84E9BAC934B3EF5A7D2505D6F5CCB_CustomAttributesCacheGenerator_EnumBuilder_GetConstructors_m123FC55292877A47027BF42E4B0F32ECA36AECCF,
GenericTypeParameterBuilder_t73E72A436B6B39B503BDC7C23CDDE08E09781C38_CustomAttributesCacheGenerator_GenericTypeParameterBuilder_GetConstructors_mDB94C1245C9B9E6B28F1080D25159358D87256BB,
TypeBuilder_t75A6CE1BBD04AB7D5428E168ECEDF52A97D410E3_CustomAttributesCacheGenerator_TypeBuilder_GetConstructors_m45E50273679610EBCCD3BC0159D5CA5B2EEB81F4,
BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadSByte_m5548252CE44DA3BD6E635C49A0CD6CC0EBD32273,
BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadUInt16_mEFFE31212E672F8898FADDF4E0A70377DF2137CD,
BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadUInt32_mC93777E10CE3482B09E1E8DB69617C0A71AD64AD,
BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_CustomAttributesCacheGenerator_BinaryReader_ReadUInt64_m1716DCB43B208D5724C1A9F10F9B9C78D91FB3DF,
BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator_BinaryWriter_Write_m8757C5FD70D22896AEC7A8EB600880B9F6973CB6,
BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator_BinaryWriter_Write_m9E0BF1116CF89B730BE19C0457374D51E1FCC340,
BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_CustomAttributesCacheGenerator_BinaryWriter_Write_m34D0CF1C7E3C9038E49D39471E858A728F005590,
FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246_CustomAttributesCacheGenerator_FileSystemInfo_GetObjectData_mC25D22FBB3F508C98DCAADE26EBA6AB59B218706,
StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_CustomAttributesCacheGenerator_StreamWriter_get_UTF8NoBOM_mF4A5DBCC4B3E4B3AE868C54DB743D8875B329C38,
Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_Calendar_Clone_mDA3317FBF3D8700B67BDF835A4B689F0C8ABF369,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_OnDeserializing_m4D6CA99822B71F54B90037999731EC0FD524D8A8,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_OnDeserialized_mF2CE41925051B4758D81B5B4E1C9952E6E53B5BF,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_OnSerializing_m13621EB8EBA0B199808F941C381EFBFBAFDE70BD,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_DateTimeFormatInfo_OnDeserialized_m8F479019A5AC9196161EEDE2D4D3BF5D53602D0D,
DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_CustomAttributesCacheGenerator_DateTimeFormatInfo_OnSerializing_m34F6204A2FC47981D7E2F09003972DD527212CF7,
GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator_GregorianCalendar_OnDeserialized_m1B3DD02BE87157BE80D05D8A728092E12CAA7E73,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_NumberFormatInfo_OnSerializing_m0608330CDE8F430747D7E8AF64BB18F7E87855DE,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_NumberFormatInfo_OnDeserializing_mFBF43F2201A507860A22B18EF813A69EC49BFF4A,
NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_CustomAttributesCacheGenerator_NumberFormatInfo_OnDeserialized_m6F06E32D19A53DE02B1118644990578668A2BF03,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_OnDeserializing_m825DA55425E90B451230F0F7D833F9B8A4D3FA55,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_OnDeserialized_mC1E6B9EE382A9A8A176C15EE213353E6EFA69C0B,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_OnSerializing_mAC16B54710229326F6025ECCA851DA3078901CBB,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_Clone_mB910624B32A4FD1C514E0089F260B552DBC5DA07,
CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A_CustomAttributesCacheGenerator_CancellationTokenRegistration_TryDeregister_m07D7CD3452E63F1E9304D6CB26E4E1A8E347241D,
SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_CustomAttributesCacheGenerator_SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mDC94D9B33D339D5EB3B148DD1A20AB756D2605A2,
U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t227D1F5F19C948CA8C23C80B5F19147D4AAED14F_CustomAttributesCacheGenerator_U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_mE59C0BC95CA27F3A81C77B7C841610AEFFDC138B,
SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator_SpinLock_Exit_m1E557B43BDB04736F956C50716DF29AEF2A14B4D,
SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator_SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936,
SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_CustomAttributesCacheGenerator_SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762,
ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277_CustomAttributesCacheGenerator_ExecutionContextSwitcher_UndoNoThrow_m549BC4F579C4C4AF46F20157C9BFB82A36514274,
ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277_CustomAttributesCacheGenerator_ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext__ctor_mF53D40B3E8DB27C5CB9311B46B644F0899DE0D7B,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext__ctor_m39D66AA58DD2CA86DEC64956E39576CA3DF77991,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_OnAsyncLocalContextChanged_m1F3343FD292190016D44D47BDF006DE7A2007C7C,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_get_SynchronizationContext_m2382BDE57C5A08B12F2BB4E59A7FB071D058441C,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_set_SynchronizationContext_m400752C7B51479A204DC908E77B18E455491DBB0,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_get_SynchronizationContextNoFlow_m9410EFFE0CB58EE474B89008CCD536F6A13CD3B2,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_set_SynchronizationContextNoFlow_m97CF9601747385B68956195139D38FF5C22D1DBA,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_Run_mD1481A474AE16E77BD9AEAF5BD09C2819B60FB29,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_RunInternal_mC5D58D6EDE270B4CDA05181E9064E040D6692B2B,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_SetExecutionContext_mA327D73D43629BE194327FD63F56CD6B33BE14B7,
ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_CustomAttributesCacheGenerator_ExecutionContext_FastCapture_m24C27FA3BA40888BE0E33090B0A1FC5C6084CCCC,
Monitor_t92CC5FE6089760F1B1BBC43E104808CB6824C0C3_CustomAttributesCacheGenerator_Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A,
SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_CustomAttributesCacheGenerator_SynchronizationContext_get_CurrentNoFlow_mF134FBE4BA52932C990D3824A9CF960FCA9F44AD,
OSSpecificSynchronizationContext_t73D67CF04305A4BB0182BFCCC5B661F8ECCF8F72_CustomAttributesCacheGenerator_OSSpecificSynchronizationContext_InvocationEntry_m0045E44F7E960D6B4A864D5206D4116249C09BB0,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_GetExecutionContextReader_mD729833D09E435B55C8C421BCAD9AD777A4AE4BB,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_SetExecutionContext_mFCD57256D460F78AC8392F784EF021EACAB1C229,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_SetExecutionContext_mCB037C1EC7B2757C3C3DD484597D98587149B2A8,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_YieldInternal_m9457FAB8C1CE5B0F9C5BADD9753B01A4ADCBF51E,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_Yield_m1D2B2F49268A9A048C73EA539C1D1D59DDFA68C1,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_Finalize_m4D296CEC85C6769BFCEE5163D1360EE86962EBCD,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_SpinWait_m6276C02E66DD83A83D5F39E2B20411B8CBA33673,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88,
Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_CustomAttributesCacheGenerator_Thread_GetHashCode_mC96AA6134B43A55B14365B6EF69BC460EDDF9663,
QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4_CustomAttributesCacheGenerator_QueueSegment__ctor_mD1DED97C8BC1FBD4987B5A706AAFAD02EE6FAA0B,
WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E,
WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_WaitAny_mDDA77BFE29538525FF274B73AA785224A0CD5307,
WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_WaitAny_mAF242806D6DDA2794266E51C11A9715B02A4D616,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_m339F180E25FF7E7201971E281AEE83961ADB895F,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_m0C738F6806A35DD706DA3F8B87366B450444C146,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_CompareExchange_m1BA3F84976EA7A155786A8CC619108470C4233DA,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_m04B3FC2C4B96EEC6C3527CF3A6951C9FE7FAA0BB,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Exchange_mF384305161CA3DF3022D14812526B51AEB7B99B4,
Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64_CustomAttributesCacheGenerator_Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006,
InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB_CustomAttributesCacheGenerator_InternalThread_Finalize_m4A94AF595BCE7F88B6570CCFB23910F1FB4852B2,
Volatile_t7A8B2983396C4500A8FC226CDB66FE9067DA4AE6_CustomAttributesCacheGenerator_Volatile_Read_mA6C74BD7FF9BC8A7F25576E7B48F88B4DC9F7F02,
Volatile_t7A8B2983396C4500A8FC226CDB66FE9067DA4AE6_CustomAttributesCacheGenerator_Volatile_Read_m9934B22F42B4D17029D8EFDAFA6CD705B69BD60A,
Volatile_t7A8B2983396C4500A8FC226CDB66FE9067DA4AE6_CustomAttributesCacheGenerator_Volatile_Write_m53DCD27D565CE8F44D9A61248B5B807A267D063D,
AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_get_LoggingOn_mE0A03E121425371B1D1B65640172137C3B8EEA15,
AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_TraceOperationCreation_m3A018DC27992C4559B10283C06CC11513825898A,
AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_TraceOperationCompletion_m0C6FCD513830A060B436A11137CE4C7B114F26FC,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_AddToActiveTasks_m29D7B0C1AD029D86736A92EC7E36BE87209748FD,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_RemoveFromActiveTasks_m04918871919D56DC087D50937093E8FA992CAE3F,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_FromCancellation_m7252DA0CFF687F05BF069E5DAB9863F879426785,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_FromCancellation_m71FEB66222E63ECEA34464910EB2BC84FEB6CD9D,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_CreateUnwrapPromise_mFD53BD999B00F6648FFEA5F9F70873F302DA4885,
Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator_Evidence_CopyTo_mA47A7C204047C507477083A1156FD9DF05BF829E,
Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator_Evidence_GetEnumerator_m7F30B3ED94C0145EC6C76B4C740EE43EBEE61C8A,
SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F_CustomAttributesCacheGenerator_SafeSerializationManager_OnDeserialized_mA04FF173313809C5ABF49602AE241E66A9A9A0A5,
SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo__ctor_m469B0075FDE7408A4CC1659BD55DAC24D1D32C5E,
SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo__ctor_m5DE7EB4F92EF8AA74020D9DC0F89612A7FB5A879,
SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo_AddValue_m054667850E81BD31A07D1541487D71E3A24A7D90,
SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo_GetElementNoThrow_mADE63BB13437B154EAE2331CE4318E529E14E4A6,
SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_CustomAttributesCacheGenerator_SerializationInfo_GetValueNoThrow_mA1F5663511899C588B39643FF53002717A84DFF3,
ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_CustomAttributesCacheGenerator_ObjRef_get_ChannelInfo_mD8DEE76CD2438D5F04A3DFFFCA10DD5CD271DCA6,
RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator_RemotingServices_Connect_m328D828C5FB3B166504F60CD622F2D621FD0935C,
RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator_RemotingServices_Connect_m7FA850C63B0CB53DBD39DDBCD81945A0564E5DF6,
RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_CustomAttributesCacheGenerator_RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E,
ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_CustomAttributesCacheGenerator_ChannelServices_RegisterChannel_m93E43A37CE8627ECCE5D5BCB2422A1441A55B22B,
CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_CustomAttributesCacheGenerator_CrossAppDomainSink_U3CAsyncProcessMessageU3Eb__10_0_m61567963DD9776702CAE425E481882467A16B558,
AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_CustomAttributesCacheGenerator_AsyncResult_U3C_ctorU3Eb__17_0_m4CEF0C856AD75A22E6F242482406535A062FAE44,
StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A_CustomAttributesCacheGenerator_StackBuilderSink_U3CAsyncProcessMessageU3Eb__4_0_mE45A77711FF9F8ACA991A6860974569C0099E05D,
CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997_CustomAttributesCacheGenerator_CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9,
CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997_CustomAttributesCacheGenerator_CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72,
AsyncTaskMethodBuilder_1_tB33343B94542E8B7BF6EA6705783C6E3969453FA_CustomAttributesCacheGenerator_AsyncTaskMethodBuilder_1_Start_m41C7FB94A0728C20BB79F2A8AC2CE6FC1F9EC4A2,
StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3_CustomAttributesCacheGenerator_StateMachineAttribute_set_StateMachineType_mB31433BE5C136EA7E067A8E64E68D226F25E4F2C,
DecimalConstantAttribute_tF4B61B0EA3536DECB9DF2A991AFBBE44EF33D06A_CustomAttributesCacheGenerator_DecimalConstantAttribute__ctor_m5D173E59210D1283C2BD3E1E471486D2824E6DCF,
RuntimeHelpers_tC052103DB62650080244B150AC8C2DDC5C0CD8AB_CustomAttributesCacheGenerator_RuntimeHelpers_PrepareConstrainedRegions_m4A4D3987FEE068EE30D1ABC4005CDD29D5C52560,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle__ctor_m30896EE9F6765AB918312A413BFA0349482C681C,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_get_IsClosed_mD81377BB0EE9380CB82B2D846A5F5F7D9A880AD8,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_get_IsInvalid_m82AB546E51EB12781C5AE836876B5C1102740A4D,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_Dispose_m31204D43201B52D2F9C2C539ED910C4C98107307,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_ReleaseHandle_m59C966CC1D941736CA0F0A752E32A096FC674ED9,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_SetHandleAsInvalid_mDBC8602C0898E2264AC71AB019F69FA211230926,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB,
SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B_CustomAttributesCacheGenerator_SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4,
Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_GetLastWin32Error_m87DFFDB64662B46C9CF913EC08E5CEFF3A6E314D,
Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_ReleaseInternal_m1F25DDB50BACEB9B7E746677BC477CA2B2734EF7,
Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_Release_m67E49C16B5F634A28C263C765F7B322CE80DB59A,
Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_CustomAttributesCacheGenerator_Marshal_StructureToPtr_m25366DC7AB7C32DBCD2E0113585848466F207954,
SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2_CustomAttributesCacheGenerator_SafeBuffer_AcquirePointer_mF2745B215EA9EEAF8B667F263906CADA2039B760,
SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2_CustomAttributesCacheGenerator_SafeBuffer_ReleasePointer_m5BEACF6127020A01A044F0C758D84C4A0E6A9D91,
Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable__ctor_mAF4544B7AAF6164DCF4034D0960EE651EBC42893,
Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable__ctor_m56CD4A49150FB5437F4119FA77DA969492A5D5B9,
Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_Clear_m1E642CE408920C6C3595F02DBEDD80DD94A00168,
Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_rehash_m268A3BAF8DEF094F09397758B6746E1B6745950F,
Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_Insert_m3E4BC7896AD77D4F2F47496934E3E55115624942,
Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_CustomAttributesCacheGenerator_Hashtable_Remove_m7FD8E0D9AA0AC101D3F35104C0E4ED6369B847B5,
HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_CustomAttributesCacheGenerator_HashHelpers_IsPrime_m771A2E89205BC72625BF9783141B856A6A0F5F30,
HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_CustomAttributesCacheGenerator_HashHelpers_GetPrime_m011AA1E1C23994FC160C25F3AD051749CA8BA48F,
IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_CustomAttributesCacheGenerator_IEnumerable_GetEnumerator_mBAFBD4908C6721093B85CEDCF2F8402F7D1512D7,
ConcurrentDictionary_2_t61E33ED50012B3046F80CF8537C7097E625357C3_CustomAttributesCacheGenerator_ConcurrentDictionary_2_GetEnumerator_m78277A22845B9612B93AE7BB2FA56FA3107E4582,
U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32__ctor_m9FF93B31618A10E74C8894DECD6FE9D1693503F9,
U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_IDisposable_Dispose_mE06589CF20137125DEE05652EBD43E88D40B6601,
U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_Collections_Generic_IEnumeratorU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_get_Current_mD315AF6CD948D4BBB3ADB7CC0B3B47F22DFE4ED2,
U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_Collections_IEnumerator_Reset_mF2D25069EC5D72AC817FC152ECC333742ED51095,
U3CGetEnumeratorU3Ed__32_tC2E096FC4B7FEB4C96569291908356D40274E4F6_CustomAttributesCacheGenerator_U3CGetEnumeratorU3Ed__32_System_Collections_IEnumerator_get_Current_m38ED02EC92515BFB2E15536B1ABE81A387B4CAB9,
CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2_CustomAttributesCacheGenerator_CollectionExtensions_GetValueOrDefault_mD9A982260DF3CAA04A642C4290471342BAE35259,
CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2_CustomAttributesCacheGenerator_CollectionExtensions_GetValueOrDefault_mB5A8BFE3458972B0B7611DF65665B7C81900E6B7,
DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_CustomAttributesCacheGenerator_DictionaryHashHelpers_get_SerializationInfoTable_mF0063C5C315B40BE317D64FCBD30FA6B45C46777,
Contract_tF27C83DC3B0BD78708EC82FB49ACD0C7D97E2466_CustomAttributesCacheGenerator_Contract_ForAll_mFB79966150CD21A095F07604B9882E1C12966A40,
Locale_t1E6F03093A6B2CFE1C02ACFFF3E469779762D748_CustomAttributesCacheGenerator_Locale_GetText_m9472C71D4F5D9E384D5964D8A2281B9F895F386A____args1,
RuntimeArray_CustomAttributesCacheGenerator_Array_CreateInstance_mF7973DF9F72812A944D809CC6D439E2C0F1A20D3____lengths1,
RuntimeArray_CustomAttributesCacheGenerator_Array_GetValue_m9DA3631EBE395B754AAAB5D3D1FBFE45B7173011____indices0,
RuntimeArray_CustomAttributesCacheGenerator_Array_SetValue_mF938683827C91E7064302B97BBC8E3F58EC65D3B____indices1,
RuntimeArray_CustomAttributesCacheGenerator_Array_GetValue_m32D91BD95EF941029DFC8418484CC705CF3A0769____indices0,
RuntimeArray_CustomAttributesCacheGenerator_Array_SetValue_m155453B293707C32AF61EB51F74A2381B91C2847____indices1,
RuntimeArray_CustomAttributesCacheGenerator_Array_UnsafeCreateInstance_m382D8A7ACD5F3EF79A2579F57BC8B63A1E0F61B6____lengths1,
RuntimeArray_CustomAttributesCacheGenerator_Array_CreateInstance_mAC559A46842AAC4E4C08FAA69E60AA6CCFDEDA64____lengths1,
AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_CustomAttributesCacheGenerator_AggregateException__ctor_m7F54BA001B4F8E287293E1D5C6EB73D5CCB917DC____innerExceptions0,
AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_CustomAttributesCacheGenerator_AggregateException__ctor_m97E2056C8C62AFBD7D3765B105F7CA0DFD057A8A____innerExceptions1,
Activator_t1AA661A19D2BA6737D3693FA1C206925035738F8_CustomAttributesCacheGenerator_Activator_CreateInstance_mF3E09E8AC19EE563314B326117091D4B9CC918C1____args1,
RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_CustomAttributesCacheGenerator_RuntimeType_MakeGenericType_m0E98F4004C2BE0B6B3138E21D3B3AC39CD2FF6E9____instantiation0,
String_t_CustomAttributesCacheGenerator_String_Join_m8846EB11F0A221BDE237DE041D17764B36065404____value1,
String_t_CustomAttributesCacheGenerator_String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B____separator0,
String_t_CustomAttributesCacheGenerator_String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC____trimChars0,
String_t_CustomAttributesCacheGenerator_String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E____trimChars0,
String_t_CustomAttributesCacheGenerator_String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B____args1,
String_t_CustomAttributesCacheGenerator_String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21____args2,
String_t_CustomAttributesCacheGenerator_String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306____args0,
String_t_CustomAttributesCacheGenerator_String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9____values0,
Type_t_CustomAttributesCacheGenerator_Type_MakeGenericType_mF10E4461F281347AC912AA19C83184615350C13D____typeArguments0,
Environment_tBCC20ED506D491BFC121CAEA0AAD63D421BDC32C_CustomAttributesCacheGenerator_Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602____values1,
Delegate_t_CustomAttributesCacheGenerator_Delegate_Combine_m9C45BA635FB474C637D0D5C74F6925E394828ACF____delegates0,
ParameterizedStrings_t7D0C78F4AB917B3D3E3AB516CF0EFBE128369937_CustomAttributesCacheGenerator_ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA____args1,
StringBuilder_t_CustomAttributesCacheGenerator_StringBuilder_AppendFormat_m97C4AAABA51FCC2D426BD22FE05BEC045AB9D6F8____args1,
EncodingHelper_tC74BF8FA85B5E9051C84B21C3FE278233ED21A3E_CustomAttributesCacheGenerator_EncodingHelper_InvokeI18N_m32000499B17B72B5A86CB35D0DAE80B99B3AE552____args1,
MethodInfo_t_CustomAttributesCacheGenerator_MethodInfo_MakeGenericMethod_m0C97A27EE4EF0481A048E4EB818B2C89A8F0E095____typeArguments0,
MonoMethod_t_CustomAttributesCacheGenerator_MonoMethod_MakeGenericMethod_m19E306E143E51C195BDFC621C2F6DE7329F1794E____methodInstantiation0,
Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_CustomAttributesCacheGenerator_Path_Combine_m0E747588B961ADE0E9439588F719A50DDE05E2F6____paths0,
Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_CustomAttributesCacheGenerator_Task_WhenAny_m59C7F18DABA670EACF71A2E2917C861ADB9D0341____tasks0,
ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760_CustomAttributesCacheGenerator_ConfigHandler_ValidatePath_m6650D44DB89EBA11558A1E7CF484F73410017B2B____paths1,
RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_CustomAttributesCacheGenerator_RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268____Handle_PropertyInfo,
Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370____Fallback_PropertyInfo,
Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370_CustomAttributesCacheGenerator_Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370____FallbackBuffer_PropertyInfo,
Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A____Fallback_PropertyInfo,
Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A_CustomAttributesCacheGenerator_Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A____FallbackBuffer_PropertyInfo,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827____EncoderFallback_PropertyInfo,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827____DecoderFallback_PropertyInfo,
Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_CustomAttributesCacheGenerator_Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827____IsReadOnly_PropertyInfo,
MethodBase_t_CustomAttributesCacheGenerator_MethodBase_t____IsConstructor_PropertyInfo,
Assembly_t_CustomAttributesCacheGenerator_Assembly_t____IsFullyTrusted_PropertyInfo,
ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_CustomAttributesCacheGenerator_ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B____MemberType_PropertyInfo,
CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85_CustomAttributesCacheGenerator_CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85____Constructor_PropertyInfo,
CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85_CustomAttributesCacheGenerator_CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85____ConstructorArguments_PropertyInfo,
UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62_CustomAttributesCacheGenerator_UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62____PositionPointer_PropertyInfo,
Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A____MinSupportedDateTime_PropertyInfo,
Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_CustomAttributesCacheGenerator_Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A____MaxSupportedDateTime_PropertyInfo,
CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_CustomAttributesCacheGenerator_CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9____Name_PropertyInfo,
GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator_GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B____MinSupportedDateTime_PropertyInfo,
GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_CustomAttributesCacheGenerator_GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B____MaxSupportedDateTime_PropertyInfo,
JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_CustomAttributesCacheGenerator_JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360____MinSupportedDateTime_PropertyInfo,
JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360_CustomAttributesCacheGenerator_JapaneseCalendar_t9B3E6C121CD0B742AC6413D33DE394DE3E3C6360____MaxSupportedDateTime_PropertyInfo,
TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C_CustomAttributesCacheGenerator_TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C____MinSupportedDateTime_PropertyInfo,
TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C_CustomAttributesCacheGenerator_TaiwanCalendar_tF03DACFCF8C6BC8EDD68CADE289D6A32FBBC516C____MaxSupportedDateTime_PropertyInfo,
TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_CustomAttributesCacheGenerator_TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C____CultureName_PropertyInfo,
RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____CurrencyEnglishName_PropertyInfo,
RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____DisplayName_PropertyInfo,
RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____GeoId_PropertyInfo,
RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____NativeName_PropertyInfo,
RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_CustomAttributesCacheGenerator_RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A____CurrencyNativeName_PropertyInfo,
WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_CustomAttributesCacheGenerator_WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842____Handle_PropertyInfo,
AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945_CustomAttributesCacheGenerator_AsyncCausalityTracer_t75B71DD98F58251F1B02EAF88D285113AFBB6945____LoggingOn_PropertyInfo,
Task_1_t568291872C69C69075FDD0A6674262E52CC2B021_CustomAttributesCacheGenerator_Task_1_t568291872C69C69075FDD0A6674262E52CC2B021____Result_PropertyInfo,
Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB_CustomAttributesCacheGenerator_Evidence_t5512CE2EB76E95C5D4A88D1960CA0A56125E30DB____Count_PropertyInfo,
mscorlib_CustomAttributesCacheGenerator,
};
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_wrapNonExceptionThrows_0(L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_allowMultiple_1(L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_inherited_2(L_0);
return;
}
}
| [
"[email protected]"
] | |
14d020976713afb5d68a19b5f0d4101055df5762 | ea46d294c7d0a339642cc53074c1e3f6a03f3332 | /TSynth/AudioPatching.h | 3c975be2f36fdd7a15641326c56cfb555845be07 | [
"MIT"
] | permissive | deenigewouter/TSynth-Teensy4.1 | 93cc90c1be2aa2510b98ae54a73be36887e034ef | 3c1f27face713cbf5ffb1062e3e04d858b513933 | refs/heads/master | 2023-08-28T09:04:09.167157 | 2021-11-03T23:29:55 | 2021-11-03T23:29:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,496 | h | #ifndef TSYNTH_AUDIO_PATCHING_H
#define TSYNTH_AUDIO_PATCHING_H
#include <vector>
#include "Constants.h"
//waveformX --> waveformMixerX --> voiceMixer1-3 --> voiceMixerM --> volumeMixer
//WAVEFORMLEVEL oscA/BLevel VELOCITY VOICEMIXERLEVEL/UNISONVOICEMIXERLEVEL volume
class Mixer {
private:
AudioMixer4& mixer;
uint8_t index;
public:
Mixer(AudioMixer4& mixer_, uint8_t index_): mixer(mixer_), index(index_) {}
void gain(float value) {
mixer.gain(index, value);
}
};
struct PatchShared {
AudioSynthWaveformDcTS pitchBend;
AudioSynthWaveformTS pitchLfo;
AudioMixer4 pitchMixer;
AudioSynthWaveformTS pwmLfoA;
AudioSynthWaveformTS pwmLfoB;
AudioSynthWaveformTS filterLfo;
AudioSynthWaveformDcTS pwa;
AudioSynthWaveformDcTS pwb;
AudioMixer4 noiseMixer;
AudioMixer4 voiceMixer[3];
AudioMixer4 voiceMixerM;
AudioEffectEnsemble ensemble;
AudioFilterStateVariableTS dcOffsetFilter;
AudioMixer4 volumeMixer;
AudioMixer4 effectMixerL;
AudioMixer4 effectMixerR;
AudioConnection connections[12] = {
{pitchBend, 0, pitchMixer, 0},
{pitchLfo, 0, pitchMixer, 1},
{voiceMixer[0], 0, voiceMixerM, 0},
{voiceMixer[1], 0, voiceMixerM, 1},
{voiceMixer[2], 0, voiceMixerM, 2},
{voiceMixerM, 0, dcOffsetFilter, 0},
{dcOffsetFilter, 2, volumeMixer, 0},
{volumeMixer, 0, ensemble, 0},
{ensemble, 0, effectMixerL, 1},
{ensemble, 1, effectMixerR, 1},
{volumeMixer, 0, effectMixerL, 0},
{volumeMixer, 0, effectMixerR, 0},
};
private:
AudioConnection *pinkNoiseConnection = nullptr;
AudioConnection *whiteNoiseConnection = nullptr;
AudioConnection *outputLConnection = nullptr;
AudioConnection *outputRConnection = nullptr;
public:
void connectNoise(AudioSynthNoisePink& pink, AudioSynthNoiseWhite& white) {
delete pinkNoiseConnection;
delete whiteNoiseConnection;
pinkNoiseConnection = new AudioConnection(pink, 0, noiseMixer, 0);
whiteNoiseConnection = new AudioConnection(white, 0, noiseMixer, 1);
}
void connectOutput(AudioMixer4& left, AudioMixer4& right, uint8_t index) {
delete outputLConnection;
delete outputRConnection;
outputLConnection = new AudioConnection(effectMixerL, 0, left, index);
outputRConnection = new AudioConnection(effectMixerR, 0, right, index);
}
};
// Oscillator configurations.
struct Patch {
AudioEffectEnvelopeTS filterEnvelope_;
AudioMixer4 pwMixer_a;
AudioMixer4 pwMixer_b;
AudioSynthWaveformDcTS glide_;
AudioSynthWaveformDcTS keytracking_;
AudioMixer4 oscModMixer_a;
AudioMixer4 oscModMixer_b;
AudioSynthWaveformModulatedTS waveformMod_a;
AudioSynthWaveformModulatedTS waveformMod_b;
AudioEffectDigitalCombine oscFX_;
AudioMixer4 waveformMixer_;
AudioMixer4 filterModMixer_;
AudioFilterStateVariableTS filter_;
AudioMixer4 filterMixer_;
AudioEffectEnvelopeTS ampEnvelope_;
AudioConnection connections[25] = {
{keytracking_, 0, filterModMixer_, 2},
{pwMixer_a, 0, waveformMod_a, 1},
{pwMixer_b, 0, waveformMod_b, 1},
{waveformMod_a, 0, waveformMixer_, 0},
{waveformMod_a, 0, oscFX_, 0},
{waveformMod_b, 0, waveformMixer_, 1},
{waveformMod_b, 0, oscFX_, 1},
{filterEnvelope_, 0, filterModMixer_, 0},
{filterEnvelope_, 0, pwMixer_a, 2},
{filterEnvelope_, 0, pwMixer_b, 2},
{oscFX_, 0, waveformMixer_, 3},
{waveformMixer_, 0, filter_, 0},
{filterModMixer_, 0, filter_, 1},
{filter_, 0, filterMixer_, 0},
{filter_, 1, filterMixer_, 1},
{filter_, 2, filterMixer_, 2},
{filterMixer_, ampEnvelope_},
// Mod sources
{oscModMixer_a, 0, waveformMod_a, 0},
{oscModMixer_b, 0, waveformMod_b, 0},
// Pitch env
{filterEnvelope_, 0, oscModMixer_a, 1},
{filterEnvelope_, 0, oscModMixer_b, 1},
// Glide
{glide_, 0, oscModMixer_a, 2},
{glide_, 0, oscModMixer_b, 2},
// X Mod
{waveformMod_a, 0, oscModMixer_b, 3},
{waveformMod_b, 0, oscModMixer_a, 3}
};
private:
// When added to a voice group, connect PWA/PWB.
AudioConnection *pitchMixerAConnection = nullptr;
AudioConnection *pitchMixerBConnection = nullptr;
AudioConnection *pwmLfoAConnection = nullptr;
AudioConnection *pwmLfoBConnection = nullptr;
AudioConnection *filterLfoConnection = nullptr;
AudioConnection *pwaConnection = nullptr;
AudioConnection *pwbConnection = nullptr;
AudioConnection *noiseMixerConnection = nullptr;
AudioConnection *ampConnection = nullptr;
public:
// Connect the shared audio objects to the per-voice audio objects.
Mixer* connectTo(PatchShared& shared, uint8_t index) {
delete pitchMixerAConnection;
delete pitchMixerBConnection;
delete pwmLfoAConnection;
delete pwmLfoBConnection;
delete filterLfoConnection;
delete pwaConnection;
delete pwbConnection;
delete noiseMixerConnection;
delete ampConnection;
pitchMixerAConnection = new AudioConnection(shared.pitchMixer, 0, oscModMixer_a, 0);
pitchMixerBConnection = new AudioConnection(shared.pitchMixer, 0, oscModMixer_b, 0);
pwmLfoAConnection = new AudioConnection(shared.pwmLfoA, 0, pwMixer_a, 0);
pwmLfoBConnection = new AudioConnection(shared.pwmLfoB, 0, pwMixer_b, 0);
filterLfoConnection = new AudioConnection(shared.filterLfo, 0, filterModMixer_, 1);
pwaConnection = new AudioConnection(shared.pwa, 0, pwMixer_a, 1);
pwbConnection = new AudioConnection(shared.pwb, 0, pwMixer_b, 1);
noiseMixerConnection = new AudioConnection(shared.noiseMixer, 0, waveformMixer_, 2);
uint8_t voiceMixerIndex = 0;
uint8_t indexMod4 = index % 4;
if (index != 0) voiceMixerIndex = index / 4;
ampConnection = new AudioConnection(ampEnvelope_, 0, shared.voiceMixer[voiceMixerIndex], indexMod4);
return new Mixer{shared.voiceMixer[voiceMixerIndex], indexMod4};
}
};
struct Global {
private:
static const uint8_t MAX_NO_TIMBER = 2;
static const uint8_t MAX_NO_VOICE = 12;
public:
AudioOutputUSB usbAudio;
AudioSynthWaveformDcTS constant1Dc;
AudioSynthNoisePink pink;
AudioSynthNoiseWhite white;
AudioAnalyzePeak peak;
Oscilloscope scope;
AudioMixer4 effectMixerR[3];
AudioMixer4 effectMixerRM;
AudioMixer4 effectMixerL[3];
AudioMixer4 effectMixerLM;
AudioOutputI2S i2s;
PatchShared SharedAudio[MAX_NO_TIMBER];
Patch Oscillators[MAX_NO_VOICE];
AudioControlSGTL5000 sgtl5000_1;
AudioConnection connectionsArray[12] = {
{effectMixerL[0], 0, effectMixerLM, 0},
{effectMixerL[1], 0, effectMixerLM, 1},
{effectMixerL[2], 0, effectMixerLM, 2},
{effectMixerR[0], 0, effectMixerRM, 0},
{effectMixerR[1], 0, effectMixerRM, 1},
{effectMixerR[2], 0, effectMixerRM, 2},
{effectMixerLM, 0, scope, 0},
{effectMixerLM, 0, peak, 0},
{effectMixerRM, 0, usbAudio, 1},
{effectMixerRM, 0, i2s, 1},
{effectMixerLM, 0, i2s, 0},
{effectMixerLM, 0, usbAudio, 0}
};
std::vector<AudioConnection*> connections;
Global(float mixerLevel) {
for (int i = 0; i < MAX_NO_VOICE; i++) {
connections.push_back(new AudioConnection{constant1Dc, Oscillators[i].filterEnvelope_});
}
for (int i = 0; i < MAX_NO_TIMBER; i++) {
SharedAudio[i].connectNoise(pink, white);
uint8_t mixerIdx = 0;
if (i > 0) mixerIdx = i / 12;
SharedAudio[i].connectOutput(effectMixerL[mixerIdx], effectMixerR[mixerIdx], i % 4);
SharedAudio[i].voiceMixerM.gain(0, mixerLevel);
SharedAudio[i].voiceMixerM.gain(1, mixerLevel);
SharedAudio[i].voiceMixerM.gain(2, mixerLevel);
SharedAudio[i].voiceMixerM.gain(3, mixerLevel);
SharedAudio[i].volumeMixer.gain(0, 1.6f);
SharedAudio[i].volumeMixer.gain(1, 0);
SharedAudio[i].volumeMixer.gain(2, 0);
SharedAudio[i].volumeMixer.gain(3, 0);
//This removes dc offset (mostly from unison pulse waves) before the ensemble effect
SharedAudio[i].dcOffsetFilter.octaveControl(1.0f);
SharedAudio[i].dcOffsetFilter.frequency(12.0f);//Lower values will give clicks on note on/off
}
constant1Dc.amplitude(1.0);
effectMixerLM.gain(0, 1.0f);
effectMixerLM.gain(1, 1.0f);
effectMixerLM.gain(2, 1.0f);
effectMixerLM.gain(3, 1.0f);
effectMixerRM.gain(0, 1.0f);
effectMixerRM.gain(1, 1.0f);
effectMixerRM.gain(2, 1.0f);
effectMixerRM.gain(3, 1.0f);
pink.amplitude(1.0);
white.amplitude(1.0);
}
inline int maxVoices() { return MAX_NO_VOICE; }
inline int maxTimbre() { return MAX_NO_TIMBER; }
// Limited to 12 because we have 3 mixers funnelling into 1 mixer.
inline int maxVoicesPerGroup() { return 12; }
inline int maxTimbres() { return 12; }
};
#endif
| [
"[email protected]"
] | |
04a392e3f904c14a5b65bd336562ba2e099c6de8 | 9ba6d3dee943ea9e0d332daf3fa0bbe82c3929ef | /hw7.2/hw7.2/Source.cpp | fe5e2be84a88a614ad8e29f8e67f33f1e1f02999 | [
"Apache-2.0"
] | permissive | Spiryacova/Homework | 3e85207a298feec5bed9435cc4d22dbcc94dc40c | 15d8eb64dfcecec30c7c2697041f9b7c74122708 | refs/heads/master | 2018-12-27T15:46:56.723909 | 2017-11-27T11:12:53 | 2017-11-27T11:12:53 | 109,842,429 | 0 | 0 | Apache-2.0 | 2018-10-30T17:28:40 | 2017-11-07T13:56:53 | C++ | WINDOWS-1251 | C++ | false | false | 1,592 | cpp | #include <iostream>
#include <string>
#include "Stack.h"
//Написать программу проверки баланса скобок в строке, скобки могут быть трёх видов : (), [], {}.
//Скобочная последовательность вида({ ) } считается некорректной, ({}) - корректной.
//f
using namespace std;
bool isBalanced(string input) {
int stringSize = input.size();
bool isBalanced = true;
Stack* stack = newStack();
for (int i = 0; i < stringSize; ++i) {
if (input[i] == '(' || input[i] == '[' || input[i] == '{') {
push(stack, input[i]);
}
if (input[i] == ')' || input[i] == ']' || input[i] == '}') {
if (isEmpty(stack)) {
isBalanced = false;
}
else {
char elFromStack = pop(stack);
switch (input[i]) {
case ')': {
if (elFromStack != '(') {
isBalanced = false;
}
break;
}
case ']': {
if (elFromStack != '[') {
isBalanced = false;
}
break;
}
case '}': {
if (elFromStack != '{') {
isBalanced = false;
}
break;
}
}
}
}
}
if (!isEmpty(stack)) {
isBalanced = false;
}
deleteStack(stack);
return isBalanced;
}
int main() {
setlocale(LC_ALL, "rus");
string input;
cout << "Введите последовательность скобок" << endl;
cin >> input;
if (isBalanced(input)) {
cout << "Сбалансирована" << endl;
}
else {
cout << "Не сбалансирована" << endl;
}
int c = 0;
cin >> c;
return 0;
} | [
"[email protected]"
] | |
be1f3567ce28143852ce58c5247ffd62b79b7f3d | 30988d1ae498ce1892740ffc4db5bacd6e82e0cf | /devel/include/sensor_pub_sub/Message1.h | de0dc313af0a5c5270ed23ebd77869e0fbe54cf7 | [] | no_license | J-Pai/ros-tutorial | bf5a430d90a2449f06d38011b70fa0d33dde4097 | 93a92b0ea523bd538eb0316534361d1a90be78cb | refs/heads/master | 2016-08-12T20:53:14.028108 | 2015-10-15T22:38:04 | 2015-10-15T22:38:04 | 44,349,221 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,934 | h | // Generated by gencpp from file sensor_pub_sub/Message1.msg
// DO NOT EDIT!
#ifndef SENSOR_PUB_SUB_MESSAGE_MESSAGE1_H
#define SENSOR_PUB_SUB_MESSAGE_MESSAGE1_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_operations.h>
namespace sensor_pub_sub
{
template <class ContainerAllocator>
struct Message1_
{
typedef Message1_<ContainerAllocator> Type;
Message1_()
: first_name()
, last_name()
, age(0)
, score(0) {
}
Message1_(const ContainerAllocator& _alloc)
: first_name(_alloc)
, last_name(_alloc)
, age(0)
, score(0) {
}
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _first_name_type;
_first_name_type first_name;
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _last_name_type;
_last_name_type last_name;
typedef uint8_t _age_type;
_age_type age;
typedef uint32_t _score_type;
_score_type score;
typedef boost::shared_ptr< ::sensor_pub_sub::Message1_<ContainerAllocator> > Ptr;
typedef boost::shared_ptr< ::sensor_pub_sub::Message1_<ContainerAllocator> const> ConstPtr;
}; // struct Message1_
typedef ::sensor_pub_sub::Message1_<std::allocator<void> > Message1;
typedef boost::shared_ptr< ::sensor_pub_sub::Message1 > Message1Ptr;
typedef boost::shared_ptr< ::sensor_pub_sub::Message1 const> Message1ConstPtr;
// constants requiring out of line definition
template<typename ContainerAllocator>
std::ostream& operator<<(std::ostream& s, const ::sensor_pub_sub::Message1_<ContainerAllocator> & v)
{
ros::message_operations::Printer< ::sensor_pub_sub::Message1_<ContainerAllocator> >::stream(s, "", v);
return s;
}
} // namespace sensor_pub_sub
namespace ros
{
namespace message_traits
{
// BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': False}
// {'std_msgs': ['/opt/ros/indigo/share/std_msgs/cmake/../msg'], 'sensor_pub_sub': ['/home/jpai/Desktop/sensors/src/sensor_pub_sub/msg']}
// !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
template <class ContainerAllocator>
struct IsFixedSize< ::sensor_pub_sub::Message1_<ContainerAllocator> >
: FalseType
{ };
template <class ContainerAllocator>
struct IsFixedSize< ::sensor_pub_sub::Message1_<ContainerAllocator> const>
: FalseType
{ };
template <class ContainerAllocator>
struct IsMessage< ::sensor_pub_sub::Message1_<ContainerAllocator> >
: TrueType
{ };
template <class ContainerAllocator>
struct IsMessage< ::sensor_pub_sub::Message1_<ContainerAllocator> const>
: TrueType
{ };
template <class ContainerAllocator>
struct HasHeader< ::sensor_pub_sub::Message1_<ContainerAllocator> >
: FalseType
{ };
template <class ContainerAllocator>
struct HasHeader< ::sensor_pub_sub::Message1_<ContainerAllocator> const>
: FalseType
{ };
template<class ContainerAllocator>
struct MD5Sum< ::sensor_pub_sub::Message1_<ContainerAllocator> >
{
static const char* value()
{
return "f8bfa80ae3c7a93455596d9622ad33a9";
}
static const char* value(const ::sensor_pub_sub::Message1_<ContainerAllocator>&) { return value(); }
static const uint64_t static_value1 = 0xf8bfa80ae3c7a934ULL;
static const uint64_t static_value2 = 0x55596d9622ad33a9ULL;
};
template<class ContainerAllocator>
struct DataType< ::sensor_pub_sub::Message1_<ContainerAllocator> >
{
static const char* value()
{
return "sensor_pub_sub/Message1";
}
static const char* value(const ::sensor_pub_sub::Message1_<ContainerAllocator>&) { return value(); }
};
template<class ContainerAllocator>
struct Definition< ::sensor_pub_sub::Message1_<ContainerAllocator> >
{
static const char* value()
{
return "string first_name\n\
string last_name\n\
uint8 age\n\
uint32 score\n\
";
}
static const char* value(const ::sensor_pub_sub::Message1_<ContainerAllocator>&) { return value(); }
};
} // namespace message_traits
} // namespace ros
namespace ros
{
namespace serialization
{
template<class ContainerAllocator> struct Serializer< ::sensor_pub_sub::Message1_<ContainerAllocator> >
{
template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
{
stream.next(m.first_name);
stream.next(m.last_name);
stream.next(m.age);
stream.next(m.score);
}
ROS_DECLARE_ALLINONE_SERIALIZER;
}; // struct Message1_
} // namespace serialization
} // namespace ros
namespace ros
{
namespace message_operations
{
template<class ContainerAllocator>
struct Printer< ::sensor_pub_sub::Message1_<ContainerAllocator> >
{
template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sensor_pub_sub::Message1_<ContainerAllocator>& v)
{
s << indent << "first_name: ";
Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.first_name);
s << indent << "last_name: ";
Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.last_name);
s << indent << "age: ";
Printer<uint8_t>::stream(s, indent + " ", v.age);
s << indent << "score: ";
Printer<uint32_t>::stream(s, indent + " ", v.score);
}
};
} // namespace message_operations
} // namespace ros
#endif // SENSOR_PUB_SUB_MESSAGE_MESSAGE1_H
| [
"[email protected]"
] | |
2d9feaa71963e45c389d5f0bb96756074775e4d6 | 1724439e1f3b8e92874ba9f1d67cc4211890a4e4 | /module01/ex08/Human.hpp | 1166eff0818c368f7b1152520d4593261d58a5e9 | [] | no_license | evelon/CPP-Module | 3aac6d1ff8bea2ea0f400832c35dc86057d0d704 | 7534e7d420360a19e411cbd450654f1fdb168552 | refs/heads/main | 2023-04-25T04:17:20.169564 | 2021-05-10T11:21:48 | 2021-05-10T11:21:48 | 358,794,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | hpp | #ifndef HUMAN_HPP
# define HUMAN_HPP
# include <string>
# include <iostream>
class Human
{
private:
void meleeAttack(std::string const & target);
void rangedAttack(std::string const & target);
void intimidatingShout(std::string const & target);
public:
void action(std::string const & action_name, std::string const & target);
};
#endif
| [
"[email protected]"
] | |
2e5a8b51dd061de4afe4de32016b2f1946db64e2 | 579c99f71480caa5ccee8430560bf06efadcd0f6 | /C++/INCEQUAL.cpp | fb5d3b178e0082f21153646d7f1998b21e6297a1 | [] | no_license | 7on9/algorithm | 99988769e4180d442832c5984162ef16751fa08c | d7ba6a60b8105d9ec379689cb3854e0aa2deeadb | refs/heads/master | 2020-06-02T09:08:33.826200 | 2019-06-10T06:25:29 | 2019-06-10T06:25:29 | 191,109,595 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 551 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
void solve()
{
int n, x, maxNum = -1;
long long tt = 0;
cin >> n >> x;
vector <int> arr(n+1);
for(int i = 1;i <= n;i++)
{
cin >> arr[i];
maxNum = max(maxNum, arr[i]);
}
for(int i = 1;i <= n;i++)
{
if((maxNum - arr[i]) % x != 0)
{
cout << -1 << endl;
exit(0);
} else tt += (maxNum - arr[i]) / x;
}
cout << tt << endl;
}
int main()
{
solve();
return 0;
}
| [
"[email protected]"
] | |
97f12f5c43eb2e8d57a90582c9fc034c1d510537 | a3cd6195d5becb43fb21099af5b2079983592fe7 | /solutions/black/week5/4_transport_catalog_r/src/solution/coords_compressor.h | c7dd79a4e2082ca2a0fbdd27fbe3f2e025d90885 | [] | no_license | korotindev/c-plus-plus-belts | f51e17df1941b991f280d86a79d11a752da06415 | 719329cf4291f29752527d07800a9c042d9e7c73 | refs/heads/master | 2023-02-23T15:09:02.495396 | 2021-02-02T11:50:22 | 2021-02-02T11:50:22 | 253,024,569 | 1 | 0 | null | 2020-12-10T16:00:03 | 2020-04-04T14:55:31 | C++ | UTF-8 | C++ | false | false | 1,230 | h | #pragma once
#include <string>
#include <vector>
#include <unordered_map>
#include "sphere.h"
class CoordsCompressor {
public:
CoordsCompressor(const std::unordered_map<std::string, Sphere::Point>& stops_coords);
void FillIndices(const std::unordered_map<double, std::vector<double>>& neighbour_lats,
const std::unordered_map<double, std::vector<double>>& neighbour_lons);
void FillTargets(double max_width, double max_height, double padding);
double MapLat(double value) const;
double MapLon(double value) const;
private:
struct CoordInfo {
double source;
size_t idx = 0;
double target = 0;
bool operator<(const CoordInfo& other) const;
};
std::vector<CoordInfo> lats_;
std::vector<CoordInfo> lons_;
void FillCoordIndices(std::vector<CoordInfo>& coords, const std::unordered_map<double, std::vector<double>>& neighbour_values);
static const CoordInfo& Find(const std::vector<CoordInfo>& sorted_values, double value,
std::optional<std::vector<CoordInfo>::const_iterator> end_it = std::nullopt);
static size_t FindMaxIdx(const std::vector<CoordInfo>& coords);
size_t FindMaxLatIdx() const;
size_t FindMaxLonIdx() const;
}; | [
"[email protected]"
] | |
318f8e96ffe7533340aa5cb7d2f806500dae6baf | f31f67f670fcb3ebd7927f9de382beed4522cab8 | /data_structure_linkedlist/data_structure_linkedlist/main.cpp | 0e4b4986b3f8954cd47dd47c945872c42d89a428 | [] | no_license | pankajpahuja1/data-structure | 055c9b5880b8b15da187d9490ce40a9cfcff0628 | 5d207b2ee9e324ca66f039817c33432d6f587640 | refs/heads/master | 2020-04-02T14:37:08.611945 | 2018-10-24T16:15:51 | 2018-10-24T16:15:51 | 154,531,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 950 | cpp | //
// main.cpp
// data_structure_linkedlist
//
// Created by pankaj on 01/10/18.
// Copyright © 2018 pankaj. All rights reserved.
//
#include <iostream>
using namespace std;
struct node
{
int info;
struct node* link;
};
struct node* start = NULL;
struct node* createnode()
{
struct node* n;
n=(struct node*) malloc(sizeof(struct node));
return(n);
}
void insertnewnode()
{
struct node* temp,*t;
temp= createnode();
printf("enter a no");
cin>>temp->info;
temp->link=NULL;
if(start==NULL)
{
start= temp;
}
else
{
t=start;
while (t->link!= NULL)
t=t->link;
t->link=temp;
}
}
void deletenode()
{
}
int main(int argc, const char * argv[]) {
int a=0;
printf("bolo jai mata di");\
cin>>a;
if(a==1)
{insertnewnode();}
insertnewnode();
insertnewnode();
return 0;
}
| [
"[email protected]"
] | |
99d54853b56645205ac890b326f95510c12459cd | 559f78115aed404da3eeec04a527ac273a75710c | /Test1/test3ds/Joy3D/include/g3dLight.h | 9cb2ec60c8070ef7752ad29bbed9bc1d49651de0 | [] | no_license | TwTravel/ReduceGL | b41e8813a59c57b3e7d2bd5df4446d24513a48cc | 5858923bab1e25b4913e7f5ded1a7efad01b01ef | refs/heads/master | 2020-04-14T14:37:14.767044 | 2019-02-15T23:56:08 | 2019-02-15T23:56:08 | 163,901,946 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 9,932 | h | #pragma once
#include "g3dBasicHeader.h"
/*********************************************
@类名:g3dLight
@描述:对光源的封装
@说明:支持三种类型的光源类型:聚光灯,点光源和方向性光源提供简单的接口来操纵具体参数。
创建光源不要直接使用构造函数,而是使用场景管理器的CreateLight()。
g3dLightWrapper是在渲染系统中使用的一个类型,与g3dLight一 一对应,具体参见g3dLightWrapper。
@修改历史:高继扬,2012/8/12,创建
*********************************************/
class g3dLight
{
public:
/**默认构造函数
@说明:
与参数为string的构造函数的区别在于默认构造函数:利用IDcount生成名字
@参数:无
@修改历史:
高继扬,2012/8/12,创建
*/
g3dLight(void);
/**构造函数
@说明:
与默认构造函数的区别在于,默认构造函数利用IDcount生成名字
@参数:无
@修改历史:
高继扬,2012/8/12,创建
*/
g3dLight(std::string name);
/**析构函数
*/
~g3dLight(void);
///光源类型枚举类型
enum LightTypes
{
/// 点光源向各个方向均匀的发射光线
LT_POINT = 0,
/// 方向性光源向某一个方向发射平行光线
LT_DIRECTIONAL = 1,
/// 聚光灯,大家都懂的
LT_SPOTLIGHT = 2
};
/** 设置光源类型
@说明:无
@参数:type:LightTypes
@修改历史:
高继扬,2012/8/12 , 创建
*/
void setType(LightTypes type);
/** 得到光源类型
*/
LightTypes getType(void) const;
/** 设置光源的散射光颜色
@说明:
材质有环境光,散射光和镜面光三种属性,分别代表着对这三种光的反射比率。
材质的环境光和散射光影响材质“看上去”的颜色,材质的镜面光属性决定它的
反光程度。另外,材质还有一个自发光属性。
Diffuse light simulates the typical light emanating from light sources and affects the base colour
of objects together with ambient light.
@参数:red:float , green:float , blue:float
@修改历史:
高继扬,2012/8/12 , 创建
*/
void setDiffuseColour(float red, float green, float blue);
/** 设置光源的散射光颜色
@说明:
材质有环境光,散射光和镜面光三种属性,分别代表着对这三种光的反射比率。
材质的环境光和散射光影响材质“看上去”的颜色,材质的镜面光属性决定它的
反光程度。另外材质还有一个自发光属性。
Diffuse light simulates the typical light emanating from light sources and affects the base colour
of objects together with ambient light.
@参数:colour:ColorValue&
@修改历史:
高继扬,2012/8/12 , 创建
*/
void setDiffuseColour(const ColorValue& colour);
/** 得到光源的散射光颜色
@说明:
材质有环境光,散射光和镜面光三种属性,分别代表着对这三种光的反射比率。
材质的环境光和散射光影响材质“看上去”的颜色,材质的镜面光属性决定它的
反光程度。另外材质还有一个自发光属性。
Diffuse light simulates the typical light emanating from light sources and affects the base colour
of objects together with ambient light.
@参数:无
@修改历史:
高继扬,2012/8/12 , 创建
*/
const ColorValue& getDiffuseColour(void) const;
/** 设置光源的镜面光(specular light)的颜色.
@说明:
材质有环境光,散射光和镜面光三种属性,分别代表着对这三种光的反射比率。
材质的环境光和散射光影响材质“看上去”的颜色,材质的镜面光属性决定它的
反光程度。另外材质还有一个自发光属性。
@参数:red:float, green:float, blue:float
@修改历史:
高继扬,2012/8/12,创建
*/
void setSpecularColour(float red, float green, float blue);
/** 设置光源的镜面光(specular light)的颜色.
@说明:
材质有环境光,散射光和镜面光三种属性,分别代表着对这三种光的反射比率。
材质的环境光和散射光影响材质“看上去”的颜色,材质的镜面光属性决定它的
反光程度。另外材质还有一个自发光属性。
@参数:colour:ColorValue&
@修改历史:
高继扬,2012/8/12,创建
*/
void setSpecularColour(const ColorValue& colour);
/** 取得当前光源的镜面光(specular light)的颜色.
@说明:
材质有环境光,散射光和镜面光三种属性,分别代表着对这三种光的反射比率。
材质的环境光和散射光影响材质“看上去”的颜色,材质的镜面光属性决定它的
反光程度。另外材质还有一个自发光属性。
@参数:无
@修改历史:
高继扬,2012/8/12,创建
*/
const ColorValue& getSpecularColour(void) const;
/** 设置光源的衰减参数
@说明:
光强会随着传播距离的增加而减小,这主要包括常数衰减因子,线性衰减因子和二次衰减因子,
具体含义可参看opengl的光源部分。
@param
constant The constant factor in the attenuation formula: 1.0 means never attenuate, 0.0 is complete attenuation
@param
linear The linear factor in the attenuation formula: 1 means attenuate evenly over the distance
@param
quadratic The quadratic factor in the attenuation formula: adds a curvature to the attenuation formula.
*/
void setAttenuation(float constant, float linear, float quadratic);
/** 得到光源衰减参数中的常数衰减因子
@说明:无
@参数:无
@修改历史:
高继扬,2012/8/12 , 创建
*/
float getAttenuationConstant(void) const;
/** 得到光源衰减参数中的线性衰减因子
@说明:无
@参数:无
@修改历史:
高继扬,2012/8/12 , 创建
*/
float getAttenuationLinear(void) const;
/** 得到光源衰减参数中的二次衰减因子
@说明:无
@参数:无
@修改历史:
高继扬,2012/8/12 , 创建
*/
float getAttenuationQuadric(void) const;
/** 设置光源位置
@说明:
仅对点光源和聚光灯有效
@参数:x:float, y:float, z:float
@修改历史:
高继扬,2012/8/12 , 创建
*/
void setPosition(float x, float y, float z);
/** 设置光源位置
@说明:
仅对点光源和聚光灯有效
@参数:vec:Vector3&
@修改历史:
高继扬,2012/8/12 , 创建
*/
void setPosition(const Vector3& vec);
/** 得到当前光源位置
@说明:
仅对点光源和聚光灯有效
@参数:无
@修改历史:
高继扬,2012/8/12 , 创建
*/
const Vector3& getPosition(void) const;
/** 设置光源发射光线的方向
@说明:
仅对方向性光源和聚光灯有效
@参数:x:float, y:float, z:float
@修改历史:
高继扬,2012/8/12 , 创建
*/
void setDirection(float x, float y, float z);
/** 设置光源发射光线的方向
@说明:
仅对方向性光源和聚光灯有效
@参数:vec:Vector3&
@修改历史:
高继扬,2012/8/12 , 创建
*/
void setDirection(const Vector3& vec);
/** 得到光源发射光线的方向
@说明:
仅对方向性光源和聚光灯有效
@参数:无
@修改历史:
高继扬,2012/8/12 , 创建
*/
const Vector3& getDirection(void) const;
/** 设置聚光灯参数.
@说明:
描述一个聚光灯,在openGL中需要聚光灯切角,聚光指数和光线方向。
这个函数设置切角和聚光指数,切角描述聚光灯光锥的半角,范围:[0,90],
聚光指数描述光线的聚集程度,范围:[0,1]
@参数:
cutoff:Radian,切角
@参数:falloff:float,聚光指数
@修改历史:
高继扬,2012/8/12,创建
*/
void setSpotlightRange(const Radian& cutoff, float falloff = 0.0);
/** 得到聚光灯的切角.
@说明:
描述一个聚光灯,在openGL中需要聚光灯切角,聚光指数和光线方向。
切角描述聚光灯光锥的半角,范围:[0,90],
聚光指数描述光线的聚集程度,范围:[0,1]
@参数:无
@修改历史:
高继扬,2012/8/12,创建
*/
const Radian& getSpotlightCutoff(void) const;
/** 得到聚光指数
*/
float getSpotlightExponent(void) const;
/** 设置聚光灯切角
@说明:
描述一个聚光灯,在openGL中需要聚光灯切角,聚光指数和光线方向。
切角描述聚光灯光锥的半角,范围:[0,90],
聚光指数描述光线的聚集程度,范围:[0,1]
@参数:
cutoff:Radian,切角
@修改历史:
高继扬,2012/8/12,创建
*/
void setSpotlightCutoff(const Radian& val);
/** 设置聚光灯聚光指数
@说明:
描述一个聚光灯,在openGL中需要聚光灯切角,聚光指数和光线方向。
切角描述聚光灯光锥的半角,范围:[0,90],
聚光指数描述光线的聚集程度,范围:[0,1]
@参数:
cutoff:Radian,切角
@修改历史:
高继扬,2012/8/12,创建
*/
void setSpotlightExponent(float val);
public:
///名称
std::string m_Name;
private:
///计数器
static int IDcount;
///光源类型
LightTypes m_LightType;
///位置
Vector3 m_Position;
///散射光颜色
ColorValue m_Diffuse;
///镜面光颜色
ColorValue m_Specular;
///光线方向
Vector3 m_Direction;
///聚光灯切角
Radian m_SpotCutoff;
///聚光灯聚光指数
float m_SpotExponent;
///常数衰减因子
float m_AttenuationConst;
///线性衰减因子
float m_AttenuationLinear;
///二次衰减因子
float m_AttenuationQuad;
};
| [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.