HomeSort by relevance Sort by last modified time
    Searched defs:kint64max (Results 1 - 3 of 3) sorted by null

  /system/extras/perfprofd/quipper/base/
basictypes.h 56 const int64 kint64max = 0x7FFFFFFFFFFFFFFFLL; variable
  /external/jsoncpp/src/test_lib_json/
main.cpp 15 #define kint64max Json::Value::maxInt64 macro
19 static const double kdint64max = double(kint64max);
20 static const float kfint64max = float(kint64max);
740 val = Json::Value(double(kint64max));
753 JSONTEST_ASSERT_EQUAL(double(kint64max), val.asDouble());
754 JSONTEST_ASSERT_EQUAL(float(kint64max), val.asFloat());
898 val = Json::Value(Json::Int64(kint64max));
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 199 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF); member in namespace:google::protobuf
200 static const int64 kint64min = -kint64max - 1;
    [all...]

Completed in 1175 milliseconds