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

/external/qemu/android/base/containers/
H A DStringVector.h22 // A StringVector is a vector of strings. This implementation is optimized
25 class StringVector : public PodVector<String> { class in namespace:android::base
28 StringVector() : PodVector<String>() {} function in class:android::base::StringVector
31 StringVector(const StringVector& other);
34 StringVector& operator=(const StringVector& other);
37 ~StringVector();
50 void swap(StringVector* other);
H A DStringVector.cpp12 #include "android/base/containers/StringVector.h"
21 StringVector::StringVector(const StringVector& other) : PodVector<String>() { function in class:android::base::StringVector
31 StringVector& StringVector::operator=(const StringVector& other) {
40 StringVector::~StringVector() {
44 void StringVector
[all...]
/external/chromium_org/base/
H A Dcommand_line.h40 typedef std::vector<StringType> StringVector; typedef in class:base::CommandLine
52 explicit CommandLine(const StringVector& argv);
95 void InitFromArgv(const StringVector& argv);
108 const StringVector& argv() const { return argv_; }
144 StringVector GetArgs() const;
180 StringVector argv_;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringVector.java19 * $Id: StringVector.java 468655 2006-10-28 07:12:06Z minchau $
28 public class StringVector implements java.io.Serializable class in inherits:java.io.Serializable
48 public StringVector() method in class:StringVector
57 * Construct a StringVector, using the given block size.
61 public StringVector(int blocksize) method in class:StringVector
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage.h45 typedef std::vector<std::string> StringVector; typedef in class:content::ServiceWorkerCacheStorage
49 typedef base::Callback<void(const StringVector&, CacheStorageError)>
134 StringVector ordered_cache_names_;
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_client.cc522 typedef std::vector<base::string16> StringVector; typedef
523 StringVector to_delete;
545 for (StringVector::iterator i = to_delete.begin(); i != to_delete.end(); ++i)
/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.cc39 typedef std::vector<std::string> StringVector; typedef in namespace:net::__anon9316
353 scoped_ptr<StringVector> spdy_servers(new StringVector);
525 StringVector* spdy_servers,
/external/chromium_org/tools/gn/
H A Dtarget.h45 typedef std::vector<std::string> StringVector; typedef in class:Target
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceFetcher.cpp1149 typedef Vector<String, 10> StringVector; typedef
1150 StringVector resourcesToDelete;

Completed in 301 milliseconds