Searched defs:StringType (Results 1 - 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DJSType.h35 StringType = 5, enumerator in enum:JSC::JSType
/external/chromium/base/
H A Dfile_path.h129 typedef std::string StringType; typedef in class:FilePath
133 typedef std::wstring StringType;
136 typedef StringType::value_type CharType;
155 explicit FilePath(const StringType& path) : path_(path) {}
171 const StringType& value() const { return path_; }
181 void GetComponents(std::vector<FilePath::StringType>* components) const;
221 StringType Extension() const;
235 FilePath InsertBeforeExtension(const StringType& suffix) const;
242 FilePath ReplaceExtension(const StringType& extension) const;
246 bool MatchesExtension(const StringType
[all...]
H A Dcommand_line.h212 typedef std::wstring StringType; typedef in class:CommandLine
219 typedef std::string StringType; typedef in class:CommandLine
224 static bool IsSwitch(const StringType& parameter_string,
226 StringType* switch_value);
229 std::map<std::string, StringType> switches_;
232 std::vector<StringType> loose_values_;
/external/webkit/WebCore/bindings/js/
H A DSerializedScriptValue.h64 StringType, enumerator in enum:WebCore::SerializedScriptValueData::SerializedType
86 : m_type(StringType)
125 ASSERT(m_type == StringType || m_type == FileType);
206 if (m_value.type() != SerializedScriptValueData::StringType)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h38 enum StringType { STRING_LEFT = 0, STRING_RIGHT = 1 , enum in namespace:fst
47 template <typename L, StringType S = STRING_LEFT>
50 template <typename L, StringType S = STRING_LEFT>
53 template <typename L, StringType S = STRING_LEFT>
56 template <typename L, StringType S>
61 template <typename L, StringType S>
156 template <typename L, StringType S>
191 template <typename L, StringType S>
225 template <typename L, StringType S>
238 template <typename L, StringType
[all...]

Completed in 50 milliseconds