remove_const 144 third_party/cld/base/type_traits.h template<typename T> struct remove_const { typedef T type; }; remove_const 273 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<typename T> struct remove_const { typedef T type; };