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

  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 103 map<jmethodID, string>::iterator method_it = local
105 if (method_it == cls_info.method_names.end()) {
109 char const * method_name = ((string)method_it->second).c_str();
110 method_it = cls_info.method_signatures.find(method);
111 if (method_it == cls_info.method_signatures.end()) {
115 char const * method_signature = ((string)method_it->second).c_str();
  /external/chromium_org/net/tools/quic/
spdy_utils.cc 184 BlockIt method_it = header_block.find(kV3Method); local
187 method_it == end_it) {
195 request_headers->SetRequestMethod(method_it->second);

Completed in 1360 milliseconds