OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testproto
(Results
1 - 9
of
9
) 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/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/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 144 milliseconds