MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

library/cpp/regex/pire/pire/classes.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 TSet<wchar32> Get(wchar32 wc) const
76 {
77 auto it = m_classes.find(to_lower(wc & ~ControlMask));
78 if (it == m_classes.end())
79 throw Error("Unknown character class");
80 return it->second.ToSet();
81 }
82
83 CharClassesTable()
84 {

Callers 15

AlterMethod · 0.45
SaveMethod · 0.45
LoadMethod · 0.45
endMethod · 0.45
findMethod · 0.45
insertMethod · 0.45
InsertStatesMethod · 0.45
NextAndGetToGroupsMethod · 0.45
UpdateNListMethod · 0.45
SimpleScannerMethod · 0.45
SimpleScannerMethod · 0.45
LoadedScannerMethod · 0.45

Calls 5

to_lowerFunction · 0.85
ToSetMethod · 0.80
ErrorClass · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected