Searched refs:value_b (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/binder/tests/
H A DbinderValueTypeTest.cpp101 Value value_a, value_b; local
105 ASSERT_TRUE(value_b.empty());
106 value_a.swap(value_b);
107 ASSERT_FALSE(value_b.empty());
109 ASSERT_TRUE(value_b.getInt(&int_x));
/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp98 Value* value_b = config_value_b->value.get(); local
99 if (!value_a->Equals(value_b)) {
105 value_b->Print(&str_stream);

Completed in 53 milliseconds