OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Equivalent
(Results
1 - 3
of
3
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h
0
//
equivalent
.h
93
// <code>fst1</code> and <code>fst2</code> are
equivalent
. The input
96
// considered
equivalent
if they accept exactly the same set of
113
bool
Equivalent
(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
118
LOG(FATAL) << "
Equivalent
: first argument not an"
122
LOG(FATAL) << "
Equivalent
: second argument not an"
137
return
Equivalent
(efst1, efst2);
/external/chromium/base/
tracked_objects.cc
247
if (0 == i || !comparator.
Equivalent
(match_array[i - 1],
257
!comparator.
Equivalent
(match_array[i],
818
bool Comparator::
Equivalent
(const Snapshot& left,
866
return tiebreaker_->
Equivalent
(left, right);
[
all
...]
/external/clang/lib/AST/
ASTImporter.cpp
164
/// declaration in the second context that we believe to be
equivalent
.
171
/// \brief Declaration (from, to) pairs that are known not to be
equivalent
186
///
equivalent
.
189
/// \brief Determine whether the two types are structurally
equivalent
.
263
/// \brief Determine whether two identifiers are
equivalent
.
272
/// \brief Determine whether two nested-name-specifiers are
equivalent
.
280
/// \brief Determine whether two template arguments are
equivalent
.
[
all
...]
Completed in 185 milliseconds