Searched defs:PairType (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h92 typedef typename M::value_type PairType; typedef in class:fst::MapIterator
93 typedef typename PairType::second_type ValueType;
/external/llvm/lib/TableGen/
H A DRecord.cpp1567 typedef std::pair<Init*, std::string> PairType; typedef
1572 for (std::vector<PairType>::const_iterator i = args.begin(),
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h2223 template <typename PairType>
2224 class KeyMatcherImpl : public MatcherInterface<PairType> {
2226 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2236 virtual bool MatchAndExplain(PairType key_value,
2272 template <typename PairType>
2273 operator Matcher<PairType>() const {
2274 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
2285 template <typename PairType>
2286 class PairMatcherImpl : public MatcherInterface<PairType> {
2288 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairTyp
[all...]
/external/ceres-solver/internal/ceres/gmock/
H A Dgmock.h6835 template <typename PairType>
6836 class KeyMatcherImpl : public MatcherInterface<PairType> {
6838 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
6848 virtual bool MatchAndExplain(PairType key_value,
6884 template <typename PairType>
6885 operator Matcher<PairType>() const {
6886 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
6897 template <typename PairType>
6898 class PairMatcherImpl : public MatcherInterface<PairType> {
6900 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairTyp
[all...]

Completed in 340 milliseconds