Home
last modified time | relevance | path

Searched defs:Split (Results 1 – 25 of 45) sorted by relevance

12

/third_party/rust/crates/os_str_bytes/src/
Diter.rs20 pub struct Split<'a, P> struct
28 impl<'a, P> Split<'a, P> impl
60 impl<P> Clone for Split<'_, P> implementation
73 impl<P> Debug for Split<'_, P> implementation
86 impl<P> DoubleEndedIterator for Split<'_, P> implementation
95 impl<P> FusedIterator for Split<'_, P> where P: Pattern {} implementation
97 impl<'a, P> Iterator for Split<'a, P> implementation
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split_test.cc44 TEST(Split, TraitsTest) { in TEST() argument
76 TEST(Split, APIExamples) { in TEST() argument
333 TEST(Split, EmptyAndNull) { in TEST() argument
555 TEST(Split, Basics) { in TEST() argument
592 TEST(Split, AcceptsCertainTemporaries) { in TEST() argument
602 TEST(Split, Temporary) { in TEST() argument
634 TEST(Split, LvalueCaptureIsCopyable) { in TEST() argument
643 TEST(Split, TemporaryCaptureIsCopyable) { in TEST() argument
651 TEST(Split, SplitterIsCopyableAndMoveable) { in TEST() argument
663 TEST(Split, StringDelimiter) { in TEST() argument
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_swizzle.h54 void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DSubtargetFeature.cpp33 void SubtargetFeatures::Split(std::vector<std::string> &V, StringRef S) { in Split() function in SubtargetFeatures
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DStringMatcher.cpp63 std::pair<StringRef, StringRef> Split = Code.split('\n'); in EmitStringMatcherForChar() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split() function in DeltaAlgorithm
DRegex.cpp147 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp128 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated }; enumerator
/third_party/rust/crates/regex/src/
Dre_bytes.rs739 pub struct Split<'r, 't> { struct
744 impl<'r, 't> Iterator for Split<'r, 't> { argument
768 impl<'r, 't> FusedIterator for Split<'r, 't> {} implementation
Dre_unicode.rs781 pub struct Split<'r, 't> { struct
786 impl<'r, 't> Iterator for Split<'r, 't> { argument
810 impl<'r, 't> FusedIterator for Split<'r, 't> {} implementation
Dprog.rs282 Split(InstSplit), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkParser.cpp29 std::pair<StringRef, StringRef> Split = InBuffer.split('\0'); in ParsedStringTable() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUAdapter.cpp25 std::vector<std::string> Split(const std::string& s, char delim) { in Split() function
/third_party/node/deps/v8/src/compiler/backend/
Dgap-resolver.cc23 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp147 bool Split = false; in splitLandingPadPreds() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp211 std::pair<StringRef, StringRef> Split = AliasName.split("@@@"); in flushSymverDirectives() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dformat.cc54 cctz_parts Split(absl::Time t) { in Split() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStubCommon.cpp210 auto Split = Scalar.split(':'); in input() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp200 std::pair<StringRef, StringRef> Split = Str.split(Separator); in split() local
235 std::pair<StringRef, StringRef> Split = split(Desc, '-'); in parseSpecifier() local
/third_party/node/deps/v8/src/base/
Dregion-allocator.cc86 RegionAllocator::Region* RegionAllocator::Split(Region* region, in Split() function in v8::base::RegionAllocator
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts122 type Split<S extends string, D extends string> = alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp575 auto Split = TII->expandMovDPP64(MI); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp461 bool ScalarizerVisitor::splitUnary(Instruction &I, const Splitter &Split) { in splitUnary()
481 bool ScalarizerVisitor::splitBinary(Instruction &I, const Splitter &Split) { in splitBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp711 MachineBasicBlock &Split, in unstackifyVRegsUsedInSplitBB()

12