Home
last modified time | relevance | path

Searched defs:Expr (Results 51 – 75 of 10652) sorted by relevance

12345678910>>...427

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dbinary_ops.go33 func (c *Comp) Add(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
583 func (c *Comp) Sub(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
1100 func (c *Comp) Mul(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
1620 func (c *Comp) Quo(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
2140 func (c *Comp) Rem(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
2537 func (c *Comp) mulPow2(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
2918 func (c *Comp) quoPow2(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
3349 func (c *Comp) And(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
3749 func (c *Comp) Or(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
4147 func (c *Comp) Xor(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
[all …]
H A Dbinary.go36 func (c *Comp) BinaryExpr1(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
227 func (c *Comp) prepareShift(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
273 func (c *Comp) Land(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
299 func (c *Comp) Lor(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
325 func (c *Comp) invalidBinaryExpr(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
329 func (c *Comp) unimplementedBinaryExpr(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
333 func (c *Comp) badBinaryExpr(reason string, node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
348 func (c *Comp) toSameFuncType(node ast.Expr, xe *Expr, ye *Expr) {
367 func (c *Comp) constsToSameType(node ast.Expr, xe *Expr, ye *Expr) {
394 func (c *Comp) mismatchedTypes(node ast.Expr, xe *Expr, ye *Expr) {
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/submatrixtrait/
H A DClassTest.cpp141 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
150 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
181 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
190 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
221 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
230 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
261 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
270 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
301 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
310 using Expr = RemoveCVRef_t< decltype( submatrix<0UL,1UL,2UL,3UL>( std::declval<MT>() ) ) >; in testSubmatrixOperation() typedef
[all …]
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DExpr.java5 public class Expr extends Embedded { class
10 jniToString(Object Expr) throws Cvc3Exception; in jniToString()
14 jniHash(Object Expr) throws Cvc3Exception; in jniHash()
20 jniIsFalse(Object Expr) throws Cvc3Exception; in jniIsFalse()
22 jniIsTrue(Object Expr) throws Cvc3Exception; in jniIsTrue()
26 jniIsVar(Object Expr) throws Cvc3Exception; in jniIsVar()
44 jniIsType(Object Expr) throws Cvc3Exception; in jniIsType()
46 jniIsTerm(Object Expr) throws Cvc3Exception; in jniIsTerm()
66 jniIsEq(Object Expr) throws Cvc3Exception; in jniIsEq()
72 jniIsOr(Object Expr) throws Cvc3Exception; in jniIsOr()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/columnstrait/
H A DClassTest.cpp141 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
150 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
181 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
190 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
221 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
230 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
261 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
270 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
301 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
310 using Expr = RemoveCVRef_t< decltype( columns<0UL,2UL>( std::declval<MT>() ) ) >; in testColumnsOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/columntrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( column( std::declval<MT>(), 0UL ) ) >; in testColumnOperation() typedef
132 using Expr = RemoveCVRef_t< decltype( column( std::declval<MT>(), 0UL ) ) >; in testColumnOperation() typedef
141 using Expr = RemoveCVRef_t< decltype( column<0UL>( std::declval<MT>() ) ) >; in testColumnOperation() typedef
150 using Expr = RemoveCVRef_t< decltype( column<0UL>( std::declval<MT>() ) ) >; in testColumnOperation() typedef
163 using Expr = RemoveCVRef_t< decltype( column( std::declval<MT>(), 0UL ) ) >; in testColumnOperation() typedef
172 using Expr = RemoveCVRef_t< decltype( column( std::declval<MT>(), 0UL ) ) >; in testColumnOperation() typedef
181 using Expr = RemoveCVRef_t< decltype( column<0UL>( std::declval<MT>() ) ) >; in testColumnOperation() typedef
190 using Expr = RemoveCVRef_t< decltype( column<0UL>( std::declval<MT>() ) ) >; in testColumnOperation() typedef
203 using Expr = RemoveCVRef_t< decltype( column( std::declval<MT>(), 0UL ) ) >; in testColumnOperation() typedef
212 using Expr = RemoveCVRef_t< decltype( column( std::declval<MT>(), 0UL ) ) >; in testColumnOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/rowstrait/
H A DClassTest.cpp141 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
150 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
181 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
190 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
221 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
230 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
261 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
270 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
301 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
310 using Expr = RemoveCVRef_t< decltype( rows<0UL,2UL>( std::declval<MT>() ) ) >; in testRowsOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/rowtrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( row( std::declval<MT>(), 0UL ) ) >; in testRowOperation() typedef
132 using Expr = RemoveCVRef_t< decltype( row( std::declval<MT>(), 0UL ) ) >; in testRowOperation() typedef
141 using Expr = RemoveCVRef_t< decltype( row<0UL>( std::declval<MT>() ) ) >; in testRowOperation() typedef
150 using Expr = RemoveCVRef_t< decltype( row<0UL>( std::declval<MT>() ) ) >; in testRowOperation() typedef
163 using Expr = RemoveCVRef_t< decltype( row( std::declval<MT>(), 0UL ) ) >; in testRowOperation() typedef
172 using Expr = RemoveCVRef_t< decltype( row( std::declval<MT>(), 0UL ) ) >; in testRowOperation() typedef
181 using Expr = RemoveCVRef_t< decltype( row<0UL>( std::declval<MT>() ) ) >; in testRowOperation() typedef
190 using Expr = RemoveCVRef_t< decltype( row<0UL>( std::declval<MT>() ) ) >; in testRowOperation() typedef
203 using Expr = RemoveCVRef_t< decltype( row( std::declval<MT>(), 0UL ) ) >; in testRowOperation() typedef
212 using Expr = RemoveCVRef_t< decltype( row( std::declval<MT>(), 0UL ) ) >; in testRowOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/bandtrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( band( std::declval<MT>(), -1L ) ) >; in testBandOperation() typedef
132 using Expr = RemoveCVRef_t< decltype( band( std::declval<MT>(), -1L ) ) >; in testBandOperation() typedef
141 using Expr = RemoveCVRef_t< decltype( band<-1L>( std::declval<MT>() ) ) >; in testBandOperation() typedef
150 using Expr = RemoveCVRef_t< decltype( band<-1L>( std::declval<MT>() ) ) >; in testBandOperation() typedef
163 using Expr = RemoveCVRef_t< decltype( band( std::declval<MT>(), -1L ) ) >; in testBandOperation() typedef
172 using Expr = RemoveCVRef_t< decltype( band( std::declval<MT>(), -1L ) ) >; in testBandOperation() typedef
181 using Expr = RemoveCVRef_t< decltype( band<-1L>( std::declval<MT>() ) ) >; in testBandOperation() typedef
190 using Expr = RemoveCVRef_t< decltype( band<-1L>( std::declval<MT>() ) ) >; in testBandOperation() typedef
203 using Expr = RemoveCVRef_t< decltype( band( std::declval<MT>(), -1L ) ) >; in testBandOperation() typedef
212 using Expr = RemoveCVRef_t< decltype( band( std::declval<MT>(), -1L ) ) >; in testBandOperation() typedef
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/T2toST2/
H A DLeftCauchyGreenTensorDerivativeExpr.hxx39 struct Expr<T2toST2Type,LeftCauchyGreenTensorDerivativeExpr<1u> > struct
44 typedef EmptyRunTimeProperties RunTimeProperties;
48 typedef typename T2toST2Traits<T2toST2Type>::NumType value_type;
54 Expr(const TensorType& F) in Expr() argument
76 operator()(const unsigned short i, in operator ()()
94 typedef EmptyRunTimeProperties RunTimeProperties;
102 Expr(const TensorType& F) in Expr() argument
135 operator()(const unsigned short i, in operator ()()
153 typedef EmptyRunTimeProperties RunTimeProperties;
161 Expr(const TensorType& F) in Expr() function
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/T2toST2/
H A DLeftCauchyGreenTensorDerivativeExpr.hxx39 struct Expr<T2toST2Type,LeftCauchyGreenTensorDerivativeExpr<1u> > struct
44 typedef EmptyRunTimeProperties RunTimeProperties;
48 typedef typename T2toST2Traits<T2toST2Type>::NumType value_type;
54 Expr(const TensorType& F) in Expr() argument
76 operator()(const unsigned short i, in operator ()()
94 typedef EmptyRunTimeProperties RunTimeProperties;
102 Expr(const TensorType& F) in Expr() argument
135 operator()(const unsigned short i, in operator ()()
153 typedef EmptyRunTimeProperties RunTimeProperties;
161 Expr(const TensorType& F) in Expr() function
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Tensor/
H A DTensorView.hxx44 struct Expr<tensor<N, T>, TensorViewExpr<N, T>> struct
48 typedef EmptyRunTimeProperties RunTimeProperties;
51 typedef typename tensor<N, T>::pointer pointer;
53 typedef typename tensor<N, T>::reference reference;
55 typedef typename tensor<N, T>::size_type size_type;
58 RunTimeProperties getRunTimeProperties() const { in getRunTimeProperties()
65 explicit Expr(T* const v_) noexcept : v(v_) {} // end of Expr in Expr() argument
75 T& operator()(const unsigned short i) noexcept { in operator ()()
83 T& operator[](const unsigned short i) noexcept { in operator []()
90 Expr& operator=(const Expr& src) { in operator =()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Stensor/
H A DStensorView.hxx44 struct Expr<stensor<N, T>, StensorViewExpr<N, T>> struct
47 typedef EmptyRunTimeProperties RunTimeProperties;
49 typedef typename stensor<N, T>::pointer pointer;
51 typedef typename stensor<N, T>::reference reference;
53 typedef typename stensor<N, T>::size_type size_type;
56 RunTimeProperties getRunTimeProperties() const { in getRunTimeProperties()
63 explicit Expr(T* const v_) noexcept : v(v_) {} // end of Expr in Expr() function
73 T& operator()(const unsigned short i) noexcept { in operator ()()
81 T& operator[](const unsigned short i) noexcept { in operator []()
88 Expr& operator=(const Expr& src) { in operator =()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Stensor/
H A DStensorView.hxx46 struct Expr<stensor<N,T>,StensorViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename stensor<N,T>::pointer pointer;
59 RunTimeProperties getRunTimeProperties() const in getRunTimeProperties()
67 explicit Expr(T * const v_) noexcept in Expr() function
75 const T& operator()(const unsigned short i) const noexcept in operator ()()
80 T& operator()(const unsigned short i) noexcept in operator ()()
90 T& operator[](const unsigned short i) noexcept in operator []()
98 Expr& operator=(const Expr& src){ in operator =()
108 size() const noexcept{ in size()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declzerotrait/
H A DClassTest.cpp130 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
138 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
150 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
158 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
170 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
178 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
190 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
198 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
210 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
218 using Expr = RemoveCVRef_t< decltype( declzero( std::declval<VT>() ) ) >; in testVectorDeclZero() typedef
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Vector/
H A DTVectorView.hxx47 struct Expr<tvector<N,T>,TVectorViewExpr<N,T> > struct
51 typedef EmptyRunTimeProperties RunTimeProperties;
53 typedef typename tvector<N,T>::pointer pointer;
55 typedef typename tvector<N,T>::reference reference;
60 RunTimeProperties getRunTimeProperties() const in getRunTimeProperties()
65 Expr(T* const v_) noexcept in Expr() argument
73 const T& operator()(const unsigned short i) const noexcept in operator ()()
78 T& operator()(const unsigned short i) noexcept in operator ()()
88 T& operator[](const unsigned short i) noexcept in operator []()
101 size() const noexcept{ in size()
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/genproto/googleapis/type/expr/
H A Dexpr.pb.go29 type Expr struct { struct
46 XXX_NoUnkeyedLiteral struct{} `json:"-"`
47 XXX_unrecognized []byte `json:"-"`
48 XXX_sizecache int32 `json:"-"`
53 func (*Expr) ProtoMessage() {}
67 func (m *Expr) XXX_Size() int {
70 func (m *Expr) XXX_DiscardUnknown() {
76 func (m *Expr) GetExpression() string {
83 func (m *Expr) GetTitle() string {
90 func (m *Expr) GetDescription() string {
[all …]

12345678910>>...427