OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcd
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-examples.cpp
9
// CHECK: const double &
rcd
=
11
const double &
rcd
= d;
local
p5-0x.cpp
95
const double&
rcd
= d;
member in namespace:std_example_1
/external/clang/test/SemaCXX/
references.cpp
37
const double&
rcd
= d; //
rcd
refers to d
local
/external/chromium/chrome/common/extensions/
extension.cc
562
// current best
RCD
.
572
// If the host has an
RCD
, split it off so we can detect duplicates.
573
std::string
rcd
;
local
577
if (include_rcd) // else leave
rcd
empty
578
rcd
= host.substr(host.size() - reg_len);
588
// If this host was found, replace the
RCD
if this one is better.
590
if (include_rcd && RcdBetterThan(
rcd
, it->second))
591
it->second =
rcd
;
593
hosts_best_rcd.push_back(std::make_pair(host,
rcd
));
[
all
...]
Completed in 913 milliseconds