HomeSort by relevance Sort by last modified time
    Searched refs:Referenced (Results 1 - 7 of 7) sorted by null

  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 141 Referenced referenced = new Referenced(key); local
142 return super.containsKey(referenced);
162 Referenced referencedKey = (Referenced) entry.getKey();
178 Referenced referenceKey = new Referenced(key);
193 Referenced nextReference = (Referenced) enumer.nextElement()
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 108 /// Labels, declared with 'x:' and referenced with 'goto x'.
111 /// Tags, declared with 'struct foo;' and referenced with
258 /// \brief Whether this declaration was "referenced".
261 /// are regarded as "referenced" but not "used".
262 unsigned Referenced : 1;
306 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
316 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
488 /// \brief Whether this declaration was referenced.
491 void setReferenced(bool R = true) { Referenced = R; }
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 192 CXCursor Referenced;
209 Referenced = clang_getCursorReferenced(Cursor);
210 if (!clang_equalCursors(Referenced, clang_getNullCursor())) {
211 if (clang_getCursorKind(Referenced) == CXCursor_OverloadedDeclRef) {
212 unsigned I, N = clang_getNumOverloadedDecls(Referenced);
215 CXCursor Ovl = clang_getOverloadedDecl(Referenced, I);
226 CXSourceLocation Loc = clang_getCursorLocation(Referenced);
    [all...]
  /external/v8/test/mjsunit/
mirror-object.js 135 assertTrue(o != void 0, 'Referenced object is not serialized');
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 161 milliseconds