Home
last modified time | relevance | path

Searched defs:toVector (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
DTwine.cpp26 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
Dlhlo_legalize_to_parallel_loops.cc592 ArrayRef<Value> toVector() const { return ivsValFlag; } in toVector() function in mlir::lmhlo::__anonb847e6fe0111::SelectAndScatterOpConverter::IterArgs
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt459 public fun toVector(): Vector { in toVector() method in com.google.flatbuffers.kotlin.Reference