Home
last modified time | relevance | path

Searched refs:full_ident (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/p5-PPI/PPI-1.270/t/data/24_v6/
H A DGrammar.pm30 token full_ident {
32 [ <'::'> <?full_ident>
103 <trait_auxiliary> <?ws> <full_ident>
125 { $Class_name := ~$<full_ident> }
269 <full_ident>
338 <full_ident> [ \. <ident> | <''> ]
342 | [ <'::'> | <''> ] <full_ident> { return $$<full_ident> }
469 <full_ident>
574 token base_class { <full_ident> }
579 <full_ident> <?ws>
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/src/example/pegtl/
H A Dproto3.cpp28 struct full_ident : list_must< ident, dot > {}; struct
47 …struct constant : sor< bool_lit, full_ident, seq< opt< sign >, int_lit >, str_lit > {}; // TODO: …
49 …struct option_name : seq< sor< ident, if_must< one< '(' >, full_ident, one< ')' > > >, star_must< …
71 …struct defined_type : seq< opt< dot >, full_ident > {}; // NOTE: This replaces both message_type …
104 …struct package : if_must< string< 'p', 'a', 'c', 'k', 'a', 'g', 'e' >, sps, full_ident, sps, semi,…
/dports/devel/monotone/monotone-1.1/src/
H A Dcmd.cc810 vector<string> full_ident; in get_commands() local
814 full_ident.push_back((*j)()); in get_commands()
816 full_ident.push_back((*i)()); in get_commands()
817 idents.insert(full_ident); in get_commands()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-codegen-pure-2.14.0/src/
H A Dparser.rs970 let mut full_ident = String::new(); in next_full_ident() localVariable
973 full_ident.push('.'); in next_full_ident()
975 full_ident.push_str(&self.next_ident()?); in next_full_ident()
977 full_ident.push('.'); in next_full_ident()
978 full_ident.push_str(&self.next_ident()?); in next_full_ident()
980 Ok(full_ident) in next_full_ident()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-codegen-pure-2.25.2/src/
H A Dparser.rs973 let mut full_ident = String::new(); in next_full_ident() localVariable
976 full_ident.push('.'); in next_full_ident()
978 full_ident.push_str(&self.next_ident()?); in next_full_ident()
980 full_ident.push('.'); in next_full_ident()
981 full_ident.push_str(&self.next_ident()?); in next_full_ident()
983 Ok(full_ident) in next_full_ident()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-pure-2.25.2/src/
H A Dparser.rs973 let mut full_ident = String::new(); in extend()
976 full_ident.push('.'); in extend()
978 full_ident.push_str(&self.next_ident()?); in extend()
980 full_ident.push('.'); in extend()
981 full_ident.push_str(&self.next_ident()?); in extend()
983 Ok(full_ident) in extend()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-codegen-pure-2.10.0/src/
H A Dparser.rs970 let mut full_ident = String::new();
973 full_ident.push('.');
975 full_ident.push_str(&self.next_ident()?);
977 full_ident.push('.');
978 full_ident.push_str(&self.next_ident()?);
980 Ok(full_ident)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-macros-0.14.1/src/
H A Dclone.rs203 fn full_ident(parts: &mut Peekable<ProcIter>, borrow_kind: BorrowKind) -> String { in full_ident() function
294 let name = full_ident(parts, borrow_kind); in parse_ident()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-macros/src/
H A Dclone.rs203 fn full_ident(parts: &mut Peekable<ProcIter>, borrow_kind: BorrowKind) -> String { in full_ident() function
294 let name = full_ident(parts, borrow_kind); in parse_ident()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-macros-0.14.1/src/
H A Dclone.rs203 fn full_ident(parts: &mut Peekable<ProcIter>, borrow_kind: BorrowKind) -> String { in full_ident() function
294 let name = full_ident(parts, borrow_kind); in parse_ident()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-macros-0.14.1/src/
H A Dclone.rs203 fn full_ident(parts: &mut Peekable<ProcIter>, borrow_kind: BorrowKind) -> String { in full_ident() function
294 let name = full_ident(parts, borrow_kind); in parse_ident()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-macros-0.14.1/src/
H A Dclone.rs203 fn full_ident(parts: &mut Peekable<ProcIter>, borrow_kind: BorrowKind) -> String { in full_ident() function
294 let name = full_ident(parts, borrow_kind); in parse_ident()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-macros-0.14.1/src/
H A Dclone.rs203 fn full_ident(parts: &mut Peekable<ProcIter>, borrow_kind: BorrowKind) -> String { in full_ident() function
294 let name = full_ident(parts, borrow_kind); in parse_ident()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-macros-0.14.1/src/
H A Dclone.rs203 fn full_ident(parts: &mut Peekable<ProcIter>, borrow_kind: BorrowKind) -> String { in full_ident() function
294 let name = full_ident(parts, borrow_kind); in parse_ident()
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/
H A DGrammar.pm146 sub full_ident { subroutine
584 ((my $m2) = $grammar->full_ident($str, $MATCH->to()));
802 ((my $m2) = $grammar->full_ident($str, $MATCH->to()));
887 ((my $m2) = $grammar->full_ident($str, $MATCH->to()));
H A DExpression.pm342 ((my $m2) = Perlito6::Grammar->full_ident($str, $MATCH->to()));
1056 ((my $m2) = Perlito6::Grammar->full_ident($str, $MATCH->to()));
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Grammar/
H A DRegex.pm50 ((my $m2) = Perlito6::Grammar->full_ident($str, $MATCH->to()));
532 ((my $m2) = Perlito6::Grammar->full_ident($str, $MATCH->to()));