Home
last modified time | relevance | path

Searched refs:orig_entry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py1530 orig_entry = self.lookup_here(name)
1531 if orig_entry and orig_entry.scope is self and not orig_entry.from_closure:
1738 orig_entry = self.lookup_here(name)
1739 if orig_entry and orig_entry.scope is self and not orig_entry.from_closure:
/external/chromium_org/net/http/
Dhttp_auth_cache_unittest.cc286 HttpAuthCache::Entry* orig_entry = cache.Add( in TEST() local
297 EXPECT_TRUE(entry == orig_entry); in TEST()