/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | group_info.rs | 20 pub struct GroupInfo { struct 29 impl Debug for GroupInfo { argument 45 impl GroupInfo { implementation 71 impl<'a> Signable<'a> for GroupInfo { implementation
|
D | util.rs | 34 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()
|
D | framing.rs | 390 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
|
D | commit.rs | 795 ) -> Result<GroupInfo, MlsError> { in make_group_info()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/ |
H A D | experimental_slice_layout.cc | 54 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 D | ClangSACheckersEmitter.cpp | 73 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 D | ClangDiagnosticsEmitter.cpp | 131 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 D | SymmetricMemory.hpp | 108 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 D | captures.rs | 674 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 D | strategy.rs | 43 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/ |
D | grease.rs | 54 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 D | nfa.rs | 696 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 D | utils_test.py | 38 GroupInfo = collections.namedtuple("GroupInfo", [ variable
|
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/ |
H A D | cerealgenerator.py | 850 def genGroup(self, groupinfo: GroupInfo, groupName, alias = None):
|
H A D | reg.py | 132 class GroupInfo(BaseInfo): class
|
/aosp_15_r20/external/vulkan-headers/registry/ |
H A D | reg.py | 279 class GroupInfo(BaseInfo): class
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen2/registry/ |
H A D | reg.py | 117 class GroupInfo(BaseInfo): class
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/ |
H A D | reg.py | 279 class GroupInfo(BaseInfo): class
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | nntplib.py | 162 GroupInfo = collections.namedtuple('GroupInfo', variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | nntplib.py | 162 GroupInfo = collections.namedtuple('GroupInfo', variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | nntplib.py | 162 GroupInfo = collections.namedtuple('GroupInfo', variable
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | nntplib.py | 162 GroupInfo = collections.namedtuple('GroupInfo', variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | nntplib.py | 162 GroupInfo = collections.namedtuple('GroupInfo', variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | nntplib.py | 162 GroupInfo = collections.namedtuple('GroupInfo', variable
|
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/ |
H A D | symbols.c | 87 } GroupInfo; typedef
|