HomeSort by relevance Sort by last modified time
    Searched defs:c_ (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 169 void SetCMethod(string c) { c_ = c; }
172 static void SetCFunction(string c) { current_instance_->c_ = c; }
184 c_.clear();
189 string c_; member in class:google::protobuf::__anon10331::ClosureTest
228 EXPECT_NE("test", c_);
230 EXPECT_EQ("test", c_);
236 EXPECT_NE("test", c_);
238 EXPECT_EQ("test", c_);
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 284 const __m128 c_ = _mm_mul_ps(wkr_, xi_); local
287 const __m128 yi_ = _mm_add_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121,
375 const __m128 c_ = _mm_mul_ps(wkr_, xi_); local
378 const __m128 yi_ = _mm_sub_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121,
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 696 Unprintable() : c_('a') {}
700 char c_; member in class:testing::gmock_matchers_test::Unprintable
    [all...]

Completed in 181 milliseconds