Home
last modified time | relevance | path

Searched refs:debug_strings (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc554 std::vector<std::pair<std::string, std::string>>* debug_strings) { in ExtractDebugString() argument
559 ExtractDebugString(file->dependency(i), visited, debug_strings); in ExtractDebugString()
561 debug_strings->push_back(std::make_pair(file->name(), file->DebugString())); in ExtractDebugString()
580 std::vector<std::pair<std::string, std::string>> debug_strings; in TEST_F() local
582 &visited, &debug_strings); in TEST_F()
585 &visited, &debug_strings); in TEST_F()
587 &visited, &debug_strings); in TEST_F()
588 ASSERT_GE(debug_strings.size(), 3); in TEST_F()
591 for (int i = 0; i < debug_strings.size(); ++i) { in TEST_F()
592 const std::string& name = debug_strings[i].first; in TEST_F()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers.c40 static const char * const debug_strings[] = { variable
755 str = debug_strings[idx]; in wpas_dbus_getter_debug_level()
819 for (i = 0; debug_strings[i]; i++) in wpas_dbus_setter_debug_level()
820 if (os_strcmp(debug_strings[i], str) == 0) { in wpas_dbus_setter_debug_level()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers.c41 static const char * const debug_strings[] = { variable
892 str = debug_strings[idx]; in wpas_dbus_getter_debug_level()
956 for (i = 0; debug_strings[i]; i++) in wpas_dbus_setter_debug_level()
957 if (os_strcmp(debug_strings[i], str) == 0) { in wpas_dbus_setter_debug_level()