Home
last modified time | relevance | path

Searched refs:name_strref (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc347 auto name_strref = named_attr.first.str(); in ConvertAttributes() local
349 absl::string_view name(name_strref.data(), name_strref.size()); in ConvertAttributes()
376 name_strref, "') unimplemented"); in ConvertAttributes()
390 "Unhandled attribute kind for attribute '", name_strref, in ConvertAttributes()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1962 llvm::StringRef name_strref(name_cstr); in LookupRuntimeSymbol() local
1967 if (name_strref.startswith(ivar_prefix)) { in LookupRuntimeSymbol()
1969 name_strref.substr(ivar_prefix.size()); in LookupRuntimeSymbol()
1999 } else if (name_strref.startswith(class_prefix)) { in LookupRuntimeSymbol()
2001 name_strref.substr(class_prefix.size()); in LookupRuntimeSymbol()