remove_volatile 146 third_party/cld/base/type_traits.h template<typename T> struct remove_volatile { typedef T type; }; remove_volatile 275 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<typename T> struct remove_volatile { typedef T type; };