/third_party/googletest/googletest/samples/ |
H A D | sample4.cc | 37 int Counter::Increment() { return counter_++; } in Increment() function in Counter
|
/third_party/benchmark/src/ |
H A D | counter.cc | 49 void Increment(UserCounters* l, UserCounters const& r) { in Increment() function
|
/third_party/gn/src/base/ |
H A D | atomic_ref_count.h | 22 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 D | InstrProfReader.cpp | 132 void InstrProfIterator::Increment() { in Increment() function in InstrProfIterator
|
/third_party/node/test/js-native-api/test_instance_data/ |
H A D | test_instance_data.c | 13 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 D | dng_abort_sniffer.cpp | 94 void dng_priority_manager::Increment (dng_priority priority) in Increment() function in dng_priority_manager
|
H A D | dng_gain_map.cpp | 66 void Increment () in Increment() function in dng_gain_map_interpolator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | notification_test.cc | 31 void Increment() { in Increment() function in absl::ThreadSafeCounter
|
/third_party/node/deps/v8/src/ic/ |
H A D | unary-op-assembler.cc | 66 TNode<Object> Increment(TNode<Context> context, TNode<Object> value, in Increment() function in v8::internal::__anon14686::final
|
/third_party/skia/src/core/ |
H A D | SkTBlockList.h | 247 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 D | utils.c | 91 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 D | string_number_conversions.cc | 225 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 D | googletest-port-test.cc | 1046 void Increment() { in Increment() function in testing::internal::AtomicCounterWithMutex
|
/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats.h | 46 void Increment() { count_++; } in Increment() function in v8::internal::final
|
H A D | counters.h | 106 void Increment(int value = 1) { in Increment() function in v8::internal::StatsCounter
|
/third_party/gn/src/base/containers/ |
H A D | circular_deque.h | 255 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 D | Archive.cpp | 578 auto Increment = [&]() { in Archive() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | wasm-runtime.cpp | 176 int32_t env$$sbrk(int32_t Increment) { in env$$sbrk() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 92 inline void Increment() { in Increment() function in absl::cord_internal::RefcountAndFlags
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLowering.cpp | 805 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 D | bigint.cc | 712 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 D | regexp-compiler.h | 438 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 D | MicrosoftDemangleNodes.h | 128 Increment, // ?E # operator++ member in llvm::ms_demangle::IntrinsicFunctionKind
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typer.cc | 448 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 D | LegalizeVectorTypes.cpp | 4926 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...] |