OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_constructor_explicit
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/language.support/support.rtti/type.info/
type_info.pass.cpp
17
bool
test_constructor_explicit
(std::type_info const&) { return false; }
function
18
bool
test_constructor_explicit
(std::string const&) { return true; }
function
38
assert(
test_constructor_explicit
("abc"));
/external/python/oauth2client/tests/contrib/
test_dictionary_storage.py
51
def
test_constructor_explicit
(self):
member in class:DictionaryStorageTests
/external/libcxx/test/std/utilities/any/any.class/any.cons/
in_place_type.pass.cpp
180
void
test_constructor_explicit
() {
function
201
test_constructor_explicit
();
Completed in 152 milliseconds