Home
last modified time | relevance | path

Searched defs:Increment (Results 1 - 25 of 28) sorted by relevance

12

/third_party/googletest/googletest/samples/
H A Dsample4.cc37 int Counter::Increment() { return counter_++; } in Increment() function in Counter
/third_party/benchmark/src/
H A Dcounter.cc49 void Increment(UserCounters* l, UserCounters const& r) { in Increment() function
/third_party/gn/src/base/
H A Datomic_ref_count.h22 void Increment() { Increment(1); } in Increment() function in base::AtomicRefCount
25 void Increment(int increment) { in Increment() function in base::AtomicRefCount
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp132 void InstrProfIterator::Increment() { in Increment() function in InstrProfIterator
/third_party/node/test/js-native-api/test_instance_data/
H A Dtest_instance_data.c13 static napi_value Increment(napi_env env, napi_callback_info info) { in Increment() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_abort_sniffer.cpp94 void dng_priority_manager::Increment (dng_priority priority) in Increment() function in dng_priority_manager
H A Ddng_gain_map.cpp66 void Increment () in Increment() function in dng_gain_map_interpolator
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc31 void Increment() { in Increment() function in absl::ThreadSafeCounter
/third_party/node/deps/v8/src/ic/
H A Dunary-op-assembler.cc66 TNode<Object> Increment(TNode<Context> context, TNode<Object> value, in Increment() function in v8::internal::__anon14686::final
/third_party/skia/src/core/
H A DSkTBlockList.h247 static int Increment(const SkBlockAllocator::Block* b, int index) { in Increment() function in SkTBlockList
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dutils.c91 static void Increment(int* const v) { in Increment() function
165 #define Increment(v) do {} while (0) macro
/third_party/gn/src/base/strings/
H A Dstring_number_conversions.cc225 static void Increment(uint8_t increment, value_type* output) { in Increment() function in base::__anon2852::IteratorRangeToNumber::Positive
241 static void Increment(uint8_t increment, value_type* output) { in Increment() function in base::__anon2852::IteratorRangeToNumber::Negative
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc1046 void Increment() { in Increment() function in testing::internal::AtomicCounterWithMutex
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.h46 void Increment() { count_++; } in Increment() function in v8::internal::final
H A Dcounters.h106 void Increment(int value = 1) { in Increment() function in v8::internal::StatsCounter
/third_party/gn/src/base/containers/
H A Dcircular_deque.h255 void Increment() { in Increment() function in base::internal::circular_deque_const_iterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp578 auto Increment = [&]() { in Archive() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp176 int32_t env$$sbrk(int32_t Increment) { in env$$sbrk() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h92 inline void Increment() { in Increment() function in absl::cord_internal::RefcountAndFlags
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp805 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in getVarStackSlotParams() local
875 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in assignVarStackSlots() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc712 MaybeHandle<BigInt> BigInt::Increment(Isolate* isolate, Handle<BigInt> x) { in Increment() function in v8::internal::BigInt
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h438 void Increment() { counter_++; } in Increment() function in v8::internal::FrequencyCollator::CharacterFrequency
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h128 Increment, // ?E # operator++ member in llvm::ms_demangle::IntrinsicFunctionKind
/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc448 Type Typer::Visitor::Increment(Type type, Typer* t) { in Increment() function in v8::internal::compiler::Typer::Visitor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4926 unsigned Increment = NewVTWidth / 8; in GenWidenVectorLoads() local
5043 unsigned Increment = LdEltVT.getSizeInBits() / 8; in GenWidenVectorExtLoads() local
5092 unsigned Increment = NewVTWidth / 8; GenWidenVectorStores() local
5158 unsigned Increment = ValEltVT.getSizeInBits() / 8; GenWidenVectorTruncStores() local
[all...]

Completed in 43 milliseconds

12