Searched defs:StringType (Results 1 - 17 of 17) sorted by path

/external/chromium_org/base/
H A Dcommand_line.h34 typedef std::wstring StringType; typedef in class:base::CommandLine
36 typedef std::string StringType;
39 typedef StringType::value_type CharType;
40 typedef std::vector<StringType> StringVector;
41 typedef std::map<std::string, StringType> SwitchMap;
100 StringType GetCommandLineString() const;
105 StringType GetArgumentsString() const;
122 StringType GetSwitchValueNative(const std::string& switch_string) const;
133 const StringType& value);
152 void AppendArgNative(const StringType
[all...]
/external/chromium_org/base/files/
H A Dfile_path.cc34 typedef FilePath::StringType StringType; typedef in namespace:base
48 StringType::size_type FindDriveLetter(const StringType& path) {
58 return StringType::npos;
62 bool EqualDriveLetterCaseInsensitive(const StringType& a,
63 const StringType& b) {
67 if (a_letter_pos == StringType::npos || b_letter_pos == StringType::npos)
70 StringType a_lette
[all...]
H A Dfile_path.h138 typedef std::string StringType; typedef in class:base::FilePath
142 typedef std::wstring StringType;
145 typedef StringType::value_type CharType;
167 explicit FilePath(const StringType& path);
180 const StringType& value() const { return path_; }
199 void GetComponents(std::vector<FilePath::StringType>* components) const;
241 StringType Extension() const;
250 StringType FinalExtension() const;
269 const StringType& suffix) const WARN_UNUSED_RESULT;
276 const StringType
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsubtree_set.h48 typedef base::FilePath::StringType StringType; typedef in class:sync_file_system::SubtreeSet
49 typedef base::hash_map<StringType, Node> Subtrees;
/external/chromium_org/chrome/installer/util/
H A Dself_cleaning_temp_dir.h19 typedef base::FilePath::StringType StringType; typedef in class:installer::SelfCleaningTempDir
29 const StringType& temp_name);
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py180 class StringType(PointerType): class in inherits:PointerType
432 TYPE_STRING = StringType()
433 TYPE_NULLABLE_STRING = StringType(True)
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc35 base::FilePath::StringType path = virtual_path.value();
41 base::FilePath::StringType::size_type last_separator =
43 if (last_separator != base::FilePath::StringType::npos &&
51 typedef base::FilePath::StringType StringType; typedef
52 StringType path = virtual_path.value();
61 StringType::size_type last_separator =
63 if (last_separator == StringType::npos) {
86 std::vector<base::FilePath::StringType>* components) {
87 typedef base::FilePath::StringType StringTyp typedef
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DIndexedDBModel.js53 StringType: "string",
60 StringType: "string",
81 key.type = WebInspector.IndexedDBModel.KeyTypes.StringType;
128 case WebInspector.IndexedDBModel.KeyPathTypes.StringType:
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBAny.h96 StringType, enumerator in enum:blink::IDBAny::Type
H A DIDBKey.h103 StringType, enumerator in enum:blink::IDBKey::Type
126 ASSERT(m_type == StringType);
149 explicit IDBKey(const String& value) : m_type(StringType), m_string(value), m_number(0) { }
H A DIDBKeyPath.h51 StringType, enumerator in enum:blink::IDBKeyPath::Type
65 ASSERT(m_type == StringType);
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/clang/lib/Sema/
H A DSemaExpr.cpp7208 const QualType StringType = StringRefExpr->getType(); local
7211 if (!StringType->isAnyPointerType())
7215 if (!StringType->getPointeeType()->isAnyCharacterType())
/external/llvm/unittests/ADT/
H A DSmallStringTest.cpp27 typedef SmallString<40> StringType; typedef in class:__anon26456::SmallStringTest
29 StringType theString;
31 void assertEmpty(StringType & v) {
/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 815 milliseconds