OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getd
(Results
1 - 10
of
10
) sorted by null
/external/libcxx/test/containers/sequences/list/list.modifiers/
emplace_back.pass.cpp
31
double
getd
() const {return d_;}
function in class:A
42
assert(c.front().
getd
() == 3.5);
46
assert(c.front().
getd
() == 3.5);
48
assert(c.back().
getd
() == 4.5);
56
assert(c.front().
getd
() == 3.5);
60
assert(c.front().
getd
() == 3.5);
62
assert(c.back().
getd
() == 4.5);
emplace_front.pass.cpp
31
double
getd
() const {return d_;}
function in class:A
42
assert(c.front().
getd
() == 3.5);
46
assert(c.front().
getd
() == 4.5);
48
assert(c.back().
getd
() == 3.5);
56
assert(c.front().
getd
() == 3.5);
60
assert(c.front().
getd
() == 4.5);
62
assert(c.back().
getd
() == 3.5);
emplace.pass.cpp
35
double
getd
() const {return d_;}
function in class:A
46
assert(c.front().
getd
() == 3.5);
50
assert(c.front().
getd
() == 3.5);
52
assert(c.back().
getd
() == 4.5);
70
assert(c.front().
getd
() == 3.5);
74
assert(c.front().
getd
() == 3.5);
76
assert(c.back().
getd
() == 4.5);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
emplace_back.pass.cpp
31
double
getd
() const {return d_;}
function in class:A
42
assert(c.front().
getd
() == 3.5);
46
assert(c.front().
getd
() == 3.5);
48
assert(c.back().
getd
() == 4.5);
56
assert(c.front().
getd
() == 3.5);
60
assert(c.front().
getd
() == 3.5);
62
assert(c.back().
getd
() == 4.5);
emplace_front.pass.cpp
31
double
getd
() const {return d_;}
function in class:A
42
assert(c.front().
getd
() == 3.5);
46
assert(c.front().
getd
() == 4.5);
48
assert(c.back().
getd
() == 3.5);
56
assert(c.front().
getd
() == 3.5);
60
assert(c.front().
getd
() == 4.5);
62
assert(c.back().
getd
() == 3.5);
emplace.pass.cpp
35
double
getd
() const {return d_;}
function in class:A
46
assert(c.front().
getd
() == 3.5);
50
assert(c.front().
getd
() == 3.5);
52
assert(c.back().
getd
() == 4.5);
70
assert(c.front().
getd
() == 3.5);
74
assert(c.front().
getd
() == 3.5);
76
assert(c.back().
getd
() == 4.5);
/external/libcxx/test/containers/sequences/vector/vector.modifiers/
emplace_back.pass.cpp
50
double
getd
() const {return d_;}
function in class:A
63
assert(c.front().
getd
() == 3.5);
67
assert(c.front().
getd
() == 3.5);
69
assert(c.back().
getd
() == 4.5);
76
assert(c.front().
getd
() == 3.5);
80
assert(c.front().
getd
() == 3.5);
82
assert(c.back().
getd
() == 4.5);
90
assert(c.front().
getd
() == 3.5);
94
assert(c.front().
getd
() == 3.5);
96
assert(c.back().
getd
() == 4.5)
[
all
...]
emplace.pass.cpp
54
double
getd
() const {return d_;}
function in class:A
68
assert(c.front().
getd
() == 3.5);
73
assert(c.front().
getd
() == 3.5);
75
assert(c.back().
getd
() == 4.5);
80
assert(c.front().
getd
() == 3.5);
82
assert(c[1].
getd
() == 6.5);
84
assert(c.back().
getd
() == 4.5);
92
assert(c.front().
getd
() == 3.5);
97
assert(c.front().
getd
() == 3.5);
99
assert(c.back().
getd
() == 4.5)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
emplace_back.pass.cpp
51
double
getd
() const {return d_;}
function in class:A
64
assert(c.front().
getd
() == 3.5);
69
assert(c.front().
getd
() == 3.5);
71
assert(c.back().
getd
() == 4.5);
79
assert(c.front().
getd
() == 3.5);
84
assert(c.front().
getd
() == 3.5);
86
assert(c.back().
getd
() == 4.5);
95
assert(c.front().
getd
() == 3.5);
100
assert(c.front().
getd
() == 3.5);
102
assert(c.back().
getd
() == 4.5)
[
all
...]
emplace.pass.cpp
55
double
getd
() const {return d_;}
function in class:A
69
assert(c.front().
getd
() == 3.5);
75
assert(c.front().
getd
() == 3.5);
77
assert(c.back().
getd
() == 4.5);
83
assert(c.front().
getd
() == 3.5);
85
assert(c[1].
getd
() == 6.5);
87
assert(c.back().
getd
() == 4.5);
96
assert(c.front().
getd
() == 3.5);
102
assert(c.front().
getd
() == 3.5);
104
assert(c.back().
getd
() == 4.5)
[
all
...]
Completed in 1560 milliseconds