Home | History | Annotate | Download | only in src

Lines Matching refs:strKey

1021             DMString strKey = oMap.get_key(it);
1025 printf("%s=%s\n", strKey.c_str(), strData.c_str());
1027 Error("can't get value of node %s", strKey.c_str() );
1044 DMString strKey = GetParam();
1047 if (strKey == "" || strData == "") {
1051 oMap.put(strKey, oData);