Searched refs:STRING_NULLPTR (Results 1 – 6 of 6) sorted by relevance
89 STRING_NULLPTR, enumerator162 case Type::STRING_NULLPTR: in GetTypeAsChar()299 type = Type::STRING_NULLPTR; in GetCharAsType()430 std::conditional_t<value_type == Value::Type::STRING_NULLPTR, uint32_t,
76 case Value::Type::STRING_NULLPTR: { in InitScalarValue()78 ScalarValue::Create<Value::Type::STRING_NULLPTR>(sc_val.GetValue<int32_t>())); in InitScalarValue()130 case Value::Type::STRING_NULLPTR: in making_value()
172 case Value::Type::STRING_NULLPTR: { in CreateLiteralItem()349 case Value::Type::STRING_NULLPTR: { in CreateScalarValueItem()
80 case panda::pandasm::Value::Type::STRING_NULLPTR: in Serialize()189 case panda::pandasm::Value::Type::STRING_NULLPTR: { in CreateScalarValue()190 return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::STRING_NULLPTR>( in CreateScalarValue()
175 STRING_NULLPTR,
150 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::STRING_NULLPTR);300 EXPECT_EQ(panda::pandasm::Value::Type::STRING_NULLPTR, type);493 …ScalarValue insn_order_strings(ScalarValue::Create<panda::pandasm::Value::Type::STRING_NULLPTR>(1)…