Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/js/tests/
Djs_to_cpp_tests.cc41 const int8_t kExpectedInt8Value = -65; variable
96 args->si8 = kExpectedInt8Value; in BuildSampleEchoArgs()
120 EXPECT_EQ(kExpectedInt8Value, arg->si8); in CheckSampleEchoArgs()