HomeSort by relevance Sort by last modified time
    Searched defs:TokenList (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 29 /// TokenList - This is the list of raw tokens that make up this file. Each
31 std::list<Token> TokenList;
33 /// TokenRefTy - This is the type used to refer to a token in the TokenList.
55 token_iterator token_begin() const { return TokenList.begin(); }
56 token_iterator token_end() const { return TokenList.end(); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Socket.h 689 LIST_ENTRY TokenList; ///< The entry to add in the token list
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
Socket.h 518 LIST_ENTRY TokenList; ///< The entry to add in the token list
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 102 /*package*/ TokenList mTokenList;
179 /*package*/ static class TokenList extends ArrayList<CacheToken> {
183 /*package*/ TokenList(String name) {
184 mLogTag = "TokenList-" + name;
426 mTokenList = new TokenList(mName);
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 944 milliseconds