OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_branch_
(Results
1 - 2
of
2
) sorted by null
/external/vixl/test/
test-runner.h
57
static bool trace_branch() { return
trace_branch_
; }
58
static void set_trace_branch(bool value) {
trace_branch_
= value; }
91
static bool
trace_branch_
;
member in class:vixl::Test
test-runner.cc
46
bool vixl::Test::
trace_branch_
= false;
member in class:vixl::Test
Completed in 1220 milliseconds