Home
last modified time | relevance | path

Searched defs:has2 (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/type_traits/test/
Dis_copy_constructible_test.cpp29 struct has2 { struct
31 explicit has2(const int& val) : i(val) {} in has2() function
Dis_copy_assignable_test.cpp30 struct has2 { struct
32 has2 &operator=(const int& val) { i = val; return *this; } in operator =() argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_color_spec.cpp268 bool has2 = fForwardMatrix2.NotEmpty (); in FindXYZtoCamera() local
314 bool has2 = fReductionMatrix2.NotEmpty (); in FindXYZtoCamera() local
/third_party/cef/tests/ceftests/
Dcommand_line_unittest.cc37 bool has1 = false, has2 = false, has3 = false, has4 = false; in VerifyCommandLine() local