Searched refs:method_str (Results 1 – 6 of 6) sorted by relevance
1367 std::string_view method_str; in ProcessLine() local1392 method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessLine()1400 if (method_str.empty()) { in ProcessLine()1441 if (method_str == kClassAllMethods) { in ProcessLine()1469 Split(method_str, kProfileParsingInlineChacheSep, &method_elems); in ProcessLine()1613 std::string_view method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessBootLine() local1621 const uint32_t method_index = FindMethodIndex(class_ref, method_str); in ProcessBootLine()
448 std::string method_str(reinterpret_cast<const char*>(entry.data.u8)); in SetExifTags()449 if (!utils->SetGpsProcessingMethod(method_str)) { in SetExifTags()
1019 std::string method_str(reinterpret_cast<const char*>(entry.data.u8)); in setFromMetadata()1020 if (!setGpsProcessingMethod(method_str)) { in setFromMetadata()
980 std::string method_str(reinterpret_cast<const char*>(entry.data.u8)); in SetFromMetadata()981 if (!SetGpsProcessingMethod(method_str)) { in SetFromMetadata()
968 std::string method_str(reinterpret_cast<const char*>(entry.data.u8)); in setFromMetadata()969 if (!setGpsProcessingMethod(method_str)) { in setFromMetadata()
1178 const char* method_str = (protocol == IPPROTO_TCP) ? "write()" : "sendto()"; in handleQuery() local1179 LOG(ERROR) << method_str << " failed for " << host_str; in handleQuery()