OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_converted
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gtest/test/
gtest-port_test.cc
131
ConstAndNonConstCastable(bool* converted, bool*
const_converted
)
132
: converted_(converted), const_converted_(
const_converted
) {}
149
bool
const_converted
= false;
local
150
ConstAndNonConstCastable castable(&converted, &
const_converted
);
153
EXPECT_FALSE(
const_converted
);
156
const_converted
= false;
157
const ConstAndNonConstCastable const_castable(&converted, &
const_converted
);
160
EXPECT_TRUE(
const_converted
);
[
all
...]
/external/chromium_org/testing/gtest/test/
gtest-port_test.cc
170
ConstAndNonConstCastable(bool* converted, bool*
const_converted
)
171
: converted_(converted), const_converted_(
const_converted
) {}
188
bool
const_converted
= false;
local
189
ConstAndNonConstCastable castable(&converted, &
const_converted
);
192
EXPECT_FALSE(
const_converted
);
195
const_converted
= false;
196
const ConstAndNonConstCastable const_castable(&converted, &
const_converted
);
199
EXPECT_TRUE(
const_converted
);
[
all
...]
/external/gtest/test/
gtest-port_test.cc
133
ConstAndNonConstCastable(bool* converted, bool*
const_converted
)
134
: converted_(converted), const_converted_(
const_converted
) {}
151
bool
const_converted
= false;
local
152
ConstAndNonConstCastable castable(&converted, &
const_converted
);
155
EXPECT_FALSE(
const_converted
);
158
const_converted
= false;
159
const ConstAndNonConstCastable const_castable(&converted, &
const_converted
);
162
EXPECT_TRUE(
const_converted
);
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc
170
ConstAndNonConstCastable(bool* converted, bool*
const_converted
)
171
: converted_(converted), const_converted_(
const_converted
) {}
188
bool
const_converted
= false;
local
189
ConstAndNonConstCastable castable(&converted, &
const_converted
);
192
EXPECT_FALSE(
const_converted
);
195
const_converted
= false;
196
const ConstAndNonConstCastable const_castable(&converted, &
const_converted
);
199
EXPECT_TRUE(
const_converted
);
[
all
...]
Completed in 298 milliseconds