Home
last modified time | relevance | path

Searched defs:TypeValue (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/common/types/
H A Dtype.go31 type TypeValue struct { struct
32 name string
33 traitMask int
56 func (t *TypeValue) ConvertToNative(typeDesc reflect.Type) (interface{}, error) {
62 func (t *TypeValue) ConvertToType(typeVal ref.Type) ref.Val {
73 func (t *TypeValue) Equal(other ref.Val) ref.Val {
82 func (t *TypeValue) HasTrait(trait int) bool {
87 func (t *TypeValue) String() string {
92 func (t *TypeValue) Type() ref.Type {
97 func (t *TypeValue) TypeName() string {
[all …]
H A Dobject.go49 typeValue *TypeValue,
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/pkg/protocol/extension/
H A Dextension.go9 type TypeValue uint16 type
26 TypeValue() TypeValue methodSpec
H A Dsupported_point_formats.go22 func (s SupportedPointFormats) TypeValue() TypeValue { func
H A Dsupported_signature_algorithms.go24 func (s SupportedSignatureAlgorithms) TypeValue() TypeValue { func
H A Duse_srtp.go18 func (u UseSRTP) TypeValue() TypeValue { func
H A Drenegotiation_info.go18 func (r RenegotiationInfo) TypeValue() TypeValue { func
H A Dserver_name.go21 func (s ServerName) TypeValue() TypeValue { func
H A Dsupported_elliptic_curves.go22 func (s SupportedEllipticCurves) TypeValue() TypeValue { func
H A Duse_master_secret.go17 func (u UseExtendedMasterSecret) TypeValue() TypeValue { func
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DTypeValue.java12 public interface TypeValue extends java.lang.reflect.Type { interface
/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dresolv.rb1808 TypeValue = 2 # :nodoc: constant in Resolv.DNS.Resource.NS
1815 TypeValue = 5 # :nodoc: constant in Resolv.DNS.Resource.CNAME
1823 TypeValue = 6 # :nodoc: constant in Resolv.DNS.Resource.SOA
1896 TypeValue = 12 # :nodoc: constant in Resolv.DNS.Resource.PTR
1904 TypeValue = 13 # :nodoc: constant in Resolv.DNS.Resource.HINFO
1941 TypeValue = 14 # :nodoc: constant in Resolv.DNS.Resource.MINFO
1975 TypeValue= 15 # :nodoc: constant in Resolv.DNS.Resource.MX
2162 TypeValue = 1 constant in Resolv.DNS.Resource.IN.A
2191 TypeValue = 11 constant in Resolv.DNS.Resource.IN.WKS
2239 TypeValue = 28 constant in Resolv.DNS.Resource.IN.AAAA
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_link_element.h61 String TypeValue() const { return type_; } in TypeValue() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_link_element.h61 String TypeValue() const { return type_; } in TypeValue() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Include/Library/
H A DShellLib.h666 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Include/Library/
H A DShellLib.h700 TypeValue, ///< A flag that has some data following it with a space (IE "-a 1"). enumerator
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDependenceFlags.h40 TypeValue = Type | Value, enumerator

1234567891011