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

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_port_enumerator.h 23 typedef std::set<std::string> StringSet;
27 static bool DoesPortExist(const StringSet& name_set,
30 static StringSet GenerateValidSerialPortNames();
33 // Returns a StringSet of patterns to be used with MatchPattern.
34 static StringSet GenerateValidPatterns();
  /external/chromium_org/third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming.h 36 typedef std::set<TString> StringSet;
37 StringSet mSamplingOps;
  /external/llvm/include/llvm/ADT/
StringSet.h 1 //===--- StringSet.h - The LLVM Compiler Driver -----------------*- C++ -*-===//
10 // StringSet - A set-like wrapper for the StringMap.
21 /// StringSet - A wrapper for StringMap that provides set-like functionality.
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
  /external/llvm/tools/lto/
LTOCodeGenerator.h 116 typedef llvm::StringMap<uint8_t> StringSet;
124 StringSet _mustPreserveSymbols;
125 StringSet _asmUndefinedRefs;
LTOModule.h 41 typedef llvm::StringMap<uint8_t> StringSet;
55 StringSet _defines;
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_model.cc 106 typedef base::hash_set<std::string> StringSet;
107 StringSet entries_to_change;
110 std::pair<StringSet::iterator, bool> insert_result =
  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 32 class StringSet {
34 StringSet() {}
36 StringSet(const char* s) {
40 StringSet(const std::string& str) {
215 StringSet extensions(
  /external/openfst/src/include/fst/
synchronize.h 108 typename StringSet::iterator it = string_set_.begin();
212 typename StringSet::iterator it = string_set_.find(s);
322 typedef unordered_set<const String*, StringKey, StringEqual> StringSet;
327 StringSet string_set_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 86 typename StringSet::iterator it = string_set_.begin();
181 typename StringSet::iterator it = string_set_.find(s);
291 typedef hash_set<const String*, StringKey, StringEqual> StringSet;
296 StringSet string_set_;

Completed in 153 milliseconds