OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocalIdentifier
(Results
1 - 2
of
2
) sorted by null
/system/tools/hidl/
Scope.h
33
struct
LocalIdentifier
;
47
virtual
LocalIdentifier
*lookupIdentifier(const std::string &name) const;
104
struct
LocalIdentifier
{
105
LocalIdentifier
();
106
virtual ~
LocalIdentifier
();
109
const
LocalIdentifier
* resolve() const;
110
LocalIdentifier
* resolve();
Scope.cpp
83
LocalIdentifier
*Scope::lookupIdentifier(const std::string & /*name*/) const {
247
LocalIdentifier
::
LocalIdentifier
(){}
248
LocalIdentifier
::~
LocalIdentifier
(){}
250
bool
LocalIdentifier
::isEnumValue() const {
254
const
LocalIdentifier
*
LocalIdentifier
::resolve() const {
258
LocalIdentifier
*
LocalIdentifier
::resolve()
[
all
...]
Completed in 133 milliseconds