Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_test.cc585 bool IsConstHelper(T& /*t*/) { // NOLINT. We want to catch non-const refs here. in IsConstHelper() function
589 bool IsConstHelper(const T& /*t*/) { in IsConstHelper() function