Home
last modified time | relevance | path

Searched defs:GroupInfo (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dgroup_info.rs20 pub struct GroupInfo { struct
29 impl Debug for GroupInfo { argument
45 impl GroupInfo { implementation
71 impl<'a> Signable<'a> for GroupInfo { implementation
Dutil.rs34 group_info: &GroupInfo, in validate_group_info_common()
59 group_info: &GroupInfo, in validate_group_info_member()
83 group_info: &GroupInfo, in validate_group_info_joiner()
Dframing.rs390 pub fn into_group_info(self) -> Option<GroupInfo> { in into_group_info()
398 pub fn as_group_info(&self) -> Option<&GroupInfo> { in as_group_info()
551 GroupInfo(GroupInfo) = 4u16, enumerator
573 GroupInfo = 4u16, enumerator
Dcommit.rs795 ) -> Result<GroupInfo, MlsError> { in make_group_info()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dexperimental_slice_layout.cc54 struct GroupInfo { struct
55 GroupInfo(int64_t _start, int64_t _end, uint32_t _max_depth) in GroupInfo() argument
57 int64_t start;
58 int64_t end;
59 uint32_t layout_depth = 0;
60 uint32_t max_depth;
/aosp_15_r20/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp73 struct GroupInfo { struct
74 llvm::DenseSet<const Record*> Checkers;
75 llvm::DenseSet<const Record *> SubGroups;
76 bool Hidden;
77 unsigned Index;
79 GroupInfo() : Hidden(false) { } in GroupInfo() function
H A DClangDiagnosticsEmitter.cpp131 struct GroupInfo { struct
132 std::vector<const Record*> DiagsInGroup;
133 std::vector<std::string> SubGroups;
134 unsigned IDNo;
136 const Record *ExplicitDef;
138 GroupInfo() : ExplicitDef(nullptr) {} in GroupInfo() argument
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DSymmetricMemory.hpp108 struct GroupInfo { struct
109 int rank;
110 int world_size;
111 c10::intrusive_ptr<c10d::Store> store;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dcaptures.rs674 pub fn group_info(&self) -> &GroupInfo { in group_info()
1451 pub struct GroupInfo(Arc<GroupInfoInner>); struct
1453 impl GroupInfo { implementation
1569 pub fn new<P, G, N>(pattern_groups: P) -> Result<GroupInfo, GroupInfoError> in new()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dstrategy.rs43 fn group_info(&self) -> &GroupInfo; in group_info()
357 fn group_info(&self) -> &GroupInfo { in group_info()
668 fn group_info(&self) -> &GroupInfo { in group_info()
983 fn group_info(&self) -> &GroupInfo { in group_info()
1298 fn group_info(&self) -> &GroupInfo { in group_info()
1754 fn group_info(&self) -> &GroupInfo { in group_info()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dgrease.rs54 impl GroupInfo { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dnfa.rs696 pub fn group_info(&self) -> &GroupInfo { in group_info()
1345 pub(super) fn group_info(&self) -> &GroupInfo { in group_info()
/aosp_15_r20/tools/acloud/internal/lib/
H A Dutils_test.py38 GroupInfo = collections.namedtuple("GroupInfo", [ variable
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/
H A Dcerealgenerator.py850 def genGroup(self, groupinfo: GroupInfo, groupName, alias = None):
H A Dreg.py132 class GroupInfo(BaseInfo): class
/aosp_15_r20/external/vulkan-headers/registry/
H A Dreg.py279 class GroupInfo(BaseInfo): class
/aosp_15_r20/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py117 class GroupInfo(BaseInfo): class
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/
H A Dreg.py279 class GroupInfo(BaseInfo): class
/aosp_15_r20/external/python/cpython3/Lib/
Dnntplib.py162 GroupInfo = collections.namedtuple('GroupInfo', variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dnntplib.py162 GroupInfo = collections.namedtuple('GroupInfo', variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dnntplib.py162 GroupInfo = collections.namedtuple('GroupInfo', variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dnntplib.py162 GroupInfo = collections.namedtuple('GroupInfo', variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dnntplib.py162 GroupInfo = collections.namedtuple('GroupInfo', variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dnntplib.py162 GroupInfo = collections.namedtuple('GroupInfo', variable
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dsymbols.c87 } GroupInfo; typedef

1234