Home
last modified time | relevance | path

Searched refs:converted_ (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc95 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
97 *converted_ = true; in operator Base()
102 bool* converted_; member in testing::internal::Castable
114 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
116 *converted_ = true; in operator Base()
121 bool* converted_; member in testing::internal::ConstCastable
134 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()
136 *converted_ = true; in operator Base()
145 bool* converted_; member in testing::internal::ConstAndNonConstCastable
/external/gtest/test/
Dgtest-port_test.cc132 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
134 *converted_ = true; in operator Base()
139 bool* converted_; member in testing::internal::Castable
151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
153 *converted_ = true; in operator Base()
158 bool* converted_; member in testing::internal::ConstCastable
171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()
173 *converted_ = true; in operator Base()
182 bool* converted_; member in testing::internal::ConstAndNonConstCastable
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc132 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
134 *converted_ = true; in operator Base()
139 bool* converted_; member in testing::internal::Castable
151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
153 *converted_ = true; in operator Base()
158 bool* converted_; member in testing::internal::ConstCastable
171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()
173 *converted_ = true; in operator Base()
182 bool* converted_; member in testing::internal::ConstAndNonConstCastable
/external/gmock/test/
Dgmock-actions_test.cc521 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType()
522 bool* converted() const { return converted_; } in converted()
525 bool* const converted_; member in __anon09f6e02e0111::FromType
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc521 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType()
522 bool* converted() const { return converted_; } in converted()
525 bool* const converted_; member in __anone2b888e50111::FromType