Searched refs:Retire (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | registry.h | 75 // Retire flag with name "name" and type indicated by ops. 76 void Retire(const char* name, FlagFastTypeId type_id, char* buf); 85 void Retire(const char* flag_name) { in Retire() function in absl::flags_internal::RetiredFlag 86 flags_internal::Retire(flag_name, base_internal::FastTypeId<T>(), buf_); in Retire()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Context.cpp | 47 auto Retire = std::make_unique<RetireStage>(*RCU, *PRF, *LSU); in createDefaultPipeline() local 63 StagePipeline->appendStage(std::move(Retire)); in createDefaultPipeline()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | flag.h | 396 (RETIRED_FLAGS_##name.Retire(#name), \
|
H A D | reflection.cc | 281 void Retire(const char* name, FlagFastTypeId type_id, char* buf) { in Retire() function
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 129 next->Retire(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 493 // Expectation objects, and needs to call the non-const Retire() 777 void Retire() GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) { 1240 Retire();
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.h | 146 void Retire();
|
H A D | js-heap-broker.cc | 124 void JSHeapBroker::Retire() { in Retire() function in v8::internal::compiler::JSHeapBroker
|
H A D | pipeline.cc | 3626 data->broker()->Retire(); in FinalizeCode()
|
Completed in 14 milliseconds