| /third_party/icu/docs/userguide/strings/ |
| D | properties.md | 274 ## 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/ |
| D | cargo.rs | 97 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/ |
| D | PointerSumType.h | 216 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/ |
| D | page-memory.h | 249 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/ |
| D | Legacy.h | 53 LookupFnRef &&Lookup) in LambdaSymbolResolver() 69 LookupFn Lookup; variable 81 LookupFn &&Lookup) { in createSymbolResolver()
|
| /third_party/rust/crates/syn/codegen/src/ |
| D | parse.rs | 21 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/ |
| D | Lookup.java | 16 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/ |
| D | Context.cs | 11 …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/ |
| D | class_with_typedef.hpp | 7 typedef const char* Lookup; typedef in C
|
| /third_party/node/deps/v8/src/utils/ |
| D | address-map.cc | 41 bool RootIndexMap::Lookup(Address obj, RootIndex* out_root_list) const { in Lookup() function in v8::internal::RootIndexMap
|
| D | address-map.h | 62 bool Lookup(HeapObject obj, RootIndex* out_root_list) const { in Lookup() function
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-common.hh | 343 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/ |
| D | Formatters.cpp | 27 static const char *Lookup = "0123456789ABCDEF"; in format() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | lookup-cache-inl.h | 24 int DescriptorLookupCache::Lookup(Map source, Name name) { in Lookup() function
|
| /third_party/skia/third_party/externals/tint/src/utils/ |
| D | map_test.cc | 25 TEST(Lookup, Test) { in TEST() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| D | refs-map.cc | 21 RefsMap::Entry* RefsMap::Lookup(const Address& key) const { in Lookup() function in v8::internal::compiler::RefsMap
|
| /third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
| D | area_code_map.cc | 42 const char* AreaCodeMap::Lookup(const PhoneNumber& number) const { in Lookup() function in i18n::phonenumbers::AreaCodeMap
|
| /third_party/benchmark/test/ |
| D | map_test.cc | 47 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
| /third_party/node/deps/v8/src/snapshot/ |
| D | serializer.h | 40 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/ |
| D | compilation-cache.cc | 168 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/ |
| D | missingTypeArguments3.ts | 18 interface Lookup<TKey, TElement> { interface
|
| /third_party/gn/src/gn/ |
| D | builder_record_map.h | 73 NodeType* Lookup(const Label& label) const { in Lookup() function
|
| D | unique_vector.h | 60 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/ |
| D | dateparser.cc | 152 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/ |
| D | declarations.h | 60 static std::vector<Declarable*> Lookup(const QualifiedName& name) { in Lookup() function
|