true_type          25 base/template_util.h typedef integral_constant<bool, true> true_type;
true_type          52 third_party/cld/base/template_util.h typedef integral_constant<bool, true>  true_type;
true_type          24 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h typedef integral_constant<bool, true> true_type;
true_type          89 third_party/protobuf/src/google/protobuf/stubs/template_util.h typedef integral_constant<bool, true>  true_type;
true_type          64 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   typedef if_<true, true_type, false_type>::type if_true;
true_type          67 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   typedef if_<false, true_type, false_type>::type if_false;