/external/chromium/chrome/browser/ |
oom_priority_manager.cc | 164 std::set<base::ProcessHandle> already_seen; local 167 if (already_seen.find(iterator->renderer_handle) == already_seen.end()) { 168 already_seen.insert(iterator->renderer_handle);
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_message.cc | 94 // already_seen is used to avoid checking the same type multiple times 98 hash_set<const Descriptor*>* already_seen) { 99 if (already_seen->count(type) > 0) { 110 already_seen->insert(type); 123 if (HasRequiredFields(field->message_type(), already_seen)) { 133 hash_set<const Descriptor*> already_seen; local 134 return HasRequiredFields(type, &already_seen);
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 102 // already_seen is used to avoid checking the same type multiple times 106 hash_set<const Descriptor*>* already_seen) { 107 if (already_seen->count(type) > 0) { 118 already_seen->insert(type); 131 if (HasRequiredFields(field->message_type(), already_seen)) { 141 hash_set<const Descriptor*> already_seen; local 142 return HasRequiredFields(type, &already_seen); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 253 // in order. Any files in *already_seen will not be added, and each file 254 // added will be inserted into *already_seen. If include_source_code_info is 259 set<const FileDescriptor*>* already_seen,
|
command_line_interface.cc | 1237 set<const FileDescriptor*> already_seen; local 1370 set<const FileDescriptor*> already_seen; local [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 232 // in order. Any files in *already_seen will not be added, and each file 233 // added will be inserted into *already_seen. 236 set<const FileDescriptor*>* already_seen,
|
command_line_interface.cc | 1150 set<const FileDescriptor*> already_seen; local 1282 set<const FileDescriptor*> already_seen; local [all...] |
/external/chromium_org/chrome/browser/chromeos/memory/ |
oom_priority_manager.cc | 617 std::set<base::ProcessHandle> already_seen; local 626 if (already_seen.find(iterator->renderer_handle) == already_seen.end()) { 627 already_seen.insert(iterator->renderer_handle);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 108 // already_seen is used to avoid checking the same type multiple times 112 hash_set<const Descriptor*>* already_seen) { 113 if (already_seen->count(type) > 0) { 124 already_seen->insert(type); 137 if (HasRequiredFields(field->message_type(), already_seen)) { 147 hash_set<const Descriptor*> already_seen; local 148 return HasRequiredFields(type, &already_seen); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
checker_unittest.py | 165 already_seen = [] 175 self.assertNotIn(rule, already_seen) 176 already_seen.append(rule) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.cc | 117 // already_seen is used to avoid checking the same type multiple times 121 hash_set<const Descriptor*>* already_seen) { 122 if (already_seen->count(type) > 0) { 128 already_seen->insert(type); 142 if (HasRequiredFields(field->message_type(), already_seen)) { 152 hash_set<const Descriptor*> already_seen; local 153 return HasRequiredFields(type, &already_seen); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.cc | 108 // already_seen is used to avoid checking the same type multiple times 112 hash_set<const Descriptor*>* already_seen) { 113 if (already_seen->count(type) > 0) { 119 already_seen->insert(type); 132 if (HasRequiredFields(field->message_type(), already_seen)) { 142 hash_set<const Descriptor*> already_seen; local 143 return HasRequiredFields(type, &already_seen); [all...] |