Home
last modified time | relevance | path

Searched defs:peek_char (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dpeek_char.hpp15 struct peek_char struct
17 using data_t = char;
18 using pair_t = input_pair< char >;
21 [[nodiscard]] static pair_t peek( ParseInput& in ) noexcept( noexcept( in.empty() ) ) in peek()
H A Daction_input.hpp84 [[nodiscard]] char peek_char( const std::size_t offset = 0 ) const noexcept in peek_char() function in TAO_PEGTL_NAMESPACE::internal::action_input
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dpeek_char.hpp19 struct peek_char struct
21 using data_t = char;
22 using pair_t = input_pair< char >;
25 static pair_t peek( Input& in ) noexcept( noexcept( in.empty() ) ) in peek()
H A Daction_input.hpp88 char peek_char( const std::size_t offset = 0 ) const noexcept in peek_char() function in tao::TAO_PEGTL_NAMESPACE::internal::action_input
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dpeek_char.hpp19 struct peek_char struct
21 using data_t = char;
22 using pair_t = input_pair< char >;
25 … pair_t peek( Input& in, const std::size_t o = 0 ) noexcept( noexcept( in.Input::peek_char( 0 ) ) ) in peek()
H A Daction_input.hpp88 char peek_char( const std::size_t offset = 0 ) const noexcept in peek_char() function in tao::TAO_PEGTL_NAMESPACE::internal::action_input
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dpeek_char.hpp19 struct peek_char struct
21 using data_t = char;
22 using pair_t = input_pair< char >;
25 … static pair_t peek( Input& in, const std::size_t o = 0 ) noexcept( noexcept( in.peek_char( 0 ) ) ) in peek()
H A Daction_input.hpp87 char peek_char( const std::size_t offset = 0 ) const noexcept in peek_char() function in tao::TAO_PEGTL_NAMESPACE::internal::action_input
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dpeek_char.java39 public final class peek_char extends Primitive class
43 private peek_char() in peek_char() method in peek_char
/dports/games/bstone/bstone-1.1.9/src/
H A Dbstone_text_reader.cpp149 int TextReader::peek_char() in peek_char() function in bstone::TextReader
/dports/databases/redisjson/jsonpath-198043336123efdb71172af9f5aef18ef5ec2d6b/src/parser/
H A Dpath_reader.rs18 pub fn peek_char(&self) -> Result<(usize, char), ReaderError> { in peek_char() method
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonpath_lib/src/parser/
H A Dpath_reader.rs18 pub fn peek_char(&self) -> Result<(usize, char), ReaderError> { in peek_char() method
/dports/misc/broot/broot-1.7.0/cargo-crates/char_reader-0.1.0/src/
H A Dreader.rs81 pub fn peek_char(&mut self) -> io::Result<Option<char>> { in peek_char() method
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DParser.h107 char peek_char() { in peek_char() function
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Dbuffer_input.hpp104 char peek_char( const std::size_t offset = 0 ) const noexcept in peek_char() function in tao::TAO_PEGTL_NAMESPACE::buffer_input
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dbuffer_input.hpp103 char peek_char( const std::size_t offset = 0 ) const noexcept in peek_char() function in tao::TAO_PEGTL_NAMESPACE::buffer_input
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dimport.h227 peek_char() in peek_char() function
616 peek_char() in peek_char() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dimport.h227 peek_char() in peek_char() function
616 peek_char() in peek_char() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dimport.h227 peek_char() in peek_char() function
616 peek_char() in peek_char() function
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dtokenizer.hpp127 int peek_char() in peek_char() function in tokenizer
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/
H A Dbuffer_input.hpp109 [[nodiscard]] char peek_char( const std::size_t offset = 0 ) const noexcept in peek_char() function in TAO_PEGTL_NAMESPACE::buffer_input
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dimport.h235 peek_char() in peek_char() function
666 peek_char() in peek_char() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dimport.h235 peek_char() in peek_char() function
666 peek_char() in peek_char() function
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dimport.h235 peek_char() in peek_char() function
666 peek_char() in peek_char() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dimport.h235 peek_char() in peek_char() function
666 peek_char() in peek_char() function

1234567891011