Home
last modified time | relevance | path

Searched refs:ValueBoolean (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dvalue.cpp142 return (GetType() == ValueBoolean); in IsBoolean()
186 case ValueBoolean: in ToBool()
220 case ValueBoolean: in GetTypeName()
247 case ValueBoolean: in GetReflectionType()
H A Dobject-packer.cpp184 case ValueBoolean: in PackAny()
H A Dvalue.hpp26 ValueBoolean = 2, enumerator
H A Djson.cpp141 case ValueBoolean: in Encode()
H A Dvalue-operators.cpp47 case ValueBoolean: in operator String()
/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.dsl/src/net/sourceforge/ufoai/
H A DUFOScript.xtext24 ValueBoolean
38 ValueBoolean:
/dports/math/oleo/oleo-1.99.16/src/
H A Dafm.c112 static int ValueBoolean(void) in ValueBoolean() function
193 if (IsCommand("IsFixedPitch")) afm->IsFixedPitch = ValueBoolean(); in ReadAfmLine()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dattributefilter.cpp43 if (value.GetType() == ValueNumber || value.GetType() == ValueBoolean) in Apply()
/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.dsl/src/net/sourceforge/ufoai/validation/
H A DUFOScriptJavaValidator.java12 import net.sourceforge.ufoai.ufoScript.ValueBoolean;
205 if (!(value instanceof ValueBoolean)) { in validate()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb-utility.cpp248 case ValueBoolean: in IcingaToStreamValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DColumnBinding.cs1096 internal Boolean ValueBoolean() { in ValueBoolean() method in System.Data.OleDb.ColumnBinding
H A DOleDbDataReader.cs763 return binding.ValueBoolean();