Home
last modified time | relevance | path

Searched refs:typeDelta (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp2912 int typeDelta = type_ - other.type_; in operator <() local
2913 if (typeDelta) in operator <()
2914 return typeDelta < 0 ? true : false; in operator <()