Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/ADT/
DPointerSumType.h129 template <TagT N> struct Lookup { struct
132 static_cast<PointerSumTypeHelper *>(nullptr))) MemberT;
135 typedef typename MemberT::PointerT PointerT;
138 typedef typename MemberT::TraitsT TraitsT;
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h171 RecordInfo* Lookup(const clang::CXXRecordDecl* record) { in Lookup() function
175 RecordInfo* Lookup(clang::DeclContext* decl) { in Lookup() function
179 RecordInfo* Lookup(const clang::Type* type) { in Lookup() function
183 RecordInfo* Lookup(const clang::QualType& type) { in Lookup() function
/external/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
/external/libtextclassifier/common/
Dregistry.h156 T *Lookup(const char *key) const { in Lookup() function
164 T *Lookup(const std::string &key) const { return Lookup(key.c_str()); } in Lookup() function
/external/v8/src/
Dlookup-cache-inl.h23 int DescriptorLookupCache::Lookup(Map* source, Name* name) { in Lookup() function
Daddress-map.h53 int Lookup(HeapObject* obj) { in Lookup() function
196 SerializerReference Lookup(HeapObject* obj) { in Lookup() function
Ddateparser.cc153 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { in Lookup() function in v8::internal::DateParser::KeywordTable
Dcompilation-cache.cc140 InfoVectorPair CompilationCacheScript::Lookup( in Lookup() function in v8::internal::CompilationCacheScript
195 InfoVectorPair CompilationCacheEval::Lookup( in Lookup() function in v8::internal::CompilationCacheEval
230 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( in Lookup() function in v8::internal::CompilationCacheRegExp
Dbootstrapper.h30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { in Lookup() function
Dhandles.cc140 Object** CanonicalHandleScope::Lookup(Object* object) { in Lookup() function in v8::internal::CanonicalHandleScope
/external/google-benchmark/test/
Dmap_test.cc45 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/external/libcxx/utils/google-benchmark/test/
Dmap_test.cc45 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh590 struct Lookup struct
592 inline unsigned int get_subtable_count (void) const { return subTable.len; } in get_subtable_count()
595 inline const SubTableType& get_subtable (unsigned int i) const in get_subtable()
599 inline const OffsetArrayOf<SubTableType>& get_subtables (void) const in get_subtables()
602 inline OffsetArrayOf<SubTableType>& get_subtables (void) in get_subtables()
605 inline unsigned int get_type (void) const { return lookupType; } in get_type()
610 inline uint32_t get_props (void) const in get_props()
622 inline typename context_t::return_t dispatch (context_t *c) const in dispatch()
635 inline bool serialize (hb_serialize_context_t *c, in serialize()
653 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
/external/icu/icu4c/source/common/
Ducmndata.h96 LookupFn Lookup; member
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp89 struct Lookup {}; struct
109 struct Lookup {}; struct
/external/boringssl/src/crypto/lhash/
Dlhash_test.cc51 static const char *Lookup( in Lookup() function
/external/v8/src/ast/
Dcontext-slot-cache.cc29 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, in Lookup() function in v8::internal::ContextSlotCache
/external/v8/src/snapshot/
Dserializer.h34 const char* Lookup(Address address) { in Lookup() function
57 const char* Lookup(Address code_address) { in Lookup() function
/external/skia/src/core/
DSkFDot6.h82 inline static SkFixed Lookup(SkFDot6 x) { in Lookup() function
/external/libchrome/base/
Did_map.h139 T* Lookup(KeyType id) const { in Lookup() function
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude()
514 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in Process() local
/external/v8/src/compiler/
Dload-elimination.cc141 Node* LoadElimination::AbstractChecks::Lookup(Node* node) const { in Lookup() function in v8::internal::compiler::LoadElimination::AbstractChecks
196 Node* LoadElimination::AbstractElements::Lookup(Node* object, in Lookup() function in v8::internal::compiler::LoadElimination::AbstractElements
296 Node* LoadElimination::AbstractField::Lookup(Node* object) const { in Lookup() function in v8::internal::compiler::LoadElimination::AbstractField
325 bool LoadElimination::AbstractMaps::Lookup( in Lookup() function in v8::internal::compiler::LoadElimination::AbstractMaps
Dliveness-analyzer.h92 void Lookup(int var) { entries_.push_back(Entry(Entry::kLookup, var)); } in Lookup() function
/external/webrtc/webrtc/base/
Dflags.cc131 Flag* FlagList::Lookup(const char* name) { in Lookup() function in rtc::FlagList
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp273 static const char *Lookup = "0123456789ABCDEF"; in operator <<() local

123