Home
last modified time | relevance | path

Searched defs:AddToken (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/wayland/
H A Drestore_token_manager.cc21 void RestoreTokenManager::AddToken(DesktopCapturer::SourceId id, in AddToken() function in webrtc::RestoreTokenManager
/aosp_15_r20/external/clang/lib/Rewrite/
H A DTokenRewriter.cpp70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken() function in TokenRewriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DCommandLine.cpp936 StringRef Src, StringSaver &Saver, function_ref<void(StringRef)> AddToken, in tokenizeWindowsCommandLineImpl()
1047 auto AddToken = [&](StringRef Tok) { NewArgv.push_back(Tok.data()); }; in TokenizeWindowsCommandLine() local
1058 auto AddToken = [&](StringRef Tok) { NewArgv.push_back(Tok); }; in TokenizeWindowsCommandLineNoCopy() local
1067 auto AddToken = [&](StringRef Tok) { NewArgv.push_back(Tok.data()); }; in TokenizeWindowsCommandLineFull() local
/aosp_15_r20/external/webp/src/enc/
H A Dtoken_enc.c90 static WEBP_INLINE uint32_t AddToken(VP8TBuffer* const b, uint32_t bit, in AddToken() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc124 size_t AddToken(AsyncToken* token) { in AddToken() function in mlir::runtime::AsyncGroup
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp3987 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken() function in ASTWriter