OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:partial_
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterCoalescer.h
182
///
partial_
- True when the original copy was a partial subregister copy.
183
bool
partial_
;
member in class:llvm::CoalescerPair
199
partial_
(false), crossClass_(false), flipped_(false), newRC_(0) {}
218
bool isPartial() const { return
partial_
; }
/external/chromium/net/http/
http_cache_transaction.h
310
// the control object (
partial_
).
359
scoped_ptr<PartialData>
partial_
; // We are dealing with range requests.
member in class:net::HttpCache::Transaction
Completed in 244 milliseconds