OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:must_be_true
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
libstdcxx_is_pod_hack.cpp
32
template<bool B> struct
must_be_true
{};
struct
33
template<> struct
must_be_true
<false>;
37
must_be_true
<__is_pod(int)> mbt;
/external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py
170
def assure(self,
must_be_true
, assertion_name):
173
@param
must_be_true
boolean parameter that must be true.
177
if not
must_be_true
:
Completed in 106 milliseconds