/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 449 absl::optional<Implicit> i(absl::in_place); in TEST() 451 absl::optional<Explicit> e(absl::in_place); in TEST() 461 absl::optional<Convert> opt_move = absl::optional<Implicit>(absl::in_place); in TEST() 477 absl::optional<Convert> opt_move{absl::optional<Explicit>(absl::in_place)}; in TEST() 534 absl::optional<Listenable> opt0(absl::in_place); in TEST() 536 absl::optional<Listenable> opt1(absl::in_place, 1); in TEST() 538 absl::optional<Listenable> opt2(absl::in_place, 1, 2); in TEST() 550 absl::optional<Listenable> original(absl::in_place); in TEST() 567 absl::optional<Listenable> listinit1(absl::in_place, {1}); in TEST() 568 absl::optional<Listenable> listinit2(absl::in_place, { in TEST() [all...] |
H A D | any.h | 232 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} 241 : obj_(new Obj<VT>(in_place, std::forward<Args>(args)...)) {} 255 : obj_(new Obj<VT>(in_place, ilist, std::forward<Args>(args)...)) {} 303 new Obj<VT>(in_place, std::forward<Args>(args)...); 327 new Obj<VT>(in_place, ilist, std::forward<Args>(args)...); 384 return std::unique_ptr<ObjInterface>(new Obj(in_place, value));
|
H A D | optional_exception_safety_test.cc | 119 absl::in_place, in TEST() 171 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 210 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST() 242 Optional(absl::in_place, kUpdatedInteger, testing::nothrow_ctor); in TEST()
|
/third_party/vixl/tools/ |
H A D | clang_format.py | 107 in_place = test.args['in_place'] 137 if in_place: 170 def ClangFormatFiles(files, clang_format, in_place = False, jobs = 1, 183 queue.AddTest(f, filename = f, clang_format = clang_format, in_place = in_place) 200 in_place = args.in_place, jobs = args.jobs)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | compressed_tuple.h | 144 : Storage<Ts, I>(absl::in_place, absl::forward<Vs>(args))... {} in CompressedTupleImpl() 156 : Storage<Ts, I, false>(absl::in_place, absl::forward<Vs>(args))... {} in CompressedTupleImpl() 242 : CompressedTuple::CompressedTupleImpl(absl::in_place, base...) {} in CompressedTuple() 254 : CompressedTuple::CompressedTupleImpl(absl::in_place, in CompressedTuple()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
H A D | bind_front.h | 177 absl::in_place, absl::forward<F>(func), in bind_front()
|
/third_party/node/deps/v8/src/base/ |
H A D | optional.h | 31 // http://en.cppreference.com/w/cpp/utility/optional/in_place 32 constexpr in_place_t in_place = {}; member 146 // Inherit constructors (specifically, the in_place constructor). 220 : storage_(in_place, std::forward<Args>(args)...) {} in OptionalBase() 480 : internal::OptionalBase<T>(in_place, std::forward<Args>(args)...) {} in Optional() 487 : internal::OptionalBase<T>(in_place, il, std::forward<Args>(args)...) {} in Optional() 500 : internal::OptionalBase<T>(in_place, std::forward<U>(value)) {} in Optional() 511 : internal::OptionalBase<T>(in_place, std::forward<U>(value)) {} in Optional() 859 return Optional<T>(in_place, std::forward<Args>(args)...); in make_optional() 865 return Optional<T>(in_place, i in make_optional() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
H A D | utility.h | 31 // and `in_place_index_t`, as well as the constant `in_place`, and 165 using std::in_place; 176 ABSL_INTERNAL_INLINE_CONSTEXPR(in_place_t, in_place, {});
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor.h | 450 : StatusOr(absl::in_place, std::forward<U>(u)) {} in StatusOr() 469 : StatusOr(absl::in_place, std::forward<U>(u)) {} in StatusOr() 663 : Base(absl::in_place, std::forward<Args>(args)...) {} in StatusOr() 669 : Base(absl::in_place, ilist, std::forward<Args>(args)...) {} in StatusOr()
|
H A D | statusor_test.cc | 468 EXPECT_THAT(absl::StatusOr<Foo>(absl::in_place, 10), in TEST() 480 absl::StatusOr<InPlaceHelper> status_or(absl::in_place, {10, 11, 12}, in TEST() 500 absl::StatusOr<InPlaceHelper> status_or(absl::in_place, {10, 11, 12}, in TEST()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 573 bool in_place = false; in ConstructSource() local 574 source_id_ = GetStringId(source_string, in_place); in ConstructSource() 575 DCHECK(!in_place); in ConstructSource() 1137 bool in_place = false; in WriteStringMaybeInPlace() local 1138 uint32_t id = GetStringId(string, in_place); in WriteStringMaybeInPlace() 1139 if (in_place) { in WriteStringMaybeInPlace() 1150 bool in_place = false; in WriteStringId() local 1151 uint32_t id = GetStringId(string, in_place); in WriteStringId() 1152 CHECK(!in_place); // The string must have an ID. in WriteStringId() 1157 bool& in_place) { in GetStringId() 1156 GetStringId(Handle<String> string, bool& in_place) GetStringId() argument [all...] |
H A D | web-snapshot.h | 211 uint32_t GetStringId(Handle<String> string, bool& in_place);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-morx-table.hh | 58 static constexpr bool in_place = true; member 206 static constexpr bool in_place = true; member 435 static constexpr bool in_place = false; member 672 static constexpr bool in_place = false; member
|
H A D | hb-aat-layout-common.hh | 749 if (!c->in_place) in drive() 841 if (!c->in_place) in drive()
|
H A D | hb-aat-layout-kerx-table.hh | 213 static constexpr bool in_place = true; member 466 static constexpr bool in_place = true; member
|
/third_party/rust/crates/cxx/tests/ffi/ |
H A D | tests.cc | 70 rust::Box<Shared>::in_place(shared.z); // placement static factory in c_return_box() 71 rust::Box<Shared>::in_place<size_t>(0); in c_return_box()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 1625 int in_place) { in MapImageFromPalette() 1631 const uint32_t* src = in_place ? enc->argb_ : pic->argb; in MapImageFromPalette() 1632 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride; in MapImageFromPalette() 1624 MapImageFromPalette(VP8LEncoder* const enc, int in_place) MapImageFromPalette() argument
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 639 let in_place_impl_generics = de_impl_generics.in_place(); in deserialize_tuple_in_place() 640 let in_place_ty_generics = de_ty_generics.in_place(); in deserialize_tuple_in_place() 1092 // for now we do not support in_place deserialization for structs that in deserialize_struct_in_place() 1133 let in_place_impl_generics = de_impl_generics.in_place(); in deserialize_struct_in_place() 1134 let in_place_ty_generics = de_ty_generics.in_place(); in deserialize_struct_in_place() 3069 fn in_place(self) -> InPlaceImplGenerics<'a> { in in_place() functions 3121 fn in_place(self) -> InPlaceTypeGenerics<'a> { in in_place() functions
|
/third_party/rust/crates/cxx/gen/src/include/ |
H A D | cxx.h | 276 static Box in_place(Fields &&...); 796 Box<T> Box<T>::in_place(Fields &&...fields) { in in_place() function in rust::cxxbridge1::Box
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
H A D | cxx.h | 276 static Box in_place(Fields &&...); 796 Box<T> Box<T>::in_place(Fields &&...fields) { in in_place() function in rust::cxxbridge1::Box
|
/third_party/rust/crates/cxx/gen/build/src/gen/include/ |
H A D | cxx.h | 276 static Box in_place(Fields &&...); 796 Box<T> Box<T>::in_place(Fields &&...fields) { in in_place() function in rust::cxxbridge1::Box
|
/third_party/rust/crates/cxx/include/ |
H A D | cxx.h | 276 static Box in_place(Fields &&...); 796 Box<T> Box<T>::in_place(Fields &&...fields) { in in_place() function in rust::cxxbridge1::Box
|
/third_party/rust/crates/cxx/gen/lib/src/gen/include/ |
H A D | cxx.h | 276 static Box in_place(Fields &&...); 796 Box<T> Box<T>::in_place(Fields &&...fields) { in in_place() function in rust::cxxbridge1::Box
|
/third_party/node/deps/ada/ |
H A D | ada.h | 1908 static constexpr in_place_t in_place{}; 3365 : impl_base(in_place, std::forward<Args>(args)...), in expected() 3372 : impl_base(in_place, il, std::forward<Args>(args)...), in expected() 3489 : expected(in_place, std::forward<U>(v)) {} in expected() 3496 : expected(in_place, std::forward<U>(v)) {} in expected() 4871 * Return true on success. The 'in_place' parameter indicates whether the 4872 * the string_view input is pointing in the buffer. When in_place is false, 4876 [[nodiscard]] bool parse_ipv4(std::string_view input, bool in_place);
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2622 base::Optional<HandleScope> handle_scope(base::in_place, isolate); in GenerateSnapshot()
|