Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon_unittest.cc175 void SetABMethod(int a, const char* b) { a_ = a; b_ = b; } in SetABMethod()
178 current_instance_->b_ = b; in SetABFunction()
184 b_ = NULL; in SetUp()
194 const char* b_; member in google::protobuf::__anon607913b00111::ClosureTest
252 EXPECT_NE(cstr, b_); in TEST_F()
255 EXPECT_EQ(cstr, b_); in TEST_F()
263 EXPECT_NE(cstr, b_); in TEST_F()
266 EXPECT_EQ(cstr, b_); in TEST_F()
321 EXPECT_NE(cstr, b_); in TEST_F()
324 EXPECT_EQ(cstr, b_); in TEST_F()
[all …]
/frameworks/av/media/codec2/core/include/
DC2.h459 return ({ wide_type a_(a), b_(b); a_ > b_ ? a_ : b_; });
476 return ({ wide_type a_(a), b_(c2_max(b, c...)); a_ > b_ ? a_ : b_; });
486 wide_type a_(a), b_(b);
487 static_cast<typename c2_types<T, U>::min_type>(a_ < b_ ? a_ : b_);
507 wide_type a_(a), b_(c2_min(b, c...));
508 static_cast<typename c2_types<T, rest_type>::min_type>(a_ < b_ ? a_ : b_);
519 wide_type a_(a), b_(b), c_(c);
520 static_cast<typename c2_types<T, V>::wide_type>(b_ < a_ ? a_ : b_ > c_ ? c_ : b_);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc952 b_ = oneof_message_->field(1); in SetUp()
966 const FieldDescriptor* b_; member in google::protobuf::descriptor_unittest::OneofDescriptorTest
978 EXPECT_EQ(b_, oneof_->field(0)); in TEST_F()
981 EXPECT_EQ(oneof_, b_->containing_oneof()); in TEST_F()
1561 b_ = qux_->value(0); in SetUp()
1593 const EnumValueDescriptor* b_; member in google::protobuf::descriptor_unittest::NestedDescriptorTest
1688 EXPECT_EQ(b_ , message_ ->FindEnumValueByName("B")); in TEST_F()