Home
last modified time | relevance | path

Searched defs:CreateConcat (Results 1 – 4 of 4) sorted by relevance

/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/internal/
H A Dcord_rep_consume_test.cc39 CordRepConcat* CreateConcat(CordRep* left, CordRep* right) { in CreateConcat() function
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_consume_test.cc39 CordRepConcat* CreateConcat(CordRep* left, CordRep* right) { in CreateConcat() function
/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_mattype.cpp823 pstr CreateConcat ( pstr & Dest, in CreateConcat() function
855 pstr CreateConcat ( pstr & Dest, in CreateConcat() function
884 pstr CreateConcat ( pstr & Dest, in CreateConcat() function
910 pstr CreateConcat ( pstr & Dest, in CreateConcat() function
933 pstr CreateConcat ( pstr & Dest, cpstr Source ) { in CreateConcat() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DExprFactory.cs86 public ExprConcat CreateConcat(Expr first, Expr second) => new ExprConcat(first, second); in CreateConcat() method in Microsoft.CSharp.RuntimeBinder.Semantics.ExprFactory