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

  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 53 { X<int> const_ref(); };
57 0 << a.const_ref(); // expected-error{{invalid operands to binary expression ('int' and 'X<int>')}}
  /external/libchrome/base/
bind_helpers.h 474 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) {
475 return const_ref.get();
  /external/libweave/third_party/chromium/base/
bind_helpers.h 413 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) {
414 return const_ref.get();
  /external/gmock/test/
gmock-actions_test.cc 1201 const int& const_ref = ByRef(n); local
1214 const int& const_ref = ByRef(n); local
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 1253 const int& const_ref = ByRef(n); local
1266 const int& const_ref = ByRef(n); local
    [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp     [all...]

Completed in 131 milliseconds