HomeSort by relevance Sort by last modified time
    Searched refs:lookup_key (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
lookup_key_test.cc 15 #include "lookup_key.h"
31 LookupKey lookup_key; local
32 lookup_key.FromAddress(address);
33 EXPECT_EQ("data/ZZ", lookup_key.ToKeyString(kMaxDepth));
39 LookupKey lookup_key; local
40 lookup_key.FromAddress(address);
41 EXPECT_EQ(0, lookup_key.GetDepth());
42 EXPECT_EQ("data/111", lookup_key.ToKeyString(kMaxDepth));
49 LookupKey lookup_key; local
50 lookup_key.FromAddress(address)
60 LookupKey lookup_key; local
72 LookupKey lookup_key; local
84 LookupKey lookup_key; local
96 LookupKey lookup_key; local
110 LookupKey lookup_key; local
122 LookupKey lookup_key; local
134 LookupKey lookup_key; local
147 LookupKey lookup_key; local
155 LookupKey lookup_key; local
164 LookupKey lookup_key; local
    [all...]
supplier_test.cc 34 #include "lookup_key.h"
72 virtual void Supply(const LookupKey& lookup_key,
82 virtual void Supply(const LookupKey& lookup_key,
84 ondemand_supplier_.Supply(lookup_key, supplied);
103 virtual void Supply(const LookupKey& lookup_key,
105 const std::string& region_code = lookup_key.GetRegionCode();
109 preload_supplier_.Supply(lookup_key, supplied);
151 const LookupKey& lookup_key,
154 ASSERT_EQ(&lookup_key_, &lookup_key);
ondemand_supply_task_test.cc 31 #include "lookup_key.h"
86 const LookupKey& lookup_key,
89 ASSERT_EQ(&lookup_key_, &lookup_key);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
ondemand_supplier.cc 24 #include "lookup_key.h"
46 void OndemandSupplier::Supply(const LookupKey& lookup_key,
49 new OndemandSupplyTask(lookup_key, &rule_cache_, supplied);
51 if (RegionDataConstants::IsSupported(lookup_key.GetRegionCode())) {
53 lookup_key.GetDepth(),
54 RegionDataConstants::GetMaxLookupKeyDepth(lookup_key.GetRegionCode()));
57 const std::string& key = lookup_key.ToKeyString(depth);
address_input_helper.cc 28 #include "lookup_key.h"
118 LookupKey lookup_key; local
119 lookup_key.FromAddress(lookup_key_address);
120 const Rule* region_rule = supplier_->GetRule(lookup_key);
140 CheckChildrenForPostCodeMatches(*address, lookup_key, NULL, hierarchy);
152 const LookupKey& lookup_key,
156 const Rule* rule = supplier_->GetRule(lookup_key);
163 hierarchy[lookup_key.GetDepth()].push_back(Node());
164 Node* node = &hierarchy[lookup_key.GetDepth()].back();
173 child_key.FromLookupKey(lookup_key, *child_it)
    [all...]
region_data_builder.cc 28 #include "lookup_key.h"
47 LookupKey lookup_key; local
50 lookup_key.FromLookupKey(parent_key, *key_it);
51 const Rule* rule = supplier->GetRule(lookup_key);
62 BuildRegionTreeRecursively(supplier, lookup_key, region,
78 LookupKey lookup_key; local
79 lookup_key.FromAddress(address);
81 const Rule* const rule = supplier->GetRule(lookup_key);
85 BuildRegionTreeRecursively(supplier, lookup_key, region,
preload_supplier.cc 36 #include "lookup_key.h"
253 LookupKey lookup_key; local
254 lookup_key.FromAddress(address);
255 return lookup_key.ToKeyString(0); // Zero depth = COUNTRY level.
275 void PreloadSupplier::Supply(const LookupKey& lookup_key,
278 bool success = GetRuleHierarchy(lookup_key, &hierarchy);
279 supplied(success, lookup_key, hierarchy);
282 const Rule* PreloadSupplier::GetRule(const LookupKey& lookup_key) const {
283 assert(IsLoaded(lookup_key.GetRegionCode()));
285 if (!GetRuleHierarchy(lookup_key, &hierarchy))
    [all...]
address_normalizer.cc 24 #include "lookup_key.h"
51 LookupKey lookup_key; local
62 lookup_key.FromLookupKey(parent_key, *key_it);
63 const Rule* rule = supplier_->GetRule(lookup_key);
ondemand_supply_task.h 42 OndemandSupplyTask(const LookupKey& lookup_key,
ondemand_supply_task.cc 31 #include "lookup_key.h"
39 const LookupKey& lookup_key,
44 lookup_key_(lookup_key),
validation_task.h 57 const LookupKey& lookup_key,
validation_task.cc 32 #include "lookup_key.h"
72 const LookupKey& lookup_key,
74 assert(&lookup_key == lookup_key_.get()); // Sanity check.
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
supplier.h 37 // Aggregates the metadata needed for |lookup_key| into a RuleHierarchy
41 virtual void Supply(const LookupKey& lookup_key,
address_input_helper.h 55 const AddressData& address, const LookupKey& lookup_key,
preload_supplier.h 65 // Collects the metadata needed for |lookup_key| from the cache, then calls
68 virtual void Supply(const LookupKey& lookup_key,
72 // the |lookup_key|. Can return NULL if the |lookup_key| does not correspond
74 const Rule* GetRule(const LookupKey& lookup_key) const;
87 bool GetRuleHierarchy(const LookupKey& lookup_key,
ondemand_supplier.h 59 // Loads the metadata needed for |lookup_key|, then calls |supplied|.
60 virtual void Supply(const LookupKey& lookup_key, const Callback& supplied);
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry.cc 154 RulesDictionaryKey lookup_key(extension_id, *i);
155 rules_.erase(lookup_key);
197 RulesDictionaryKey lookup_key(extension_id, *i);
198 RulesDictionary::iterator entry = rules_.find(lookup_key);
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h     [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 237 milliseconds