OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Uint64Value
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
ieee754.h
30
uint64_t
Uint64Value
() const { return u_; }
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp
187
EXPECT_EQ(e.
Uint64Value
(), a.
Uint64Value
()); \
188
if (e.
Uint64Value
() != a.
Uint64Value
()) \
328
EXPECT_EQ(d.
Uint64Value
(), a.
Uint64Value
());
329
if (d.
Uint64Value
() != a.
Uint64Value
())
355
EXPECT_EQ(d.
Uint64Value
(), a.
Uint64Value
());
[
all
...]
Completed in 1937 milliseconds