Home
last modified time | relevance | path

Searched defs:TokenId (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dtokstack.hxx39 struct TokenId struct
43 TokenId() : nId( 0 ) {} in TokenId() argument
44 TokenId( sal_uInt16 n ) : nId( n ) {} in TokenId() function
45 TokenId( const TokenId& r ) : nId( r.nId ) {} in TokenId() argument
46 TokenId& operator =( const TokenId& r ) { nId = r.nId; return *this; } in operator =() argument
47 TokenId& operator =( sal_uInt16 n ) { nId = n; return *this; } in operator =() argument
48 operator const sal_uInt16&() const { return nId; } in operator const sal_uInt16&()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dtokstack.hxx40 struct TokenId struct
44 TokenId() : nId( 0 ) {} in TokenId() argument
45 TokenId( sal_uInt16 n ) : nId( n ) {} in TokenId() function
46 TokenId( const TokenId& r ) : nId( r.nId ) {} in TokenId() argument
47 TokenId& operator =( const TokenId& r ) { nId = r.nId; return *this; } in operator =() argument
48 TokenId& operator =( sal_uInt16 n ) { nId = n; return *this; } in operator =() argument
49 operator const sal_uInt16&() const { return nId; } in operator const sal_uInt16&()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/mbe/src/
H A Dtoken_map.rs37 pub fn token_by_range(&self, relative_range: TextRange) -> Option<tt::TokenId> { in token_by_range()
51 token_id: tt::TokenId, in ranges_by_token()
62 token_id: tt::TokenId, in first_range_by_token()
72 pub(crate) fn insert(&mut self, token_id: tt::TokenId, relative_range: TextRange) { in insert()
78 token_id: tt::TokenId, in insert_delim()
H A Dlib.rs156 pub fn shift(self, id: tt::TokenId) -> tt::TokenId { in shift()
163 pub fn unshift(self, id: tt::TokenId) -> Option<tt::TokenId> { in unshift()
241 pub fn map_id_down(&self, id: tt::TokenId) -> tt::TokenId { in map_id_down()
245 pub fn map_id_up(&self, id: tt::TokenId) -> (tt::TokenId, Origin) { in map_id_up()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/mbe/src/
H A Dtoken_map.rs37 pub fn token_by_range(&self, relative_range: TextRange) -> Option<tt::TokenId> { in token_by_range()
51 token_id: tt::TokenId, in ranges_by_token()
62 token_id: tt::TokenId, in first_range_by_token()
72 pub(crate) fn insert(&mut self, token_id: tt::TokenId, relative_range: TextRange) { in insert()
78 token_id: tt::TokenId, in insert_delim()
H A Dlib.rs153 pub fn shift(self, id: tt::TokenId) -> tt::TokenId { in shift()
160 pub fn unshift(self, id: tt::TokenId) -> Option<tt::TokenId> { in unshift()
238 pub fn map_id_down(&self, id: tt::TokenId) -> tt::TokenId { in map_id_down()
242 pub fn map_id_up(&self, id: tt::TokenId) -> (tt::TokenId, Origin) { in map_id_up()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/common/
H A Dtoken.hh24 enum TokenId enum
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dstatic_index.rs47 pub struct TokenId(usize); struct
49 impl TokenId { impl
59 pub fn insert(&mut self, data: TokenStaticData) -> TokenId { in insert()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dstatic_index.rs48 pub struct TokenId(usize); struct
50 impl TokenId { implementation
60 pub fn insert(&mut self, data: TokenStaticData) -> TokenId { in insert()
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/scanner/
H A DStringHelperBase.cs55 public int TokenId { property in Mono.ILASM.StringHelperBase
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/
H A DToken.cs27 public uint TokenId{ property in Net.Sf.Pkcs11.Token
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
H A Dapi_op_CreateToken.go64 TokenId *string member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
H A Dapi_op_CreateToken.go64 TokenId *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/licensemanager/
H A Dapi_op_DeleteToken.go34 TokenId *string member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/tt/src/
H A Dlib.rs17 pub struct TokenId(pub u32); struct
19 impl TokenId { impl
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/tt/src/
H A Dlib.rs17 pub struct TokenId(pub u32); struct
19 impl TokenId { implementation
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/mathmlsvg/
H A DScanner.hh32 enum TokenId enum in Scanner
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Transactions/
H A DWsatRegistrationHeader.cs54 public string TokenId property in System.ServiceModel.Transactions.WsatRegistrationHeader

12345678910