HomeSort by relevance Sort by last modified time
    Searched full:testproto (Results 1 - 10 of 10) sorted by null

  /external/clang/test/SemaObjC/
warn-protocol-method-deprecated.m 28 id <TestProtocol> testProto = testObj;
29 [testProto newProtocolMethod];
30 [testProto deprecatedProtocolMethod]; // expected-warning {{'deprecatedProtocolMethod' is deprecated}}
  /external/chromium_org/components/leveldb_proto/
proto_database_impl_unittest.cc 29 typedef std::map<std::string, TestProto> EntryMap;
48 void LoadCallback(bool success, scoped_ptr<std::vector<TestProto> > entries) {
51 MOCK_METHOD2(LoadCallback1, void(bool, std::vector<TestProto>*));
72 const std::vector<TestProto>& actual) {
89 new ProtoDatabaseImpl<TestProto>(main_loop_->message_loop_proxy()));
98 scoped_ptr<ProtoDatabaseImpl<TestProto> > db_;
145 std::vector<TestProto>* actual = arg1;
197 // Create a vector of TestProto from |actual| to reuse the comparison
199 std::vector<TestProto> extracted_entries;
202 TestProto entry
    [all...]
  /external/chromium_org/components/leveldb_proto/testing/proto/
test.proto 14 message TestProto {
  /external/chromium_org/dbus/
test_proto.proto 10 message TestProto {
message_unittest.cc 279 TestProto send_message;
285 TestProto receive_message;
  /external/chromium_org/v8/test/mjsunit/
try-catch-extension-object.js 40 function testProto() {
57 runTest(testProto);
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 957 TestAllTypes testproto; local
960 testproto.mutable_repeated_nested_message()));
961 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());
976 TestAllTypes testproto; local
979 testproto.mutable_repeated_string()));
980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());
unittest.proto 285 // annoying to have to fill in required fields in TestProto in order to
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1328 TestAllTypes testproto; local
1347 TestAllTypes testproto; local
    [all...]
unittest.proto 308 // annoying to have to fill in required fields in TestProto in order to

Completed in 1949 milliseconds