OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Equivalent
(Results
1 - 7
of
7
) sorted by null
/external/openfst/src/script/
equivalent.cc
19
#include <fst/script/
equivalent
.h>
24
bool
Equivalent
(const FstClass &fst1, const FstClass &fst2,
26
if (!ArcTypesMatch(fst1, fst2, "
Equivalent
")) return false;
31
Apply<Operation<EquivalentArgs> >("
Equivalent
", fst1.ArcType(),
37
REGISTER_FST_OPERATION(
Equivalent
, StdArc, EquivalentArgs);
38
REGISTER_FST_OPERATION(
Equivalent
, LogArc, EquivalentArgs);
39
REGISTER_FST_OPERATION(
Equivalent
, Log64Arc, EquivalentArgs);
/external/openfst/src/include/fst/script/
equivalent.h
22
#include <fst/
equivalent
.h>
32
void
Equivalent
(EquivalentArgs *args) {
36
args->retval =
Equivalent
(fst1, fst2, args->args.arg3);
39
bool
Equivalent
(const FstClass &fst1, const FstClass &fst2,
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h
30
bool
Equivalent
(const HeapProfileStats& other) const {
/external/openfst/src/include/fst/
equivalent.h
0
//
equivalent
.h
109
// <code>fst1</code> and <code>fst2</code> are
equivalent
. The input
112
// considered
equivalent
if they accept exactly the same set of
130
bool
Equivalent
(const Fst<Arc> &fst1,
139
FSTERROR() << "
Equivalent
: input/output symbol tables of 1st argument "
147
FSTERROR() << "
Equivalent
: first argument not an"
153
FSTERROR() << "
Equivalent
: second argument not an"
170
return
Equivalent
(efst1, efst2);
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h
68
bool
Equivalent
(const Stats& x) const {
/external/clang/lib/AST/
ASTImporter.cpp
198
/// declaration in the second context that we believe to be
equivalent
.
205
/// \brief Declaration (from, to) pairs that are known not to be
equivalent
228
///
equivalent
.
231
/// \brief Determine whether the two types are structurally
equivalent
.
274
/// \brief Determine whether two identifiers are
equivalent
.
283
/// \brief Determine whether two nested-name-specifiers are
equivalent
.
291
/// \brief Determine whether two template arguments are
equivalent
.
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
Completed in 208 milliseconds