Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ConstReference
(Results
1 - 3
of
3
) sorted by relevance
/third_party/googletest/googlemock/include/gmock/internal/
H
A
D
gmock-internal-utils.h
337
// -
ConstReference
(raw_container) returns a const reference to an STL-style
350
static const_reference
ConstReference
(const RawContainer& container) {
in ConstReference()
function in testing::internal::StlContainerView
368
//
ConstReference
() has to return a reference to a local variable.
371
static const_reference
ConstReference
(const Element (&array)[N]) {
392
static const_reference
ConstReference
(
in ConstReference()
function in testing::internal::StlContainerView
/third_party/googletest/googlemock/test/
H
A
D
gmock-internal-utils_test.cc
591
const Chars& v2(StlContainerView<Chars>::
ConstReference
(v1));
in TEST()
610
NativeArray<int> a2 = StlContainerView<int[3]>::
ConstReference
(a1);
in TEST()
639
StlContainerView<std::tuple<const int*, int>>::
ConstReference
(
in TEST()
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-matchers.h
2438
StlContainerReference lhs_stl_container = LhsView::
ConstReference
(lhs);
in MatchAndExplain()
2534
LhsStlContainerReference lhs_stl_container = LhsView::
ConstReference
(lhs);
2643
LhsStlContainerReference lhs_stl_container = LhsView::
ConstReference
(lhs);
2711
StlContainerReference stl_container = View::
ConstReference
(container);
in MatchAndExplainImpl()
2731
StlContainerReference stl_container = View::
ConstReference
(container);
in MatchAndExplainImpl()
3426
StlContainerReference stl_container = View::
ConstReference
(container);
3642
StlContainerReference stl_container = View::
ConstReference
(container);
4771
RhsView::
ConstReference
(rhs_container);
in UnorderedPointwise()
Completed in 14 milliseconds