HomeSort by: relevance | last modified time | path
    Searched refs:KeyType (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
package.d 549 If the container has a notion of key-value mapping, `KeyType`
552 alias KeyType = T;
559 A container may define both `KeyType` and `KeyTypes`, e.g. in
568 defines `KeyType` to be `K` and `ValueType` to be `V`.
776 ref T opIndex(KeyType) //ref return optional
781 void opIndexAssign(KeyType i, T value) //Only when front does not return by ref
786 T opIndexUnary(string op)(KeyType i) //Only when front does not return by ref
791 void opIndexOpAssign(string op)(KeyType i, T value) //Only when front does not return by ref
796 T moveAt(KeyType i)
804 bool opBinaryRight(string op)(KeyType k) if (op == "in"
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
IntervalMap.h 965 using KeyType = KeyT;
2065 using KeyType = typename MapA::KeyType;
2122 KeyType start() const {
2123 KeyType ak = a().start();
2124 KeyType bk = b().start();
2129 KeyType stop() const {
2130 KeyType ak = a().stop();
2131 KeyType bk = b().stop();
2159 void advanceTo(KeyType x)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 841 template <typename Map, typename KeyType>
842 void touchAndErase(Map &, const KeyType &);
2019 template <typename Map, typename KeyType>
2020 void NewGVN::touchAndErase(Map &M, const KeyType &Key) {
  /src/external/bsd/unbound/dist/validator/
val_secalgo.c 1041 static SECKEYPublicKey* nss_key_create(KeyType ktype)
1056 key->keyType = ktype;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2539 typedef typename RawPairType::first_type KeyType;
2544 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {
2574 const Matcher<const KeyType&> inner_matcher_;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 1733 alias K2 = KeyType!T;
4360 alias KeyType = typeof(Target.init.keys[0]);
4383 auto key = parseElement!(KeyType, Source, Yes.doCount)(s);
traits.d 128 * $(LREF KeyType)
860 fqnType!(ValueType!T, qualifiers) ~ '[' ~ fqnType!(KeyType!T, noQualifiers) ~ ']'
8015 alias KeyType(V : V[K], K) = K;
8021 static assert(is(KeyType!Hash == string));
8023 KeyType!Hash str = "a"; // str is declared as string
8036 static assert(is(KeyType!Hash == string));
8038 KeyType!Hash str = "a"; // str is declared as string
array.d 584 alias KeyType = E.Types[0];
588 ValueType[KeyType] aa;

Completed in 41 milliseconds