Home
last modified time | relevance | path

Searched defs:Decrement (Results 1 – 15 of 15) sorted by relevance

/third_party/googletest/googletest/samples/
Dsample4.cc41 int Counter::Decrement() { in Decrement() function in Counter
/third_party/gn/src/base/
Datomic_ref_count.h32 bool Decrement() { in Decrement() function
/third_party/cef/include/base/
Dcef_atomic_ref_count.h74 bool Decrement() { in Decrement() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_abort_sniffer.cpp105 void dng_priority_manager::Decrement (dng_priority priority) in Decrement() function in dng_priority_manager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp330 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr()
/third_party/skia/src/core/
DSkTBlockList.h250 static int Decrement(const SkBlockAllocator::Block* b, int index) { in Decrement() function
/third_party/node/deps/v8/src/ic/
Dunary-op-assembler.cc58 TNode<Object> Decrement(TNode<Context> context, TNode<Object> value, in Decrement() function in v8::internal::__anon9b7d413c0111::UnaryOpAssemblerImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp173 IntrinsicInst *Decrement = nullptr; in runOnLoop() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_internal.h103 inline bool Decrement() { in Decrement() function
/third_party/gn/src/base/containers/
Dcircular_deque.h262 void Decrement() { in Decrement() function
/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc156 DEF_UNARY_LOWERING(Decrement) in DEF_UNARY_LOWERING() argument
Dtyper.cc440 Type Typer::Visitor::Decrement(Type type, Typer* t) { in Decrement() function in v8::internal::compiler::Typer::Visitor
1202 DEFINE_METHOD(Decrement) in DEFINE_METHOD() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h129 Decrement, // ?F # operator-- enumerator
/third_party/node/deps/v8/src/objects/
Dbigint.cc723 MaybeHandle<BigInt> BigInt::Decrement(Isolate* isolate, Handle<BigInt> x) { in Decrement() function in v8::internal::BigInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1111 bool Decrement = P.LaneMask.any(); in updatePressureDiffs() local