HomeSort by relevance Sort by last modified time
    Searched defs:TryInsert (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 67 TryInsert("test.pb.h", "includes", context);
68 TryInsert("test.pb.h", "namespace_scope", context);
69 TryInsert("test.pb.h", "global_scope", context);
70 TryInsert("test.pb.h", "class_scope:foo.Bar", context);
71 TryInsert("test.pb.h", "class_scope:foo.Bar.Baz", context);
73 TryInsert("test.pb.cc", "includes", context);
74 TryInsert("test.pb.cc", "namespace_scope", context);
75 TryInsert("test.pb.cc", "global_scope", context);
78 TryInsert("test.pb.h", "field_get:foo.Bar.optInt", context);
79 TryInsert("test.pb.h", "field_set:foo.Bar.optInt", context)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 68 TryInsert(filename, "outer_class_scope", context);
69 TryInsert(filename, "class_scope:foo.Bar", context);
70 TryInsert(filename, "class_scope:foo.Bar.Baz", context);
71 TryInsert(filename, "builder_scope:foo.Bar", context);
72 TryInsert(filename, "builder_scope:foo.Bar.Baz", context);
73 TryInsert(filename, "enum_scope:foo.Qux", context);
77 void TryInsert(const string& filename, const string& insertion_point,
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 67 TryInsert("test_pb2.py", "imports", context);
68 TryInsert("test_pb2.py", "module_scope", context);
69 TryInsert("test_pb2.py", "class_scope:foo.Bar", context);
70 TryInsert("test_pb2.py", "class_scope:foo.Bar.Baz", context);
74 void TryInsert(const string& filename, const string& insertion_point,
  /art/runtime/
class_table.cc 143 ObjPtr<mirror::Class> ClassTable::TryInsert(ObjPtr<mirror::Class> klass) {

Completed in 182 milliseconds