Searched refs:local_ (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-local-handle.h | 419 V8_INLINE MaybeLocal() : local_() {} in MaybeLocal() 421 V8_INLINE MaybeLocal(Local<S> that) : local_(that) {} in MaybeLocal() 423 V8_INLINE bool IsEmpty() const { return local_.IsEmpty(); } in IsEmpty() 431 *out = local_; in ToLocal() 441 return local_; in ToLocalChecked() 450 return IsEmpty() ? default_value : Local<S>(local_); in FromMaybe() 454 Local<T> local_; member in v8::MaybeLocal
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_libc.cc | 187 : local_(name == "localtime") {} in TimeZoneLibC() 210 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime() 222 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime() 228 if (!local_) { in MakeTime() 309 return local_ ? "localtime" : "UTC"; in Description()
|
H A D | time_zone_libc.h | 47 const bool local_; // localtime or UTC member in absl::time_internal::cctz::TimeZoneLibC
|
/third_party/node/deps/v8/src/profiler/ |
H A D | sampling-heap-profiler.h | 103 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_, in Sample() 107 global(reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_), in Sample()
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 9772 const NDRange local_; member in cl::EnqueueArgs 9783 local_(NullRange) in EnqueueArgs() 9792 local_(local) in EnqueueArgs() 9801 local_(local) in EnqueueArgs() 9810 local_(NullRange) in EnqueueArgs() 9819 local_(local) in EnqueueArgs() 9828 local_(local) in EnqueueArgs() 9837 local_(NullRange), in EnqueueArgs() 9847 local_(local), in EnqueueArgs() 9857 local_(loca in EnqueueArgs() [all...] |
H A D | cl.hpp | 7224 const NDRange local_; member 7231 local_(NullRange) in EnqueueArgs() 7240 local_(local) in EnqueueArgs() 7249 local_(local) in EnqueueArgs() 7258 local_(NullRange) in EnqueueArgs() 7267 local_(local) in EnqueueArgs() 7276 local_(local) in EnqueueArgs() 7285 local_(NullRange), in EnqueueArgs() 7295 local_(local), in EnqueueArgs() 7305 local_(loca in EnqueueArgs() [all...] |
Completed in 26 milliseconds