Home
last modified time | relevance | path

Searched defs:ObjectValue (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/misc/veles/veles-2018.05.0/include/network/
H A Dmsgpackobject.h45 union ObjectValue { union
57 ObjectValue() {} in ObjectValue() function
58 explicit ObjectValue(bool val) : boolean(val) {} in ObjectValue() function
59 explicit ObjectValue(int64_t val) : sint(val) {} in ObjectValue() function
60 explicit ObjectValue(uint64_t val) : uint(val) {} in ObjectValue() function
61 explicit ObjectValue(double val) : dbl(val) {} in ObjectValue() function
62 explicit ObjectValue(const char* val) in ObjectValue() function
64 explicit ObjectValue(const std::string& val) in ObjectValue() function
74 explicit ObjectValue( in ObjectValue() function
77 explicit ObjectValue( in ObjectValue() function
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/value/
H A DObjectValue.java52 public final class ObjectValue class
63 public ObjectValue(Object value) in ObjectValue() method in ObjectValue
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/classpath/jdwp/value/
H A DObjectValue.java52 public final class ObjectValue class
63 public ObjectValue(Object value) in ObjectValue() method in ObjectValue
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/classpath/jdwp/value/
H A DObjectValue.java52 public final class ObjectValue class
63 public ObjectValue(Object value) in ObjectValue() method in ObjectValue
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/value/
H A DObjectValue.java52 public final class ObjectValue class
63 public ObjectValue(Object value) in ObjectValue() method in ObjectValue
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/classpath/jdwp/value/
H A DObjectValue.java52 public final class ObjectValue class
63 public ObjectValue(Object value) in ObjectValue() method in ObjectValue
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/language/ast/
H A Dvalues.go242 type ObjectValue struct { struct
243 Kind string
244 Loc *Location
245 Fields []*ObjectField
248 func NewObjectValue(v *ObjectValue) *ObjectValue {
259 func (v *ObjectValue) GetKind() string {
263 func (v *ObjectValue) GetLoc() *Location {
267 func (v *ObjectValue) GetValue() interface{} {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/language/ast/
H A Dvalues.go242 type ObjectValue struct { struct
243 Kind string
244 Loc *Location
245 Fields []*ObjectField
248 func NewObjectValue(v *ObjectValue) *ObjectValue {
259 func (v *ObjectValue) GetKind() string {
263 func (v *ObjectValue) GetLoc() *Location {
267 func (v *ObjectValue) GetValue() interface{} {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/language/ast/
H A Dvalues.go245 type ObjectValue struct { struct
246 Kind string
247 Loc *Location
248 Fields []*ObjectField
251 func NewObjectValue(v *ObjectValue) *ObjectValue {
262 func (v *ObjectValue) GetKind() string {
266 func (v *ObjectValue) GetLoc() *Location {
270 func (v *ObjectValue) GetValue() interface{} {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DObjectValue.java35 public class ObjectValue extends ScopeValue { class
43 public ObjectValue(int id) { in ObjectValue() method in ObjectValue
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/classpath/jdwp/value/
H A DObjectValue.h20 class ObjectValue; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/classpath/jdwp/value/
H A DObjectValue.h20 class ObjectValue; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/classpath/jdwp/value/
H A DObjectValue.h20 class ObjectValue; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/classpath/jdwp/value/
H A DObjectValue.h20 class ObjectValue; variable
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/classpath/jdwp/value/
H A DObjectValue.h20 class ObjectValue; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.h19 class ObjectValue; variable

12345678910>>...12