remove_reference 154 third_party/cld/base/type_traits.h template<typename T> struct remove_reference { typedef T type; }; remove_reference 283 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<typename T> struct remove_reference { typedef T type; };