Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dmeta_utils.hpp38 struct is_different struct
40 static const bool value = !is_same<T, U>::value;
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1265 bool is_different = false; in CompareUnknownFields() local