OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable_containing_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
scope.h
72
// See the const_/
mutable_containing_
var declaraions below. Yes, it's a
74
Scope* mutable_containing() { return
mutable_containing_
; }
75
const Scope* mutable_containing() const { return
mutable_containing_
; }
78
return
mutable_containing_
?
mutable_containing_
: const_containing_;
225
Scope*
mutable_containing_
;
member in class:Scope
scope.cc
22
mutable_containing_
(NULL),
29
mutable_containing_
(parent),
36
mutable_containing_
(NULL),
66
if (
mutable_containing_
)
67
return
mutable_containing_
->GetValue(ident, counts_as_used);
Completed in 860 milliseconds