Searched refs:kAllow (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/common/ |
D | assert-scope.cc | 26 template <PerThreadAssertType kType, bool kAllow> 27 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope() in PerThreadAssertScope() 30 PerThreadDataBit<kType>::update(old_data_.value(), kAllow); in PerThreadAssertScope() 33 template <PerThreadAssertType kType, bool kAllow> 34 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() { in ~PerThreadAssertScope() 39 template <PerThreadAssertType kType, bool kAllow> 40 void PerThreadAssertScope<kType, kAllow>::Release() { in Release() 46 template <PerThreadAssertType kType, bool kAllow> 47 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() { in IsAllowed()
|
D | assert-scope.h | 34 template <PerThreadAssertType kType, bool kAllow> 187 template <PerThreadAssertType kType, bool kAllow> 190 : public PerThreadAssertScope<kType, kAllow> {
|
/third_party/skia/src/utils/ |
D | SkDashPathPriv.h | 38 kAllow, enumerator 51 StrokeRecApplication = StrokeRecApplication::kAllow);
|
D | SkDashPath.cpp | 361 bool specialLine = (StrokeRecApplication::kAllow == strokeRecApplication) && in InternalFilter()
|
/third_party/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 291 case kAllow: in ReportUninterestingCall() 449 if (mock_behavior >= kAllow && mock_behavior <= kFail) { in intToCallReaction() 573 SetReactionOnUninterestingCalls(mock_obj, internal::kAllow); in AllowUninterestingCalls() 672 return Mock::GetReactionOnUninterestingCalls(mock_obj) == internal::kAllow; in IsNice()
|
/third_party/node/deps/v8/include/ |
D | v8-function.h | 35 ConstructorBehavior behavior = ConstructorBehavior::kAllow,
|
D | v8-template.h | 372 enum class ConstructorBehavior { kThrow, kAllow }; enumerator 488 ConstructorBehavior behavior = ConstructorBehavior::kAllow, 499 ConstructorBehavior behavior = ConstructorBehavior::kAllow,
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 353 kAllow, enumerator 1772 reaction == kAllow ? LogIsVisible(kInfo) : in InvokeWith()
|
/third_party/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 52 using ::testing::internal::kAllow; 626 GMOCK_FLAG_SET(default_mock_behavior, kAllow); in TEST()
|
/third_party/node/src/ |
D | util.h | 857 v8::ConstructorBehavior behavior = v8::ConstructorBehavior::kAllow,
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-js.cc | 2648 has_prototype ? ConstructorBehavior::kAllow : ConstructorBehavior::kThrow; in NewFunctionTemplate()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 1389 ConstructorBehavior::kAllow, false, cache_property, in NewWithCache()
|