Searched refs:StringValue (Results 1 – 8 of 8) sorted by relevance
12 StringValue::StringValue(const char* value) in StringValue() function in StringValue19 StringValue::~StringValue() in ~StringValue()25 StringValue::ToString(BString& _string) const in ToString()33 StringValue::ToVariant(BVariant& _value) const in ToVariant()41 StringValue::operator==(const Value& other) const in operator ==()43 const StringValue* otherString = dynamic_cast<const StringValue*>(&other); in operator ==()
12 class StringValue : public Value {14 StringValue(const char* value);15 virtual ~StringValue();
36 return dynamic_cast<StringValue*>(value) != NULL ? 0.8f : 0; in SupportsValue()44 if (dynamic_cast<StringValue*>(value) == NULL) in GetValueFormatter()60 if (dynamic_cast<StringValue*>(value) == NULL) in GetTableCellValueRenderer()
58 StringValue* value = new(std::nothrow) StringValue(error.String()); in EvaluateExpression()
4 "*Default"Keyword ":" StringValue ["/" translationString ].18 Value = InvocationValue | QuotedValue | SymbolValue | StringValue | NoValue.33 StringValue = printable . # first char must not be " or ^
112 Value* value = new(std::nothrow) StringValue(valueData); in ResolvedLocationAndValue()
332 StringValue.cpp
3329 StringValue* explicitValue = new(std::nothrow) StringValue( in _AddExpressionNode()