Home
last modified time | relevance | path

Searched refs:TokenMap (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/science/nest/nest-simulator-3.1/sli/
H A Ddict.h39 inline bool operator==( const TokenMap& x, const TokenMap& y )
47 class Dictionary : private TokenMap
78 : TokenMap( d ) in Dictionary()
84 using TokenMap::erase;
85 using TokenMap::size;
86 using TokenMap::begin;
87 using TokenMap::end;
88 using TokenMap::iterator;
89 using TokenMap::find;
135 return TokenMap::empty(); in empty()
[all …]
H A Ddict.cc56 TokenMap cp( *this ); in clear()
57 TokenMap::clear(); in clear()
59 for ( TokenMap::iterator i = cp.begin(); i != cp.end(); ++i ) in clear()
113 for ( TokenMap::const_iterator it = TokenMap::begin(); it != TokenMap::end(); ++it ) in add_dict()
130 TokenMap::iterator it = find( n ); in remove()
146 for ( TokenMap::const_iterator it = TokenMap::begin(); it != TokenMap::end(); ++it ) in remove_dict()
148 TokenMap::iterator tgt_it = targetdict->find( it->first ); in remove_dict()
159 for ( TokenMap::iterator it = TokenMap::begin(); it != TokenMap::end(); ++it ) in clear_access_flags()
185 for ( TokenMap::const_iterator it = TokenMap::begin(); it != TokenMap::end(); ++it ) in all_accessed_()
211 for ( TokenMap::const_iterator where = d.begin(); where != d.end(); ++where ) in operator <<()
/dports/lang/bas2tap/bas2tap-2.6/
H A Dbas2tap.c104 } TokenMap[256] = { variable
1320 ListSpaces, TokenMap[Keyword].Token, TokenMap[**Index].Token); in ScanExpression()
1695 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass01()
1724 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass02()
1745 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass03()
1772 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass04()
1801 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass05()
1879 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass06()
1901 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass07()
1915 ListSpaces, BasicLineNo, StatementNo, TokenMap[Keyword].Token, TokenMap[**Index].Token); in HandleClass08()
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/awalterschulze/gographviz/token/
H A Dtoken.go140 type TokenMap struct { struct
145 func NewMap() *TokenMap {
152 func (this *TokenMap) AddToken(str string) { argument
168 func NewMapFromStrings(input []string) *TokenMap {
176 func NewMapFromString(input string) *TokenMap {
181 func (this *TokenMap) Type(key string) Type { argument
189 func (this *TokenMap) TokenString(typ Type) string { argument
197 func (this *TokenMap) String() string { argument
205 func (this *TokenMap) Strings() []string { argument
209 func (this *TokenMap) Equals(that *TokenMap) bool { argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dfasttokenhandler.cxx35 const css::uno::Sequence< sal_Int8 > TokenMap::EMPTY_BYTE_SEQ;
36 const OUString TokenMap::EMPTY_STRING;
38 TokenMap::TokenMap() : in TokenMap() function in xmloff::token::TokenMap
60 TokenMap::~TokenMap() in ~TokenMap()
64 sal_Int32 TokenMap::getTokenPerfectHash( const char *pStr, sal_Int32 nLength ) in getTokenPerfectHash()
92 return TokenMap::getTokenFromUtf8( rIdentifier ); in getTokenFromUTF8()
98 return TokenMap::getTokenFromUTF8( pToken, nLength ); in getTokenDirect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dfasttokenhandler.cxx35 const css::uno::Sequence< sal_Int8 > TokenMap::EMPTY_BYTE_SEQ;
36 const OUString TokenMap::EMPTY_STRING;
38 TokenMap::TokenMap() : in TokenMap() function in xmloff::token::TokenMap
60 TokenMap::~TokenMap() in ~TokenMap()
64 sal_Int32 TokenMap::getTokenPerfectHash( const char *pStr, sal_Int32 nLength ) in getTokenPerfectHash()
92 return TokenMap::getTokenFromUtf8( rIdentifier ); in getTokenFromUTF8()
98 return TokenMap::getTokenFromUTF8( pToken, nLength ); in getTokenDirect()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/analysis/
H A Dtokenmap.go25 type TokenMap map[string]bool type
27 func NewTokenMap() TokenMap {
28 return make(TokenMap, 0)
34 func (t TokenMap) LoadFile(filename string) error {
45 func (t TokenMap) LoadBytes(data []byte) error {
61 func (t TokenMap) LoadLine(line string) {
74 func (t TokenMap) AddToken(token string) {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/analysis/
H A Dtokenmap.go25 type TokenMap map[string]bool type
27 func NewTokenMap() TokenMap {
28 return make(TokenMap, 0)
34 func (t TokenMap) LoadFile(filename string) error {
45 func (t TokenMap) LoadBytes(data []byte) error {
61 func (t TokenMap) LoadLine(line string) {
74 func (t TokenMap) AddToken(token string) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/analysis/
H A Dtokenmap.go25 type TokenMap map[string]bool type
27 func NewTokenMap() TokenMap {
28 return make(TokenMap, 0)
34 func (t TokenMap) LoadFile(filename string) error {
45 func (t TokenMap) LoadBytes(data []byte) error {
61 func (t TokenMap) LoadLine(line string) {
74 func (t TokenMap) AddToken(token string) {
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/analysis/
H A Dtokenmap.go25 type TokenMap map[string]bool
27 func NewTokenMap() TokenMap {
28 return make(TokenMap, 0)
34 func (t TokenMap) LoadFile(filename string) error {
45 func (t TokenMap) LoadBytes(data []byte) error {
61 func (t TokenMap) LoadLine(line string) {
74 func (t TokenMap) AddToken(token string) {
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCATokenMap.h78 typedef std::map<UInt32, T*> TokenMap; typedef
101 typename TokenMap::const_iterator i = mTokenMap.begin(); in GetToken()
116 typename TokenMap::const_iterator i = mTokenMap.find(inToken); in GetObject()
141 typename TokenMap::const_iterator i = mTokenMap.begin(); in GetObjectByIndex()
151 typename TokenMap::iterator i = mTokenMap.find(inToken); in AddMapping()
158 mTokenMap.insert(typename TokenMap::value_type(inToken, inObject)); in AddMapping()
165 typename TokenMap::iterator i = mTokenMap.find(inToken); in RemoveMapping()
181 mTokenMap.insert(typename TokenMap::value_type(theToken, inObject)); in MapObject()
189 typename TokenMap::iterator i = mTokenMap.begin(); in UnmapObject()
206 TokenMap mTokenMap;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/token/
H A Dtokenmap.cxx45 const css::uno::Sequence< sal_Int8 > TokenMap::EMPTY_BYTE_SEQ;
47 TokenMap::TokenMap() : in TokenMap() function in oox::TokenMap
73 TokenMap::~TokenMap() in ~TokenMap()
77 sal_Int32 TokenMap::getTokenFromUnicode( std::u16string_view rUnicodeName ) in getTokenFromUnicode()
84 sal_Int32 TokenMap::getTokenPerfectHash( const char *pStr, sal_Int32 nLength ) in getTokenPerfectHash()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/token/
H A Dtokenmap.cxx46 const css::uno::Sequence< sal_Int8 > TokenMap::EMPTY_BYTE_SEQ;
48 TokenMap::TokenMap() : in TokenMap() function in oox::TokenMap
74 TokenMap::~TokenMap() in ~TokenMap()
78 sal_Int32 TokenMap::getTokenFromUnicode( const OUString& rUnicodeName ) in getTokenFromUnicode()
85 sal_Int32 TokenMap::getTokenPerfectHash( const char *pStr, sal_Int32 nLength ) in getTokenPerfectHash()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dtoken_map.hpp31 class TokenMap : public RefCounted<TokenMap> { class
33 typedef SharedRefPtr<TokenMap> Ptr;
35 static TokenMap::Ptr from_partitioner(StringRef partitioner);
37 virtual ~TokenMap() {} in ~TokenMap()
51 virtual TokenMap::Ptr copy() const = 0;
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/formats/dot/internal/token/
H A Dtoken.go42 type TokenMap struct { struct
47 func (m TokenMap) Id(tok Type) string { argument
54 func (m TokenMap) Type(tok string) Type { argument
61 func (m TokenMap) TokenString(tok *Token) string { argument
66 func (m TokenMap) StringType(typ Type) string { argument
70 var TokMap = TokenMap{
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/graph/formats/dot/internal/token/
H A Dtoken.go42 type TokenMap struct { struct
47 func (m TokenMap) Id(tok Type) string { argument
54 func (m TokenMap) Type(tok string) Type { argument
61 func (m TokenMap) TokenString(tok *Token) string { argument
66 func (m TokenMap) StringType(typ Type) string { argument
70 var TokMap = TokenMap{
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/formats/dot/internal/token/
H A Dtoken.go42 type TokenMap struct { struct
47 func (m TokenMap) Id(tok Type) string { argument
54 func (m TokenMap) Type(tok string) Type { argument
61 func (m TokenMap) TokenString(tok *Token) string { argument
66 func (m TokenMap) StringType(typ Type) string { argument
70 var TokMap = TokenMap{
/dports/textproc/miller/miller-5.10.2/go/src/parsing/token/
H A Dtoken.go34 type TokenMap struct {
39 func (m TokenMap) Id(tok Type) string {
46 func (m TokenMap) Type(tok string) Type {
53 func (m TokenMap) TokenString(tok *Token) string {
57 func (m TokenMap) StringType(typ Type) string {
119 var TokMap = TokenMap{
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Util/
H A DTokenMap.h60 class ALEMBIC_EXPORT TokenMap
113 TokenMap() {} in TokenMap() function
121 explicit TokenMap( const std::string &config,
298 bool exactMatch( const TokenMap &iOther ) const in exactMatch()
308 inline bool operator==( const TokenMap &iA, const TokenMap &iB )
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/inc/
H A Dfasttokenhandler.hxx23 class TokenMap class
26 explicit TokenMap();
27 ~TokenMap();
69 struct StaticTokenMap : public rtl::Static< TokenMap, StaticTokenMap > {};
88 TokenMap& mrTokenMap;
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/registry/
H A Dtoken_maps.go31 type TokenMapConstructor func(config map[string]interface{}, cache *Cache) (analysis.TokenMap, erro…
56 func (c *TokenMapCache) TokenMapNamed(name string, cache *Cache) (analysis.TokenMap, error) {
61 return item.(analysis.TokenMap), nil
64 …(name string, typ string, config map[string]interface{}, cache *Cache) (analysis.TokenMap, error) {
72 return item.(analysis.TokenMap), nil
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/registry/
H A Dtoken_maps.go31 type TokenMapConstructor func(config map[string]interface{}, cache *Cache) (analysis.TokenMap, erro…
56 func (c *TokenMapCache) TokenMapNamed(name string, cache *Cache) (analysis.TokenMap, error) {
61 return item.(analysis.TokenMap), nil
64 …(name string, typ string, config map[string]interface{}, cache *Cache) (analysis.TokenMap, error) {
72 return item.(analysis.TokenMap), nil
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/registry/
H A Dtoken_maps.go31 type TokenMapConstructor func(config map[string]interface{}, cache *Cache) (analysis.TokenMap, erro…
56 func (c *TokenMapCache) TokenMapNamed(name string, cache *Cache) (analysis.TokenMap, error) {
61 return item.(analysis.TokenMap), nil
64 …(name string, typ string, config map[string]interface{}, cache *Cache) (analysis.TokenMap, error) {
72 return item.(analysis.TokenMap), nil
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/registry/
H A Dtoken_maps.go31 type TokenMapConstructor func(config map[string]interface{}, cache *Cache) (analysis.TokenMap, erro…
56 func (c *TokenMapCache) TokenMapNamed(name string, cache *Cache) (analysis.TokenMap, error) {
61 return item.(analysis.TokenMap), nil
64 …(name string, typ string, config map[string]interface{}, cache *Cache) (analysis.TokenMap, error) {
72 return item.(analysis.TokenMap), nil
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dfasttokenhandler.hxx24 class TokenMap class
27 explicit TokenMap();
28 ~TokenMap();
70 struct StaticTokenMap : public rtl::Static< TokenMap, StaticTokenMap > {};
90 TokenMap& mrTokenMap;

12345678910