Home
last modified time | relevance | path

Searched defs:stringRef (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTwine.h142 const StringRef *stringRef; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTwine.h141 const StringRef *stringRef; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp188 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in GetProperty() local
198 auto stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in GetProperty() local
217 auto stringRef = panda::StringRef::NewFromUtf8(GetEcmaVM(), "length"); in SetLength() local
218 GetHandle()->Set(GetEcmaVM(), stringRef, JsiValueConvertor::toJsiValueWithVM<size_t>(GetEcmaVM(), length)); in SetLength() local
304 auto stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in HasProperty() local
312 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in GetProperty() local
322 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); HasProperty() local
345 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); SetPropertyJsonObject() local
355 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); SetPropertyObject() local
[all...]

Completed in 4 milliseconds