HomeSort by relevance Sort by last modified time
    Searched full:proto2 (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/clang/test/SemaObjCXX/
overload-1.mm 5 @protocol Proto2 @end
9 void f(id<Proto1, Proto2> *) { } // expected-error {{conflicting types for 'f'}}
13 void f(Class<Proto1, Proto2> *) { } // expected-error {{conflicting types for 'f'}}
19 void f(I<Proto1, Proto2> *) { } // expected-error {{conflicting types for 'f'}}
25 void f1(I1<Proto1, Proto2> *) { }
  /external/v8/test/mjsunit/
enumeration-order.js 68 var proto2 = {};
69 proto2[140000] = 0;
70 proto2.a = 0;
71 proto2[2] = 0;
72 proto2[3] = 0; // also on the 'proto1' object
73 proto2.b = 0;
74 proto2[4294967295] = 0;
75 proto2.c = 0;
76 proto2[4294967296] = 0;
95 proto1.__proto__ = proto2;
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
test.proto 7 syntax = "proto2";
bookmark_specifics.proto 10 syntax = "proto2";
preference_specifics.proto 10 syntax = "proto2";
app_specifics.proto 10 syntax = "proto2";
typed_url_specifics.proto 10 syntax = "proto2";
encryption.proto 10 syntax = "proto2";
extension_specifics.proto 10 syntax = "proto2";
  /external/chromium/chrome/browser/userfeedback/proto/
math.proto 6 syntax = "proto2";
annotations.proto 7 syntax = "proto2";
chrome.proto 4 syntax = "proto2";
common.proto 7 syntax = "proto2";
  /external/webrtc/src/modules/audio_processing/
debug.proto 1 syntax = "proto2";
  /external/clang/test/Rewriter/
rewrite-protocol-qualified.mm 20 @protocol Proto1, Proto2;
25 unsigned char func(id<Proto1, Proto2> inProxy);
instancetype-test.mm 23 @protocol Proto2
58 [[Subclass1<Proto2> alloc] methodInProto2];
63 Subclass1<Proto2> *sc1proto2 = 0;
  /external/clang/test/SemaObjC/
protocol-attribute.m 12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}}
29 @interface MyClass1 (Category) <MyProto1, Proto2> // expected-warning {{'MyProto1' is deprecated}}
instancetype.m 22 @protocol Proto2
57 typedef Subclass1<Proto2> SC1Proto2;
64 Subclass1<Proto2> *sc1proto2 = 0;
125 @interface Subclass3 <Proto1, Proto2>
137 @protocol Proto3 <Proto1, Proto2>
  /external/protobuf/src/google/protobuf/compiler/
main.cc 46 // Proto2 C++
51 // Proto2 Java
57 // Proto2 Python
62 // Proto2 JavaMicro
67 // Proto2 JavaNano
command_line_interface_unittest.cc 405 "syntax = \"proto2\";\n"
419 "syntax = \"proto2\";\n"
433 "syntax = \"proto2\";\n"
448 "syntax = \"proto2\";\n"
451 "syntax = \"proto2\";\n"
466 "syntax = \"proto2\";\n"
483 "syntax = \"proto2\";\n"
499 "syntax = \"proto2\";\n"
524 "syntax = \"proto2\";\n");
537 "syntax = \"proto2\";\n")
    [all...]
  /external/protobuf/src/google/protobuf/
unittest_import.proto 38 // We don't put this in a package within proto2 because we need to make sure
39 // that the generated code doesn't depend on being in the proto2 namespace.
49 // Do not set a java_outer_classname here to verify that Proto2 works without
  /external/chromium/chrome/browser/policy/proto/
device_management_local.proto 5 syntax = "proto2";
old_generic_format.proto 5 syntax = "proto2";
  /external/webrtc/src/modules/audio_processing/test/
unittest.proto 1 syntax = "proto2";
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 591 milliseconds

1 2 3 4