OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrentEntry
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Basic/
VirtualFileSystem.h
106
/// \brief Sets \c
CurrentEntry
to the next entry in the directory on success,
109
Status
CurrentEntry
;
121
if (!Impl->
CurrentEntry
.isStatusKnown())
132
if (EC || !Impl->
CurrentEntry
.isStatusKnown())
137
const Status &operator*() const { return Impl->
CurrentEntry
; }
138
const Status *operator->() const { return &Impl->
CurrentEntry
; }
142
return Impl->
CurrentEntry
.equivalent(RHS.Impl->
CurrentEntry
);
/external/llvm/include/llvm/Support/
YAMLParser.h
304
/// BaseT must have a ValueT* member named
CurrentEntry
and a member function
305
/// increment() which must set
CurrentEntry
to 0 to create an end iterator.
314
assert(Base && Base->
CurrentEntry
&& "Attempted to access end iterator!");
315
return Base->
CurrentEntry
;
319
assert(Base && Base->
CurrentEntry
&&
321
return *Base->
CurrentEntry
;
325
assert(Base && Base->
CurrentEntry
&& "Attempted to access end iterator!");
326
return Base->
CurrentEntry
;
333
Base->
CurrentEntry
!= Other.Base->
CurrentEntry
;
[
all
...]
FileSystem.h
740
directory_entry
CurrentEntry
;
772
const directory_entry &operator*() const { return State->
CurrentEntry
; }
773
const directory_entry *operator->() const { return &State->
CurrentEntry
; }
779
return State->
CurrentEntry
== directory_entry();
781
return RHS.State->
CurrentEntry
== directory_entry();
782
return State->
CurrentEntry
== RHS.State->
CurrentEntry
;
/prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
Completed in 1527 milliseconds