Home
last modified time | relevance | path

Searched refs:in_place (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Doptional_test.cc449 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 Dany.h232 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 Doptional_exception_safety_test.cc119 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 Dclang_format.py107 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 Dcompressed_tuple.h144 : 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 Dbind_front.h177 absl::in_place, absl::forward<F>(func), in bind_front()
/third_party/node/deps/v8/src/base/
H A Doptional.h31 // 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 Dutility.h31 // 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 Dstatusor.h450 : 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 Dstatusor_test.cc468 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 Dweb-snapshot.cc573 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 Dweb-snapshot.h211 uint32_t GetStringId(Handle<String> string, bool& in_place);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-morx-table.hh58 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 Dhb-aat-layout-common.hh749 if (!c->in_place) in drive()
841 if (!c->in_place) in drive()
H A Dhb-aat-layout-kerx-table.hh213 static constexpr bool in_place = true; member
466 static constexpr bool in_place = true; member
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.cc70 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 Dvp8l_enc.c1625 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 Dde.rs639 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 Dcxx.h276 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 Dcxx.h276 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 Dcxx.h276 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 Dcxx.h276 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 Dcxx.h276 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 Dada.h1908 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 Dheap-snapshot-generator.cc2622 base::Optional<HandleScope> handle_scope(base::in_place, isolate); in GenerateSnapshot()

Completed in 74 milliseconds

12