Searched defs:StringValue (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.h71 StringValue, enumerator in enum:WebCore::SerializedScriptValue::StringDataMode
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DStringValue.java7 * $Id: StringValue.java,v 1.2 2004/05/20 02:28:06 vlad_r Exp $
18 abstract class StringValue class
47 protected StringValue (final Task task) method in class:StringValue
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DStringValue.java26 class StringValue extends VariantValue { class in inherits:VariantValue
30 public StringValue(String value, EscapeMode escapeMode, boolean partiallyEscaped) { method in class:StringValue
/external/webkit/Source/WebCore/platform/sql/
H A DSQLValue.h39 enum Type { NullValue, NumberValue, StringValue }; enumerator in enum:WebCore::SQLValue::Type
43 SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { }
/external/webkit/Source/WebCore/xml/
H A DXPathValue.h57 enum Type { NodeSetValue, BooleanValue, NumberValue, StringValue }; enumerator in enum:WebCore::XPath::Value::Type
63 Value(const char* value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
64 Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
79 bool isString() const { return m_type == StringValue; }
/external/chromium/base/
H A Dvalues.cc88 StringValue* Value::CreateStringValue(const std::string& in_value) {
89 return new StringValue(in_value);
93 StringValue* Value::CreateStringValue(const string16& in_value) {
94 return new StringValue(in_value);
225 ///////////////////// StringValue ////////////////////
227 StringValue::StringValue(const std::string& in_value) function in class:StringValue
233 StringValue::StringValue(const string16& in_value) function in class:StringValue
238 StringValue
[all...]
H A Dvalues.h39 class StringValue;
70 static StringValue* CreateStringValue(const std::string& in_value);
71 static StringValue* CreateStringValue(const string16& in_value);
150 class BASE_API StringValue : public Value { class in inherits:Value
152 // Initializes a StringValue with a UTF-8 narrow character string.
153 explicit StringValue(const std::string& in_value);
155 // Initializes a StringValue with a string16.
156 explicit StringValue(const string16& in_value);
158 virtual ~StringValue();
163 virtual StringValue* DeepCop
[all...]
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp114 StringRef StringValue; member in struct:__anon6790::ObjectAttributeEmitter::AttributeItemType
204 Streamer.EmitBytes(UppercaseString(item.StringValue), 0);
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...

Completed in 274 milliseconds