Home
last modified time | relevance | path

Searched refs:ToKey (Results 1 - 20 of 20) sorted by relevance

/third_party/rust/crates/log/src/kv/
H A Dkey.rs9 pub trait ToKey { traits
14 impl<'a, T> ToKey for &'a T impls
16 T: ToKey + ?Sized,
23 impl<'k> ToKey for Key<'k> {
29 impl ToKey for str {
118 impl ToKey for String { in from()
124 impl<'a> ToKey for Cow<'a, str> { in from()
H A Dmod.rs22 pub use self::key::{Key, ToKey};
H A Dsource.rs9 use kv::{Error, Key, ToKey, ToValue, Value};
124 K: ToKey,
288 K: ToKey + Borrow<str> + Eq + Hash,
310 K: ToKey + Borrow<str> + Ord,
/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary.cc62 if (table->ToKey(roots, entry, &key)) { in Rehash()
230 if (!ToKey(roots, entry, &key)) continue; in Rehash()
259 if (!this->ToKey(roots, i, &k)) continue; in NumberOfEnumerableProperties()
275 if (!ToKey(roots, i, &k)) continue; in SlowReverseLookup()
H A Dsymbol-table.cc14 if (!this->ToKey(roots, i, &k)) continue; in SlowReverseLookup()
H A Dswiss-name-dictionary.h100 inline bool ToKey(ReadOnlyRoots roots, InternalIndex entry, Object* out_key);
288 inline bool ToKey(ReadOnlyRoots roots, int entry, Object* out_key);
H A Dswiss-name-dictionary-inl.h493 bool SwissNameDictionary::ToKey(ReadOnlyRoots roots, int entry, in ToKey() function in v8::internal::SwissNameDictionary
501 bool SwissNameDictionary::ToKey(ReadOnlyRoots roots, InternalIndex entry, in ToKey() function in v8::internal::SwissNameDictionary
503 return ToKey(roots, entry.as_int(), out_key); in ToKey()
H A Dhash-table.h157 inline bool ToKey(ReadOnlyRoots roots, InternalIndex entry, Object* out_k);
158 inline bool ToKey(PtrComprCageBase cage_base, InternalIndex entry,
H A Dhash-table-inl.h198 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, InternalIndex entry, in ToKey() function in v8::internal::HashTable
207 bool HashTable<Derived, Shape>::ToKey(PtrComprCageBase cage_base, in ToKey() function in v8::internal::HashTable
H A Dordered-hash-table-inl.h122 // Parameter |roots| only here for compatibility with HashTable<...>::ToKey.
124 bool OrderedHashTable<Derived, entrysize>::ToKey(ReadOnlyRoots roots, in ToKey() function in v8::internal::OrderedHashTable
H A Dmodule.cc318 if (!exports->ToKey(roots, i, &key)) continue; in GetModuleNamespace()
H A Dcall-site-info.cc352 if (!dictionary.ToKey(roots, i, &key)) continue; in InferMethodNameFromDictionary()
H A Dordered-hash-table.h128 inline bool ToKey(ReadOnlyRoots roots, InternalIndex entry, Object* out_key);
H A Dkeys.cc815 if (!dictionary->ToKey(roots, i, &key)) continue; in CommonCopyEnumKeysTo()
924 if (!raw_dictionary.ToKey(roots, i, &key)) continue; in CollectKeysFromDictionary()
H A Dsource-text-module.cc581 if (!requested_exports->ToKey(roots, index, &key)) continue; in FetchStarExports()
H A Dobjects.cc6207 if (this->ToKey(roots, i, &k)) { in CopyValuesTo()
6220 if (!this->ToKey(roots, i, &k)) continue; in NumberOfEnumerableProperties()
6241 if (!raw_dictionary.ToKey(roots, i, &k)) continue; in IterationIndices()
6269 if (!dictionary.ToKey(roots, i, &k)) continue; in SlowReverseLookup()
6562 if (table->ToKey(roots, InternalIndex(i), &key)) { in GetEntries()
H A Djs-objects.cc4015 if (!dict.ToKey(roots, i, &key)) continue; in TestDictionaryPropertiesIntegrityLevel()
4194 if (!dictionary->ToKey(roots, i, &k)) continue; in ApplyAttributesToDictionary()
4765 if (!dict.ToKey(roots, index, &k)) continue; in OptimizeAsPrototype()
H A Delements.cc1875 if (!dictionary.ToKey(roots, i, &k)) continue; in ValidateContents()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc90 if (!dict.ToKey(roots, i, &k)) continue; in PrintDictionaryContents()
888 if (!dict.ToKey(roots, i, &k)) continue; in PrintTableContentsGeneric()
1081 if (!this->ToKey(this->GetReadOnlyRoots(), bucket, &k)) continue; in SwissNameDictionaryPrint()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc6181 if (!properties->ToKey(roots, entry, &raw_key)) continue; in TransferNamedProperties()

Completed in 57 milliseconds