/external/rust/crates/pest/src/ |
D | stack.rs | 17 pub struct Stack<T: Clone> { struct 18 ops: Vec<StackOp<T>>, argument 23 impl<T: Clone> Stack<T> { argument 105 impl<T: Clone> Index<Range<usize>> for Stack<T> { implementation
|
/external/rust/crates/openssl/src/ |
D | stack.rs | 43 pub struct Stack<T: Stackable>(*mut T::StackType); struct 45 unsafe impl<T: Stackable + Send> Send for Stack<T> {} implementation 46 unsafe impl<T: Stackable + Sync> Sync for Stack<T> {} implementation 48 impl<T> fmt::Debug for Stack<T> implementation 57 impl<T: Stackable> Drop for Stack<T> { implementation 66 impl<T: Stackable> Stack<T> { implementation 76 impl<T: Stackable> iter::IntoIterator for Stack<T> { implementation 90 impl<T: Stackable> AsRef<StackRef<T>> for Stack<T> { implementation 96 impl<T: Stackable> Borrow<StackRef<T>> for Stack<T> { implementation 102 impl<T: Stackable> ForeignType for Stack<T> { implementation [all …]
|
/external/ruy/ruy/profiler/ |
D | instrumentation.h | 93 struct Stack { struct 101 int GetBufferSize(const Stack& stack); argument
|
/external/proguard/src/proguard/evaluation/ |
D | Stack.java | 33 public class Stack class 47 public Stack(int maxSize) in Stack() method in Stack 56 public Stack(Stack stack) in Stack() method in Stack
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.h | 23 SymbolizedStack *Stack; variable 32 : Stack(Stack) {} in Stack() function 73 Location(const SymbolizedStackHolder &Stack) : in Location()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocument.cpp | 78 SmallVector<StackLevel, 4> Stack; in readFromBlob() local 183 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 300 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local 409 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local 431 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local 480 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
|
/external/perfetto/protos/perfetto/trace_processor/ |
D | stack.proto | 23 message Stack { message
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_side_effects.h | 30 struct Stack : ::mlir::SideEffects::Resource::Base<Stack> { struct 31 StringRef getName() final { return "Stack"; } in getName() argument
|
/external/compiler-rt/lib/esan/ |
D | esan_sideline.h | 51 char *Stack; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | PhiValues.cpp | 51 SmallVectorImpl<const PHINode *> &Stack) { in processPhi() 129 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
|
/external/cronet/base/allocator/partition_allocator/starscan/stack/ |
D | stack.cc | 87 Stack::Stack(void* stack_top) : stack_top_(stack_top) { in Stack() function in partition_alloc::internal::Stack
|
/external/rust/crates/tokio-util/src/time/wheel/ |
D | stack.rs | 6 pub(crate) trait Stack: Default { interface
|
/external/rust/crates/tokio-util/src/time/ |
D | delay_queue.rs | 406 struct Stack<T> { struct 408 head: Option<Key>, 409 _p: PhantomData<fn() -> T>, 1127 impl<T> wheel::Stack for Stack<T> { implementation 1213 impl<T> Default for Stack<T> { implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 66 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionDag() local 139 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
|
/external/libchrome/base/containers/ |
D | README.md | 242 # Stack chapter
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | NamespaceMappings.java | 374 private class Stack { class in NamespaceMappings 392 public Stack() in Stack() method in NamespaceMappings.Stack
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 59 SmallVector<User *, 16> Stack; in recursivelyVisitUsers() local
|
/external/cronet/base/containers/ |
D | README.md | 284 ## Stack section in base/containers library
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stack.cc | 41 class Stack : public ResourceBase { class 51 Stack(const DataType& elem_type, const string& stack_name, int max_size) in Stack() function in tensorflow::Stack
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tensor_tracer.proto | 105 message Stack { message
|
/external/cronet/third_party/metrics_proto/ |
D | call_stack_profile.proto | 44 message Stack { message
|
/external/armnn/src/backends/reference/workloads/ |
D | Stack.cpp | 12 void Stack(const StackQueueDescriptor& data, in Stack() function
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 39 Stack, enumerator
|
/external/python/cpython2/Lib/compiler/ |
D | misc.py | 31 class Stack: class
|