Home
last modified time | relevance | path

Searched defs:Concat (Results 1 – 25 of 38) sorted by relevance

12

/third_party/spirv-tools/test/opt/
Dpass_utils.h74 std::vector<T> Concat(const std::vector<T>& a, const std::vector<T>& b) { in Concat() function
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpass_utils.h74 std::vector<T> Concat(const std::vector<T>& a, const std::vector<T>& b) { in Concat() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_utils.h74 std::vector<T> Concat(const std::vector<T>& a, const std::vector<T>& b) { in Concat() function
/third_party/skia/modules/sksg/src/
DSkSGTransform.cpp36 class Concat final : public Transform { class
40 Concat(sk_sp<Transform> a, sk_sp<Transform> b) in Concat() function in sksg::__anon05f5fea50111::Concat
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite.ts76 type Concat<T1 extends any[], T2 extends any[]> = alias
DramdaToolsNoInfinite2.ts297 …export type Concat<L extends List, L1 extends List> = L extends unknown ? L1 extends L1 ? _Concat<… alias
/third_party/skia/src/gpu/
DGrSwizzle.h136 constexpr GrSwizzle GrSwizzle::Concat(const GrSwizzle& a, const GrSwizzle& b) { in Concat() function
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs640 fn push_alternate(&self, mut concat: ast::Concat) -> Result<ast::Concat> { in push_alternate()
650 fn push_or_add_alternation(&self, concat: ast::Concat) { in push_or_add_alternation()
678 fn push_group(&self, mut concat: ast::Concat) -> Result<ast::Concat> { in push_group()
719 fn pop_group(&self, mut group_concat: ast::Concat) -> Result<ast::Concat> { in pop_group()
1025 mut concat: ast::Concat, in parse_uncounted_repetition()
1027 ) -> Result<ast::Concat> { in parse_uncounted_repetition()
1080 mut concat: ast::Concat, in parse_counted_repetition()
1081 ) -> Result<ast::Concat> { in parse_counted_repetition()
Dmod.rs490 Concat(Concat), enumerator
577 pub struct Concat { struct
584 impl Concat { impl
Dvisitor.rs146 Concat { enumerator
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dvisitor.rs82 Concat { enumerator
Dtranslate.rs179 Concat, enumerator
/third_party/skia/tests/
DGrQuadBufferTest.cpp133 TEST(Concat) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_statistics_test.cc79 CordRepConcat* Concat(CordRep* left, CordRep* right) { in Concat() function
309 TEST(CordzInfoStatisticsTest, Concat) { in TEST() argument
/third_party/skia/experimental/pvg/
Ddraw_msg.proto195 message Concat { message
/third_party/skia/include/core/
DSkMatrix.h1774 static SkMatrix Concat(const SkMatrix& a, const SkMatrix& b) { in Concat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp232 static uint32_t Concat[] = { variable
/third_party/skia/src/core/
DSkRecordDraw.cpp281 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds()
/third_party/skia/third_party/externals/jinja2/
Dnodes.py790 class Concat(Expr): class
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py755 class Concat(Expr): class
/third_party/jinja2/
Dnodes.py896 class Concat(Expr): class
Dcompiler.py1684 def visit_Concat(self, node: nodes.Concat, frame: Frame) -> None:
/third_party/node/deps/v8/third_party/jinja2/
Dnodes.py790 class Concat(Expr): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4561 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SL, NVT, NewOps); in PromoteNode() local
4683 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SL, NVT, NewElts); in PromoteNode() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc179 static CordRep* Concat(CordRep* left, CordRep* right) { in Concat() function

12