Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/js/tests/
Djs_to_cpp_tests.cc51 const uint64_t kExpectedUInt64Value = 77263311946305LL; variable
97 args->ui64 = kExpectedUInt64Value; in BuildSampleEchoArgs()
121 EXPECT_EQ(kExpectedUInt64Value, arg->ui64); in CheckSampleEchoArgs()