Home
last modified time | relevance | path

Searched refs:Restricted (Results 1 - 25 of 25) sorted by relevance

/third_party/rust/crates/syn/tests/
H A Dtest_visibility.rs61 assert_vis_parse!("pub(in foo::bar)", Ok(Visibility::Restricted(_))); in test_in()
66 assert_vis_parse!("pub(crate)", Ok(Visibility::Restricted(_))); in test_pub_crate()
71 assert_vis_parse!("pub(self)", Ok(Visibility::Restricted(_))); in test_pub_self()
76 assert_vis_parse!("pub(super)", Ok(Visibility::Restricted(_))); in test_pub_super()
/third_party/rust/crates/syn/src/
H A Drestriction.rs19 Restricted(VisRestricted),
47 // FieldMutability::Restricted(MutRestricted)
108 return Ok(Visibility::Restricted(VisRestricted { in parse_pub()
120 return Ok(Visibility::Restricted(VisRestricted { in parse_pub()
153 Visibility::Restricted(vis_restricted) => vis_restricted.to_tokens(tokens), in to_tokens()
/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2_VA.h69 Restricted,
H A DSkOTTable_OS_2_V0.h67 Restricted,
H A DSkOTUtils.cpp234 if (SkToBool(fsType.field.Restricted) || SkToBool(fsType.field.Bitmap)) { in SetAdvancedTypefaceFlags()
H A DSkOTTable_OS_2_V3.h65 Restricted,
H A DSkOTTable_OS_2_V2.h65 Restricted,
H A DSkOTTable_OS_2_V1.h65 Restricted,
H A DSkOTTable_OS_2_V4.h65 Restricted,
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs642 struct Restricted { structure names
/third_party/skia/src/core/
H A DSkTypeface.cpp521 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) { in getAdvancedMetrics()
/third_party/ltp/
H A Drunltp715 echo "INFO: Restricted to $TAG_RESTRICT_STRING"
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs2157 Visibility::Restricted(v0) => Visibility::Restricted(v0.clone()), in clone()
H A Deq.rs2113 (Visibility::Restricted(self0), Visibility::Restricted(other0)) => { in eq()
H A Dhash.rs2766 Visibility::Restricted(v0) => { in hash()
H A Dfold.rs3428 Visibility::Restricted(_binding_0) => { in fold_visibility()
3429 Visibility::Restricted(f.fold_vis_restricted(_binding_0)) in fold_visibility()
H A Ddebug.rs3019 Visibility::Restricted(v0) => v0.debug(formatter, "Restricted"), in fmt()
H A Dvisit_mut.rs3815 Visibility::Restricted(_binding_0) => { in visit_visibility_mut()
/third_party/rust/crates/syn/tests/common/
H A Deq.rs588 spanless_eq_enum!(VisibilityKind; Public Restricted(path id shorthand) Inherited);
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dparse.rs1471 Visibility::Restricted(vis) => vis.pub_token.span, in visibility_pub()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dparse.rs1471 Visibility::Restricted(vis) => vis.pub_token.span, in visibility_pub()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dparse.rs1471 Visibility::Restricted(vis) => vis.pub_token.span, in visibility_pub()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dparse.rs1471 Visibility::Restricted(vis) => vis.pub_token.span, in visibility_pub()
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs1471 Visibility::Restricted(vis) => vis.pub_token.span, in visibility_pub()
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs4621 syn::Visibility::Restricted(_val) => { in fmt()
4622 let mut formatter = formatter.debug_struct("Visibility::Restricted"); in fmt()

Completed in 50 milliseconds