Home
last modified time | relevance | path

Searched defs:PutBack (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DStringLexer.cpp68 void StringLexer::PutBack(Size s) { in PutBack() function in StringLexer
/external/rust/crates/itertools/src/adaptors/
Dmod.rs165 pub struct PutBack<I> struct
173 pub fn put_back<I>(iterable: I) -> PutBack<I::IntoIter> in put_back() argument
182 impl<I> PutBack<I> impl
194 let PutBack{top, iter} = self; in into_parts() localVariable
207 impl<I> Iterator for PutBack<I> implementation
/external/llvm-project/lldb/unittests/Utility/
DStringLexerTest.cpp64 TEST(StringLexerTest, PutBack) { in TEST() argument
/external/rust/crates/itertools/src/
Dpeeking_take_while.rs37 impl<I> PeekingNext for PutBack<I> implementation