Home
last modified time | relevance | path

Searched defs:RemoveConst (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmap_util.h49 template <class T> struct RemoveConst { typedef T type; }; argument
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dmap_util.h49 template <class T> struct RemoveConst { typedef T type; }; struct