Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 25 of 67) sorted by relevance

123

/third_party/icu/docs/userguide/strings/
Dproperties.md274 ## Lookup section in Properties
281 ### Binary property from code point
287 ### Binary property over string
296 ### Enumerated property from code point
302 ### Enumerated property over string
326 ### Code point trie most-optimized UTF-16 access
/third_party/rust/crates/cxx/gen/build/src/
Dcargo.rs97 struct Lookup(str); struct
99 impl Lookup { implementation
106 fn borrow(&self) -> &Lookup { in borrow()
111 impl Ord for Lookup { implementation
120 impl PartialOrd for Lookup { implementation
126 impl Eq for Lookup {} implementation
128 impl PartialEq for Lookup { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h216 template <TagT N> struct Lookup { struct
218 using MemberT = decltype(
222 using PointerT = typename MemberT::PointerT;
225 using TraitsT = typename MemberT::TraitsT;
/third_party/node/deps/v8/src/heap/cppgc/
Dpage-memory.h249 Address NormalPageMemoryRegion::Lookup(ConstAddress address) const { in Lookup() function
256 Address LargePageMemoryRegion::Lookup(ConstAddress address) const { in Lookup() function
261 Address PageMemoryRegion::Lookup(ConstAddress address) const { in Lookup() function
269 PageMemoryRegion* PageMemoryRegionTree::Lookup(ConstAddress address) const { in Lookup() function
279 Address PageBackend::Lookup(ConstAddress address) const { in Lookup() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h53 LookupFnRef &&Lookup) in LambdaSymbolResolver()
69 LookupFn Lookup; variable
81 LookupFn &&Lookup) { in createSymbolResolver()
/third_party/rust/crates/syn/codegen/src/
Dparse.rs21 struct Lookup { struct
33 let mut lookup = Lookup { in parse() argument
510 lookup: &mut Lookup, in load_file()
531 lookup: &mut Lookup, in do_load_file()
633 fn load_aliases(use_tree: UseTree, lookup: &mut Lookup) { in load_aliases()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookup.java16 public /*abstract*/ class Lookup class
50 public Lookup(int theLookupType, int theLookupFlags) in Lookup() method in Lookup
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DContext.cs11 …internal static readonly int[] Lookup = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 4, 0, 0… field in Org.Brotli.Dec.Context
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dclass_with_typedef.hpp7 typedef const char* Lookup; typedef in C
/third_party/node/deps/v8/src/utils/
Daddress-map.cc41 bool RootIndexMap::Lookup(Address obj, RootIndex* out_root_list) const { in Lookup() function in v8::internal::RootIndexMap
Daddress-map.h62 bool Lookup(HeapObject obj, RootIndex* out_root_list) const { in Lookup() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh343 struct Lookup struct
345 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value()
357 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null()
368 typename T::type get_class (hb_codepoint_t glyph_id, in get_class()
376 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
390 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
425 struct Null<AAT::Lookup<T>> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp27 static const char *Lookup = "0123456789ABCDEF"; in format() local
/third_party/node/deps/v8/src/objects/
Dlookup-cache-inl.h24 int DescriptorLookupCache::Lookup(Map source, Name name) { in Lookup() function
/third_party/skia/third_party/externals/tint/src/utils/
Dmap_test.cc25 TEST(Lookup, Test) { in TEST() argument
/third_party/node/deps/v8/src/compiler/
Drefs-map.cc21 RefsMap::Entry* RefsMap::Lookup(const Address& key) const { in Lookup() function in v8::internal::compiler::RefsMap
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Darea_code_map.cc42 const char* AreaCodeMap::Lookup(const PhoneNumber& number) const { in Lookup() function in i18n::phonenumbers::AreaCodeMap
/third_party/benchmark/test/
Dmap_test.cc47 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/third_party/node/deps/v8/src/snapshot/
Dserializer.h40 const char* Lookup(Address address) { in Lookup() function
65 const char* Lookup(Address code_address) { in Lookup() function
156 bool Lookup(HeapObject obj, int* index_out) const { in Lookup() function
/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc168 MaybeHandle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup() function in v8::internal::CompilationCacheScript
217 InfoCellPair CompilationCacheEval::Lookup(Handle<String> source, in Lookup() function in v8::internal::CompilationCacheEval
254 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source, in Lookup() function in v8::internal::CompilationCacheRegExp
/third_party/typescript/tests/cases/compiler/
DmissingTypeArguments3.ts18 interface Lookup<TKey, TElement> { interface
/third_party/gn/src/gn/
Dbuilder_record_map.h73 NodeType* Lookup(const Label& label) const { in Lookup() function
Dunique_vector.h60 Node* Lookup(size_t hash, const T& item, const std::vector<T>& vector) const { in Lookup() function
228 UniqueVectorNode* Lookup(const T& t, size_t* hash) const { in Lookup() function
/third_party/node/deps/v8/src/date/
Ddateparser.cc152 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { in Lookup() function in v8::internal::DateParser::KeywordTable
/third_party/node/deps/v8/src/torque/
Ddeclarations.h60 static std::vector<Declarable*> Lookup(const QualifiedName& name) { in Lookup() function

123