OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:string_result
(Results
1 - 1
of
1
) sorted by null
/art/runtime/interpreter/
unstarted_runtime_test.cc
272
mirror::String*
string_result
= reinterpret_cast<mirror::String*>(result.GetL());
local
273
EXPECT_EQ(string_arg->GetLength(),
string_result
->GetLength());
274
EXPECT_EQ(memcmp(string_arg->GetValue(),
string_result
->GetValue(),
Completed in 1044 milliseconds