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

  /external/chromium_org/sync/syncable/
syncable_util.cc 67 ModelNeutralMutableEntry child_entry(trans, GET_BY_HANDLE, *i++);
68 CHECK(child_entry.good());
73 child_entry.PutParentIdPropertyOnly(new_id);
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 916 HeapEntry* child_entry) {
918 parent_entry->SetIndexedReference(type, index, child_entry);
922 HeapEntry* child_entry) {
925 parent_entry->SetIndexedReference(type, index, child_entry);
930 HeapEntry* child_entry) {
932 parent_entry->SetNamedReference(type, reference_name, child_entry);
936 HeapEntry* child_entry) {
942 child_entry);
1931 HeapEntry* child_entry = GetEntry(child_obj); local
1947 HeapEntry* child_entry = GetEntry(child_obj); local
1962 HeapEntry* child_entry = GetEntry(child_obj); local
1978 HeapEntry* child_entry = GetEntry(child_obj); local
1996 HeapEntry* child_entry = GetEntry(child_obj); local
2013 HeapEntry* child_entry = GetEntry(child_obj); local
2029 HeapEntry* child_entry = GetEntry(child_obj); local
2047 HeapEntry* child_entry = GetEntry(child_obj); local
2066 HeapEntry* child_entry = GetEntry(child_obj); local
2096 HeapEntry* child_entry = GetEntry(child_obj); local
2115 HeapEntry* child_entry = GetEntry(child_obj); local
2382 HeapEntry* child_entry = local
2477 HeapEntry* child_entry = local
    [all...]
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.cc 265 Entry* child_entry = &entries_[child_id]; local
266 if (child_entry->parents->find(prefilter->unique_id()) ==
267 child_entry->parents->end())
268 (*child_entry->parents)[prefilter->unique_id()] = 1;
  /external/regex-re2/re2/
prefilter_tree.cc 259 Entry* child_entry = &entries_[child_id]; local
260 if (!child_entry->parents->has_index(prefilter->unique_id()))
261 child_entry->parents->set_new(prefilter->unique_id(), 1);

Completed in 226 milliseconds