OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moved_
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/tests/
container_test_util.cc
33
MoveOnlyType::MoveOnlyType() :
moved_
(false), ptr_(this) {
38
:
moved_
(true), ptr_(other.ptr()) {
43
moved_
= true;
container_test_util.h
40
bool moved() const { return
moved_
; }
43
void ResetMoved() {
moved_
= false; }
46
bool
moved_
;
member in class:mojo::MoveOnlyType
Completed in 519 milliseconds