Searched refs:real_ (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/interrupter/ |
D | interrupter.h | 22 if (real_##sym == NULL) \ 30 ret (*real_##sym)(type1) = NULL; \ 33 return real_##sym(arg1); \ 37 ret (*real_##sym)(type1, type2) = NULL; \ 40 return real_##sym(arg1, arg2); \ 44 ret (*real_##sym)(type1, type2, type3) = NULL; \ 47 return real_##sym(arg1, arg2, arg3); \ 51 ret (*real_##sym)(type1, type2, type3, type4) = NULL; \ 54 return real_##sym(arg1, arg2, arg3, arg4); \ 58 ret (*real_##sym)(type1, type2, type3, type4, type5) = NULL; \ [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2727 value_.real_ = 0.0; in Value() 2766 value_.real_ = value; in Value() 2923 return value_.real_ < other.value_.real_; in operator <() 2979 return value_.real_ == other.value_.real_; in operator ==() 3047 return valueToString(value_.real_); in asString() 3072 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt() 3074 return Int(value_.real_); in asInt() 3094 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt() 3096 return UInt(value_.real_); in asUInt() 3117 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64() [all …]
|
D | json.h | 974 double real_; member
|