HomeSort by relevance Sort by last modified time
    Searched refs:KeyValuePair (Results 1 - 7 of 7) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_map.i 85 foreach (System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> pair in this) {
92 public void Add(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> item) {
96 public bool Remove(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> item) {
104 public bool Contains(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> item) {
112 public void CopyTo(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>[] array) {
116 public void CopyTo(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>[] array, int arrayIndex) {
129 array.SetValue(new System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>(currentKey, this[currentKey]), arrayIndex+i);
133 System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>>.GetEnumerator() {
151 System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 237 struct KeyValuePair {
279 KeyValuePair *getKeyValues() {
280 return reinterpret_cast<KeyValuePair *>(this + 1);
283 const KeyValuePair *getKeyValues() const {
284 return reinterpret_cast<const KeyValuePair *>(this + 1);
318 const KeyValuePair &KV = getKeyValues()[Index];
342 // Note: we're taking advantage of the layout of the KeyValuePair struct
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/vogar/lib/
caliper.jar 
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 948 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues();
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 220 milliseconds