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

/external/llvm/unittests/ADT/
H A DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in class:__anon9239::SmallStringTest
29 StringType theString;
31 void assertEmpty(StringType & v) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSType.h35 StringType = 5, enumerator in enum:JSC::JSType
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBKey.h71 StringType, enumerator in enum:WebKit::WebIDBKey::Type
79 WEBKIT_API WebString string() const; // Only valid for StringType.
/external/chromium/base/
H A Dcommand_line.h32 typedef std::wstring StringType; typedef in class:CommandLine
34 typedef std::string StringType;
37 typedef std::vector<StringType> StringVector;
39 typedef std::map<std::string, StringType> SwitchMap;
84 StringType command_line_string() const;
102 StringType GetSwitchValueNative(const std::string& switch_string) const;
116 const StringType& value);
134 void AppendArgNative(const StringType& value);
144 void PrependWrapper(const StringType& wrapper);
163 StringType command_line_string
[all...]
H A Dfile_path.h133 typedef std::string StringType; typedef in class:FilePath
137 typedef std::wstring StringType;
140 typedef StringType::value_type CharType;
159 explicit FilePath(const StringType& path);
172 const StringType& value() const { return path_; }
184 void GetComponents(std::vector<FilePath::StringType>* components) const;
224 StringType Extension() const;
238 FilePath InsertBeforeExtension(const StringType& suffix) const;
245 FilePath ReplaceExtension(const StringType& extension) const;
249 bool MatchesExtension(const StringType
[all...]
H A Dfile_path.cc43 typedef FilePath::StringType StringType; typedef
54 StringType::size_type FindDriveLetter(const StringType& path) {
64 return StringType::npos;
68 bool EqualDriveLetterCaseInsensitive(const StringType& a,
69 const StringType& b) {
73 if (a_letter_pos == StringType::npos || b_letter_pos == StringType::npos)
76 StringType a_lette
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBKey.h57 idbKey->m_type = StringType;
75 StringType, enumerator in enum:WebCore::IDBKey::Type
84 ASSERT(m_type == StringType);
/external/openfst/src/include/fst/
H A Dstring-weight.h41 enum StringType { STRING_LEFT = 0, STRING_RIGHT = 1 , enum in namespace:fst
50 template <typename L, StringType S = STRING_LEFT>
53 template <typename L, StringType S = STRING_LEFT>
56 template <typename L, StringType S = STRING_LEFT>
59 template <typename L, StringType S>
64 template <typename L, StringType S>
164 template <typename L, StringType S>
199 template <typename L, StringType S>
233 template <typename L, StringType S>
246 template <typename L, StringType
[all...]
/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 212 milliseconds