OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copyable
(Results
1 - 25
of
180
) sorted by null
1
2
3
4
5
6
7
8
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Copyable.h
4
class
Copyable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/
lv_value.pass.cpp
32
class
Copyable
36
Copyable
() : data_(0) {}
37
~
Copyable
() {data_ = -1;}
39
friend bool operator==(const
Copyable
& x, const
Copyable
& y)
45
test(std::vector<
Copyable
>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
lv_value.pass.cpp
31
class
Copyable
35
Copyable
() : data_(0) {}
36
~
Copyable
() {data_ = -1;}
38
friend bool operator==(const
Copyable
& x, const
Copyable
& y)
44
test(std::list<
Copyable
>());
/external/chromium/chrome/browser/chromeos/cros/
update_library.h
24
// TODO(seanparent): Should make the UpdateProgress type
copyable
.
28
// is
copyable
.
/external/chromium/chrome/browser/sync/
js_arg_list.cc
36
//
copyable
.
/external/chromium_org/content/renderer/
shared_memory_seqlock_reader.h
37
// data fields, such that it is
copyable
by memcpy method.
/external/chromium_org/webkit/browser/fileapi/
file_system_options.h
16
// This object is
copyable
.
/external/clang/test/CodeGenCXX/
assign-operator.cpp
33
// operator, even for a non-trivially-
copyable
type.
/external/chromium_org/base/
callback_internal.h
116
// Parameter traits for movable-but-not-
copyable
scopers.
118
// Callback<>/Bind() understands movable-but-not-
copyable
semantics where
152
// used by the Callback/Bind system for a set of movable-but-not-
copyable
153
// types. It is needed because forwarding a movable-but-not-
copyable
166
// the movable-but-not-
copyable
types whitelisted above.
bind_helpers.h
24
// Passed() is for transferring movable-but-not-
copyable
types (eg. scoped_ptr)
350
// PassedWrapper is a
copyable
adapter for a scoper that ignores const.
354
// unnecessary copies, it is incompatible with movable-but-not-
copyable
360
// types and movable-but-not-
copyable
types. Thus we introduce a wrapper type
361
// that is
copyable
to transmit the correct type information down into
/external/chromium_org/sync/internal_api/public/base/
invalidation.h
38
// Explicitly
copyable
and assignable for STL containers.
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
write_batch.h
59
// Intentionally
copyable
slice.h
84
// Intentionally
copyable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/
types.pass.cpp
37
#include "../../
Copyable
.h"
73
test<
Copyable
, test_allocator<
Copyable
> >();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
types.pass.cpp
37
#include "../../
Copyable
.h"
73
test<
Copyable
, test_allocator<
Copyable
> >();
/external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h
82
// This class is intentionally
copyable
and assignable.
/external/chromium_org/content/browser/download/
download_request_handle.h
21
// This class needs to be
copyable
, so we can pass it across threads and not
/external/chromium/webkit/glue/
webaccessibility.h
210
//
copyable
.
/external/chromium_org/chrome/browser/google_apis/
drive_api_url_generator.h
99
// This class is
copyable
hence no DISALLOW_COPY_AND_ASSIGN here.
/external/chromium_org/net/test/embedded_test_server/
http_request.h
30
// instead of copying. However, the struct is
copyable
so tests can save and
/external/chromium_org/skia/ext/
bitmap_platform_device_mac.h
65
// bitmaps used by the base device class are already refcounted and
copyable
.
bitmap_platform_device_win.h
80
// bitmaps used by the base device class are already refcounted and
copyable
.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
types.pass.cpp
35
#include "../../
Copyable
.h"
/system/core/include/utils/
Tokenizer.h
119
Tokenizer(const Tokenizer& other); // not
copyable
/external/clang/test/Sema/
atomic-ops.c
101
__atomic_load(i, I, memory_order_relaxed); // expected-error {{must be a pointer to a trivially-
copyable
type}}
120
__atomic_store(i, I, memory_order_release); // expected-error {{trivially-
copyable
}}
Completed in 721 milliseconds
1
2
3
4
5
6
7
8