Home
last modified time | relevance | path

Searched refs:string_cache (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Datom_macro.rs8 use string_cache::Atom;
15690 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
15898 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
16676 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
17752 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
17890 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
18004 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
18354 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
18498 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
18518 …de)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::st…
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dstring_cache.h38 struct string_cache;
40 struct string_cache * make_string_cache( int row_count, int col_count );
41 void release_string_cache( struct string_cache * sc );
43 int get_string_cache_rowcount( const struct string_cache * sc );
44 long long int get_string_cache_start( const struct string_cache * sc );
46 const char * get_cell_from_string_cache( const struct string_cache * sc, long long int row, int col…
47 void invalidate_string_cache( struct string_cache * sc );
48 int put_cell_to_string_cache( struct string_cache * sc, long long int row, int col, const char * s …
H A Dstring_cache.c160 typedef struct string_cache struct
165 } string_cache; argument
180 string_cache * make_string_cache( int row_count, int col_count ) in make_string_cache()
182 string_cache * res = malloc( sizeof *res ); in make_string_cache()
217 void release_string_cache( string_cache * sc ) in release_string_cache()
228 int get_string_cache_rowcount( const string_cache * sc ) in get_string_cache_rowcount()
237 long long int get_string_cache_start( const string_cache * sc ) in get_string_cache_start()
246 const char * get_cell_from_string_cache( const string_cache * sc, long long int row, int col ) in get_cell_from_string_cache()
259 static void invalidate_string_cache_from_to( string_cache * sc, int from, int count ) in invalidate_string_cache_from_to()
301 void invalidate_string_cache( string_cache * sc ) in invalidate_string_cache()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/tui/
H A Dstring_cache.h38 struct string_cache;
40 struct string_cache * make_string_cache( int row_count, int col_count );
41 void release_string_cache( struct string_cache * sc );
43 int get_string_cache_rowcount( const struct string_cache * sc );
44 long long int get_string_cache_start( const struct string_cache * sc );
46 const char * get_cell_from_string_cache( const struct string_cache * sc, long long int row, int col…
47 void invalidate_string_cache( struct string_cache * sc );
48 int put_cell_to_string_cache( struct string_cache * sc, long long int row, int col, const char * s …
H A Dstring_cache.c160 typedef struct string_cache struct
165 } string_cache; argument
180 string_cache * make_string_cache( int row_count, int col_count ) in make_string_cache()
182 string_cache * res = malloc( sizeof *res ); in make_string_cache()
217 void release_string_cache( string_cache * sc ) in release_string_cache()
228 int get_string_cache_rowcount( const string_cache * sc ) in get_string_cache_rowcount()
237 long long int get_string_cache_start( const string_cache * sc ) in get_string_cache_start()
246 const char * get_cell_from_string_cache( const string_cache * sc, long long int row, int col ) in get_cell_from_string_cache()
259 static void invalidate_string_cache_from_to( string_cache * sc, int from, int count ) in invalidate_string_cache_from_to()
301 void invalidate_string_cache( string_cache * sc ) in invalidate_string_cache()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/
H A Dmod.rs67 ident: &::string_cache::Atom<Static>, in serialize_atom_identifier()
71 Static: string_cache::StaticAtomSet, in serialize_atom_identifier()
89 ident: &::string_cache::Atom<Static>, in serialize_atom_name()
93 Static: string_cache::StaticAtomSet, in serialize_atom_name()
159 pub struct GenericAtomIdent<Set>(pub string_cache::Atom<Set>)
161 Set: string_cache::StaticAtomSet;
173 Self(string_cache::Atom::default()) in default()
247 Self(string_cache::Atom::from(string)) in from()
252 impl<Set: string_cache::StaticAtomSet> std::borrow::Borrow<string_cache::Atom<Set>>
256 fn borrow(&self) -> &string_cache::Atom<Set> { in borrow()
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style/values/
H A Dmod.rs67 ident: &::string_cache::Atom<Static>, in serialize_atom_identifier()
71 Static: string_cache::StaticAtomSet, in serialize_atom_identifier()
89 ident: &::string_cache::Atom<Static>, in serialize_atom_name()
93 Static: string_cache::StaticAtomSet, in serialize_atom_name()
159 pub struct GenericAtomIdent<Set>(pub string_cache::Atom<Set>)
161 Set: string_cache::StaticAtomSet;
173 Self(string_cache::Atom::default()) in default()
247 Self(string_cache::Atom::from(string)) in from()
252 impl<Set: string_cache::StaticAtomSet> std::borrow::Borrow<string_cache::Atom<Set>>
256 fn borrow(&self) -> &string_cache::Atom<Set> { in borrow()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/
H A Dmod.rs67 ident: &::string_cache::Atom<Static>, in serialize_atom_identifier()
71 Static: string_cache::StaticAtomSet, in serialize_atom_identifier()
89 ident: &::string_cache::Atom<Static>, in serialize_atom_name()
93 Static: string_cache::StaticAtomSet, in serialize_atom_name()
159 pub struct GenericAtomIdent<Set>(pub string_cache::Atom<Set>)
161 Set: string_cache::StaticAtomSet;
173 Self(string_cache::Atom::default()) in default()
247 Self(string_cache::Atom::from(string)) in from()
252 impl<Set: string_cache::StaticAtomSet> std::borrow::Borrow<string_cache::Atom<Set>>
256 fn borrow(&self) -> &string_cache::Atom<Set> { in borrow()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/string_cache-0.8.2/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/net-im/fractal/fractal-4.4.0/vendor/string_cache/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.7"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.7"
59 extern crate string_cache;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/string_cache/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/string_cache-0.7.5/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.7"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.7"
59 extern crate string_cache;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/string_cache-0.8.2/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/string_cache-0.4.0/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.4"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.4"
59 extern crate string_cache;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/string_cache-0.7.5/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.7"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.7"
59 extern crate string_cache;
/dports/net/krill/krill-0.9.4/cargo-crates/string_cache-0.8.2/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/devel/texlab/texlab-3.3.0/cargo-crates/string_cache-0.8.1/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/string_cache-0.7.5/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.7"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.7"
59 extern crate string_cache;
/dports/www/zola/zola-0.15.2/cargo-crates/string_cache-0.8.2/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/string_cache-0.8.1/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/string_cache-0.8.1/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/lang/rust/rustc-1.58.1-src/vendor/string_cache/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/string_cache-0.8.1/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/string_cache-0.8.1/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.8"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.8"
59 extern crate string_cache;
/dports/www/monolith/monolith-2.6.1/cargo-crates/string_cache-0.7.5/
H A DREADME.md5 [Documentation](https://docs.rs/string_cache/)
15 string_cache = "0.7"
21 extern crate string_cache;
22 use string_cache::DefaultAtom as Atom;
34 string_cache = "0.7"
59 extern crate string_cache;

12345678910>>...21