Searched defs:PairType (Results 1 - 3 of 3) 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...]

Completed in 186 milliseconds