Home
last modified time | relevance | path

Searched defs:lookup_result (Results 1 – 12 of 12) sorted by relevance

/external/ipsec-tools/src/racoon/
Drsalist.c127 struct lookup_result { struct
137 struct lookup_result *req = data; in rsa_lookup_key_one() argument
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc173 auto lookup_result = cache_.find(cache_key); in LookupConstData() local
185 if (auto lookup_result = LookupConstData(cache_key)) return lookup_result; in AddConstNodeWithData() local
210 if (auto lookup_result = LookupConstData(cache_key)) { in AddConstNodeWithData() local
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DCxxModuleHandler.cpp69 std::unique_ptr<LookupResult> lookup_result; in emulateLookupInCtxt() local
140 auto lookup_result = emulateLookupInCtxt(sema, ns_name, *parent); in getEqualLocalDeclContext() local
DClangModulesDeclVendor.cpp401 clang::LookupResult lookup_result( in FindDecls() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLocaleData.java36 Integer lookup_result = map.get(packed_locale); in findParent() local
188 Byte lookup_result = LIKELY_SCRIPTS.get(lookup_key); in localeDataComputeScript() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp176 const auto lookup_result = in CheckRequiredCapabilities() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp176 const auto lookup_result = in CheckRequiredCapabilities() local
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp553 clang::DeclContext::lookup_result lookup_result = in FindDecls() local
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc642 auto lookup_result = ext_name_to_field.find(name); in DecodeProtoOp() local
/external/tensorflow/tensorflow/lite/kernels/hashtable/
Dhashtable_ops_test.cc517 std::initializer_list<ValueType> lookup_result) { in HashtableDefaultGraphTest()
/external/clang/include/clang/AST/
DDeclBase.h1652 typedef DeclContextLookupResult lookup_result; typedef
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h2268 using lookup_result = DeclContextLookupResult; variable