HomeSort by relevance Sort by last modified time
    Searched defs:StringType (Results 1 - 7 of 7) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSType.h 35 StringType = 5,
  /external/chromium/base/
command_line.h 212 typedef std::wstring StringType;
219 typedef std::string StringType;
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_;
file_path.h 129 typedef std::string StringType;
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& extension) const
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 38 enum StringType { STRING_LEFT = 0, STRING_RIGHT = 1 ,
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 S
    [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.h 64 StringType,
86 : m_type(StringType)
125 ASSERT(m_type == StringType || m_type == FileType);
206 if (m_value.type() != SerializedScriptValueData::StringType)
  /frameworks/base/tools/aidl/
Type.h 152 class StringType : public Type
155 StringType();
Type.cpp 66 STRING_TYPE = new StringType();
413 StringType::StringType()
419 StringType::CreatorName() const
425 StringType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
431 StringType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel)
437 StringType::CanBeArray() const
443 StringType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
449 StringType::CreateArrayFromParcel(StatementBlock* addTo, Variable* v,
456 StringType::ReadArrayFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel
    [all...]

Completed in 6297 milliseconds