/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 44 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/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 42 TEST(Split, TraitsTest) { in TEST() argument 74 TEST(Split, APIExamples) { in TEST() argument 331 TEST(Split, EmptyAndNull) { in TEST() argument 533 TEST(Split, Basics) { in TEST() argument 570 TEST(Split, AcceptsCertainTemporaries) { in TEST() argument 580 TEST(Split, Temporary) { in TEST() argument 612 TEST(Split, LvalueCaptureIsCopyable) { in TEST() argument 621 TEST(Split, TemporaryCaptureIsCopyable) { in TEST() argument 629 TEST(Split, SplitterIsCopyableAndMoveable) { in TEST() argument 641 TEST(Split, StringDelimiter) { in TEST() argument [all …]
|
/third_party/grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 34 inline std::vector<std::string>& Split(const std::string& s, char delim, in Split() function 45 inline std::vector<std::string> Split(const std::string& s, char delim) { in Split() function
|
D | python_generator_helpers.h | 139 inline void Split(const std::string& s, char delim, in Split() function
|
D | generator_helpers.h | 169 inline void Split(const std::string& s, char /*delim*/, in Split() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 33 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/ |
D | StringMatcher.cpp | 63 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/ |
D | DeltaAlgorithm.cpp | 28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split() function in DeltaAlgorithm
|
D | Regex.cpp | 147 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Regex.cpp | 128 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | BuddyAllocator.h | 54 enum class BlockState { Free, Split, Allocated }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkParser.cpp | 29 std::pair<StringRef, StringRef> Split = InBuffer.split('\0'); in ParsedStringTable() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUAdapter.cpp | 25 std::vector<std::string> Split(const std::string& s, char delim) { in Split() function
|
/third_party/re2/re2/testing/ |
D | regexp_generator.cc | 256 std::vector<std::string> Split(const StringPiece& sep, const StringPiece& s) { in Split() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | BlockExtractor.cpp | 147 bool Split = false; in splitLandingPadPreds() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 211 std::pair<StringRef, StringRef> Split = AliasName.split("@@@"); in flushSymverDirectives() local
|
/third_party/abseil-cpp/absl/time/ |
D | format.cc | 54 cctz_parts Split(absl::Time t) { in Split() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | format.cc | 54 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/ |
D | TextStubCommon.cpp | 210 auto Split = Scalar.split(':'); in input() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 200 std::pair<StringRef, StringRef> Split = Str.split(Separator); in split() local 235 std::pair<StringRef, StringRef> Split = split(Desc, '-'); in parseSpecifier() local
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 122 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/ |
D | GCNDPPCombine.cpp | 575 auto Split = TII->expandMovDPP64(MI); in runOnMachineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 461 bool ScalarizerVisitor::splitUnary(Instruction &I, const Splitter &Split) { in splitUnary() 481 bool ScalarizerVisitor::splitBinary(Instruction &I, const Splitter &Split) { in splitBinary()
|
/third_party/boost/libs/beast/test/beast/zlib/ |
D | inflate_stream.cpp | 227 enum Split enum in boost::beast::zlib::inflate_stream_test
|
/third_party/boost/libs/regex/src/ |
D | cregex.cpp | 482 std::size_t RegEx::Split(std::vector<std::string>& v, in Split() function in boost::RegEx
|