Searched defs:Mapper (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chromeos/network/onc/
H A Donc_mapper.h37 class CHROMEOS_EXPORT Mapper { class in namespace:chromeos::onc
39 Mapper();
40 virtual ~Mapper();
107 DISALLOW_COPY_AND_ASSIGN(Mapper);
H A Donc_mapper.cc14 Mapper::Mapper() { function in class:chromeos::onc::Mapper
17 Mapper::~Mapper() {
20 scoped_ptr<base::Value> Mapper::MapValue(const OncValueSignature& signature,
46 scoped_ptr<base::DictionaryValue> Mapper::MapObject(
59 scoped_ptr<base::Value> Mapper::MapPrimitive(const OncValueSignature& signature,
65 void Mapper::MapFields(const OncValueSignature& object_signature,
88 scoped_ptr<base::Value> Mapper::MapField(
109 scoped_ptr<base::ListValue> Mapper
[all...]
/external/marisa-trie/lib/marisa/
H A Dmapper.cc18 Mapper::Mapper() function in class:marisa::Mapper
22 Mapper::Mapper(const void *ptr, std::size_t size) function in class:marisa::Mapper
28 Mapper::Mapper()
31 Mapper::Mapper(const void *ptr, std::size_t size)
38 Mapper::~Mapper() {
[all...]
H A Dmapper.h10 class Mapper { class in namespace:marisa
12 Mapper();
13 Mapper(const void *ptr, std::size_t size);
14 ~Mapper();
37 void swap(Mapper *rhs);
56 Mapper(const Mapper &);
57 Mapper &operator=(const Mapper &);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dmapper.cc18 Mapper::Mapper() function in class:marisa_alpha::Mapper
22 Mapper::Mapper(const void *ptr, std::size_t size) function in class:marisa_alpha::Mapper
29 Mapper::Mapper()
32 Mapper::Mapper(const void *ptr, std::size_t size)
40 Mapper::~Mapper() {
[all...]
H A Dmapper.h10 class Mapper { class in namespace:marisa_alpha
12 Mapper();
13 Mapper(const void *ptr, std::size_t size);
14 ~Mapper();
38 void swap(Mapper *rhs);
57 Mapper(const Mapper &);
58 Mapper &operator=(const Mapper &);
/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service_unittest.cc28 class Mapper : public QuotaLimitHeuristic::BucketMapper { class in namespace:__anon2181
30 Mapper() {} function in class:__anon2181::Mapper
31 virtual ~Mapper() { STLDeleteValues(&buckets_); }
44 DISALLOW_COPY_AND_ASSIGN(Mapper);
67 heuristics->push_back(new TimedLimit(k2PerMinute, new Mapper()));
79 k2PerMinute, new Mapper()));
81 heuristics->push_back(new TimedLimit(k20PerHour, new Mapper()));
90 heuristics->push_back(new TimedLimit(kFrozenConfig, new Mapper()));
/external/chromium_org/extensions/browser/
H A Dquota_service_unittest.cc35 class Mapper : public QuotaLimitHeuristic::BucketMapper { class in namespace:extensions::__anon8711
37 Mapper() {} function in class:extensions::__anon8711::Mapper
38 virtual ~Mapper() { STLDeleteValues(&buckets_); }
53 DISALLOW_COPY_AND_ASSIGN(Mapper);
85 new TimedLimit(k2PerMinute, new Mapper(), kGenericName));
100 TimeDelta::FromMinutes(5), k2PerMinute, new Mapper(), kGenericName));
103 new TimedLimit(k20PerHour, new Mapper(), kGenericName));
116 new TimedLimit(kFrozenConfig, new Mapper(), kGenericName));
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp711 SomeNamedImmMapper Mapper; local
713 Mapper.toString(Val, ValidNamed);
714 if (ValidNamed || Mapper.validImm(Val)) {
722 static DecodeStatus DecodeSysRegOperand(const A64SysReg::SysRegMapper &Mapper, argument
728 Mapper.toString(Val, ValidNamed);
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp294 void AArch64InstPrinter::printNamedImmOperand(const NamedImmMapper &Mapper, argument
299 StringRef Name = Mapper.toString(MO.getImm(), ValidName);
308 AArch64InstPrinter::printSysRegOperand(const A64SysReg::SysRegMapper &Mapper, argument
314 std::string Name = Mapper.toString(MO.getImm(), ValidName);
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp117 ParseNamedImmOperand(const NamedImmMapper &Mapper,
1639 AArch64AsmParser::ParseNamedImmOperand(const NamedImmMapper &Mapper, argument
1650 uint32_t Code = Mapper.fromString(Tok.getString().lower(), ValidName);
1671 if (!CE || CE->getValue() < 0 || !Mapper.validImm(CE->getValue())) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 349 milliseconds