OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrentEntry
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
VirtualFileSystem.h
108
/// \brief Sets \c
CurrentEntry
to the next entry in the directory on success,
111
Status
CurrentEntry
;
123
if (!Impl->
CurrentEntry
.isStatusKnown())
134
if (EC || !Impl->
CurrentEntry
.isStatusKnown())
139
const Status &operator*() const { return Impl->
CurrentEntry
; }
140
const Status *operator->() const { return &Impl->
CurrentEntry
; }
144
return Impl->
CurrentEntry
.equivalent(RHS.Impl->
CurrentEntry
);
/external/llvm/include/llvm/Support/
YAMLParser.h
273
/// BaseT must have a ValueT* member named
CurrentEntry
and a member function
274
/// increment() which must set
CurrentEntry
to 0 to create an end iterator.
283
assert(Base && Base->
CurrentEntry
&& "Attempted to access end iterator!");
284
return Base->
CurrentEntry
;
288
assert(Base && Base->
CurrentEntry
&&
290
return *Base->
CurrentEntry
;
294
assert(Base && Base->
CurrentEntry
&& "Attempted to access end iterator!");
295
return Base->
CurrentEntry
;
302
Base->
CurrentEntry
!= Other.Base->
CurrentEntry
;
[
all
...]
FileSystem.h
755
directory_entry
CurrentEntry
;
787
const directory_entry &operator*() const { return State->
CurrentEntry
; }
788
const directory_entry *operator->() const { return &State->
CurrentEntry
; }
794
return State->
CurrentEntry
== directory_entry();
796
return RHS.State->
CurrentEntry
== directory_entry();
797
return State->
CurrentEntry
== RHS.State->
CurrentEntry
;
/external/jarjar/lib/
apache-ant-1.9.4.jar
Completed in 175 milliseconds