Home
last modified time | relevance | path

Searched defs:Root (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/third_party/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/third_party/rust/rust/tests/ui/nll/
Dissue-57100.rs26 struct Root { struct
34 let mut r = Root { in nested_union() argument
Dissue-16223.rs20 struct Root { struct
38 let root = Root { in main() argument
/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationDoesNamespaceMergeOfReexport.ts2 export namespace Root { namespace
13 export namespace Root { namespace
DmoduleAugmentationDoesNamespaceEnumMergeOfReexport.ts2 export namespace Root { namespace
15 export enum Root { enum
/third_party/rust/rust/tests/ui/issues/
Dissue-13264.rs7 struct Root { struct
11 impl Deref for Root { implementation
/third_party/rust/rust/library/alloc/src/collections/btree/
Dsplit.rs6 impl<K, V> Root<K, V> { impl
Dappend.rs6 impl<K, V> Root<K, V> { implementation
Dfix.rs68 impl<K, V> Root<K, V> { implementation
/third_party/mesa3d/src/nouveau/compiler/nak/
Dunion_find.rs8 struct Root<X: Copy> { struct
16 Root(Root<X>), argument
/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js34 var Root; variable
35 (function (Root) { argument
/third_party/rust/rust/tests/ui/higher-ranked/trait-bounds/normalize-under-binder/
Dissue-62529-4.rs7 type Root: 'a; typedef
18 type Root = &'b str; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/opt/pre/
Ddeep_copy_pass.h52 std::shared_ptr<RootNode> Root() { return root_; } in Root() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp73 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
104 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCollector.h66 std::string Root; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/replay_buffer/
Dsegment_tree.h67 const T &Root() const { return buffer_[kRootIndex]; } in Root() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/rl/
Dsegment_tree.h68 const T &Root() { return buffer_[kRootIndex]; } in Root() function
/third_party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
DMibTree.cs66 public IList<MibTreeNode> Root property in Lextm.SharpSnmpLib.Mib.MibTree
/third_party/rust/rust/tests/ui/associated-types/
Dassociated-types-enum-field-numbered.rs14 Root(K::Value, usize), enumerator
Dassociated-types-enum-field-named.rs14 Root { value: K::Value, rank: usize }, enumerator
/third_party/rust/rust/tests/codegen-units/item-collection/
Dtransitive-drop-glue.rs9 struct Root(#[allow(unused_tuple_struct_fields)] Intermediate); struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp58 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp29 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local

12345