Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerSumType.h130 template <TagT N> struct Lookup { struct
132 using MemberT = decltype(
136 using PointerT = typename MemberT::PointerT;
139 using TraitsT = typename MemberT::TraitsT;
/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/tensorflow/tensorflow/core/kernels/lookup_tables/
Dflat_hash_map_op_kernels.cc92 Status Lookup(const absl::string_view& key, ValueType* value) const override { in Lookup() function in tensorflow::tables::StaticStringFlatHashMap
97 Status Lookup(const string& key, ValueType* value) const override { in Lookup() function in tensorflow::tables::StaticStringFlatHashMap
103 Status Lookup(absl::Span<const absl::string_view> keys, in Lookup() function in tensorflow::tables::StaticStringFlatHashMap
123 Status Lookup(absl::Span<const string> keys, absl::Span<ValueType> values, in Lookup() function in tensorflow::tables::StaticStringFlatHashMap
Dfingerprint64_map_op_kernels.cc41 Status Lookup(const KeyType& key_to_find, ValueType* value) const override { in Lookup() function in tensorflow::tables::Fingerprint64Map
46 Status Lookup(absl::Span<const KeyType> keys, absl::Span<ValueType> values, in Lookup() function in tensorflow::tables::Fingerprint64Map
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h53 LambdaSymbolResolver(LookupFlagsFnRef &&LookupFlags, LookupFnRef &&Lookup) in LambdaSymbolResolver()
68 LookupFn Lookup; variable
79 createSymbolResolver(LookupFlagsFn &&LookupFlags, LookupFn &&Lookup) { in createSymbolResolver()
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h174 RecordInfo* Lookup(const clang::CXXRecordDecl* record) { in Lookup() function
178 RecordInfo* Lookup(clang::DeclContext* decl) { in Lookup() function
182 RecordInfo* Lookup(const clang::Type* type) { in Lookup() function
186 RecordInfo* Lookup(const clang::QualType& type) { in Lookup() function
/external/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
/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/tensorflow/tensorflow/python/lib/core/
Dpy_exception_registry.cc41 PyObject* PyExceptionRegistry::Lookup(TF_Code code) { in Lookup() function in tensorflow::PyExceptionRegistry
/external/tensorflow/tensorflow/cc/framework/
Dgrad_op_registry.cc32 Status GradOpRegistry::Lookup(const string& op, GradFunc* func) const { in Lookup() function in tensorflow::ops::GradOpRegistry
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcustom_call_target_registry.cc32 void* CustomCallTargetRegistry::Lookup(const std::string& symbol) const { in Lookup() function in xla::cpu::CustomCallTargetRegistry
/external/libtextclassifier/lang_id/common/
Dregistry.h173 T *Lookup(const char *key) const { in Lookup() function
181 T *Lookup(const string &key) const { return Lookup(key.c_str()); } in Lookup() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc36 TEST(AttrTypeMap, Lookup) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp28 static const char *Lookup = "0123456789ABCDEF"; in format() local
/external/v8/src/torque/
Dscope.h57 Declarable* Lookup(const std::string& name) { in Lookup() function
101 Declarable* Lookup(const std::string& name) { in Lookup() function
/external/v8/src/
Dlookup-cache-inl.h26 int DescriptorLookupCache::Lookup(Map* source, Name* name) { in Lookup() function
Daddress-map.h61 int 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
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh340 struct Lookup struct
342 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value()
354 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null()
365 typename T::type get_class (hb_codepoint_t glyph_id, in get_class()
373 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
387 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
422 /*static*/ inline const AAT::Lookup<OT::HBUINT16>& Null<AAT::Lookup<OT::HBUINT16> > () in Null()
Dhb-ot-layout-common.hh647 struct Lookup struct
649 unsigned int get_subtable_count () const { return subTable.len; } in get_subtable_count()
652 const TSubTable& get_subtable (unsigned int i) const in get_subtable()
656 const OffsetArrayOf<TSubTable>& get_subtables () const in get_subtables()
659 OffsetArrayOf<TSubTable>& get_subtables () in get_subtables()
662 unsigned int get_size () const in get_size()
670 unsigned int get_type () const { return lookupType; } in get_type()
675 uint32_t get_props () const in get_props()
687 typename context_t::return_t dispatch (context_t *c) const in dispatch()
700 bool serialize (hb_serialize_context_t *c, in serialize()
[all …]
/external/libtextclassifier/utils/sentencepiece/
Ddouble_array_trie_test.cc33 TEST(DoubleArrayTest, Lookup) { in TEST() argument
Dsorted_strings_table_test.cc28 TEST(SortedStringsTest, Lookup) { in TEST() argument
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dprop.go85 func Lookup(s []byte) (p Properties, sz int) { func
/external/google-benchmark/test/
Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/external/libcxx/utils/google-benchmark/test/
Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument

12345