TryInsert          61 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.h", "includes", context);
TryInsert          62 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.h", "namespace_scope", context);
TryInsert          63 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.h", "global_scope", context);
TryInsert          64 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.h", "class_scope:foo.Bar", context);
TryInsert          65 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.h", "class_scope:foo.Bar.Baz", context);
TryInsert          67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.cc", "includes", context);
TryInsert          68 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.cc", "namespace_scope", context);
TryInsert          69 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc     TryInsert("test.pb.cc", "global_scope", context);
TryInsert          62 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc     TryInsert(filename, "outer_class_scope", context);
TryInsert          63 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc     TryInsert(filename, "class_scope:foo.Bar", context);
TryInsert          64 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc     TryInsert(filename, "class_scope:foo.Bar.Baz", context);
TryInsert          65 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc     TryInsert(filename, "builder_scope:foo.Bar", context);
TryInsert          66 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc     TryInsert(filename, "builder_scope:foo.Bar.Baz", context);
TryInsert          67 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc     TryInsert(filename, "enum_scope:foo.Qux", context);
TryInsert          61 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc     TryInsert("test_pb2.py", "imports", context);
TryInsert          62 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc     TryInsert("test_pb2.py", "module_scope", context);
TryInsert          63 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc     TryInsert("test_pb2.py", "class_scope:foo.Bar", context);
TryInsert          64 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc     TryInsert("test_pb2.py", "class_scope:foo.Bar.Baz", context);