OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable_containing
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
scope.h
112
Scope*
mutable_containing
() { return mutable_containing_; }
function in class:Scope
113
const Scope*
mutable_containing
() const { return mutable_containing_; }
function in class:Scope
scope.cc
437
if (
mutable_containing
())
438
return
mutable_containing
()->GetItemCollector();
Completed in 1101 milliseconds