Home
last modified time | relevance | path

Searched refs:TryInsert (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc63 TryInsert("test.pb.h", "includes", context); in Generate()
64 TryInsert("test.pb.h", "namespace_scope", context); in Generate()
65 TryInsert("test.pb.h", "global_scope", context); in Generate()
66 TryInsert("test.pb.h", "class_scope:foo.Bar", context); in Generate()
67 TryInsert("test.pb.h", "class_scope:foo.Bar.Baz", context); in Generate()
69 TryInsert("test.pb.cc", "includes", context); in Generate()
70 TryInsert("test.pb.cc", "namespace_scope", context); in Generate()
71 TryInsert("test.pb.cc", "global_scope", context); in Generate()
74 TryInsert("test.pb.h", "field_get:foo.Bar.optInt", context); in Generate()
75 TryInsert("test.pb.h", "field_set:foo.Bar.optInt", context); in Generate()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc64 TryInsert(filename, "outer_class_scope", context); in Generate()
65 TryInsert(filename, "class_scope:foo.Bar", context); in Generate()
66 TryInsert(filename, "class_scope:foo.Bar.Baz", context); in Generate()
67 TryInsert(filename, "builder_scope:foo.Bar", context); in Generate()
68 TryInsert(filename, "builder_scope:foo.Bar.Baz", context); in Generate()
69 TryInsert(filename, "enum_scope:foo.Qux", context); in Generate()
73 void TryInsert(const std::string& filename, in TryInsert() function in google::protobuf::compiler::java::__anone88399a80111::TestGenerator
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc64 TryInsert("test_pb2.py", "imports", context); in Generate()
65 TryInsert("test_pb2.py", "module_scope", context); in Generate()
66 TryInsert("test_pb2.py", "class_scope:foo.Bar", context); in Generate()
67 TryInsert("test_pb2.py", "class_scope:foo.Bar.Baz", context); in Generate()
71 void TryInsert(const std::string& filename, in TryInsert() function in google::protobuf::compiler::python::__anon6004c0280111::TestGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DiscriminateMemOps.cpp140 const std::pair<DenseSet<unsigned>::iterator, bool> TryInsert = in runOnMachineFunction() local
142 if (!TryInsert.second || !HasDebug) { in runOnMachineFunction()