Home
last modified time | relevance | path

Searched refs:if_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtemplate_util.h98 struct if_{ struct
103 struct if_<false, A, B> { argument
Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true; in TEST()
67 typedef if_<false, true_type, false_type>::type if_false; in TEST()