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

  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 48 { X<int> const_ref(); };
52 0 << a.const_ref(); // expected-error{{invalid operands to binary expression ('int' and 'X<int>')}}
  /external/chromium/base/
bind_helpers.h 209 const T& Unwrap(ConstRefWrapper<T> const_ref) {
210 return const_ref.get();
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 1250 const int& const_ref = ByRef(n); local
1263 const int& const_ref = ByRef(n); local
    [all...]

Completed in 94 milliseconds