/external/clang/test/Rewriter/ |
static-type-protocol-1.m | 7 @protocol MyProto <Proto> 23 [(Foo <MyProto> *)view StillMode]; 24 [(Foo <MyProto> *)view widget]; 25 [(Foo <MyProto> *)view ProtoDidget];
|
protocol-rewrite-1.m | 9 @protocol MyProto 16 @interface Bar: Foo <MyProto> 36 if (@protocol(MyProto)) { 37 widget = [(id <MyProto>)view widget];
|
/external/chromium_org/v8/test/webkit/ |
dfg-proto-access-inline-osr-exit.js | 35 var myProto = {f:42}; 37 Thingy.prototype = myProto; 41 myProto.g = 67;
|
/external/clang/test/Index/ |
comment-objc-decls.m | 15 @protocol MyProto 33 // CHECK: <Declaration>@protocol MyProto\n@end</Declaration> 54 @interface MyClass : NSObject<MyProto> 76 // CHECK: <Declaration>@interface MyClass : NSObject <MyProto> {\n id IvarMyClass;\n}\n@end</Declaration>
|
/external/clang/test/Sema/ |
warn-documentation.m | 160 @protocol MyProto 162 @protocol MyProto @end 166 @protocol MyProto 168 @interface INTF <MyProto> @end
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
ExtensionRegistry.java | 50 * option java_class = "MyProto"; 65 * registry.add(MyProto.bar); 66 * MyProto.Foo message = MyProto.Foo.parseFrom(input, registry);
|
GeneratedMessage.java | 543 * option java_class = "MyProto"; 557 * MyProto.Foo foo = getFoo(); 558 * int i = foo.getExtension(MyProto.bar); 833 * option java_class = "MyProto"; 847 * MyProto.Foo foo = 848 * MyProto.Foo.newBuilder() 849 * .setExtension(MyProto.bar, 123) [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ExtensionRegistry.java | 50 * option java_class = "MyProto"; 65 * registry.add(MyProto.bar); 66 * MyProto.Foo message = MyProto.Foo.parseFrom(input, registry);
|
GeneratedMessage.java | 293 * option java_class = "MyProto"; 307 * MyProto.Foo foo = getFoo(); 308 * int i = foo.getExtension(MyProto.bar); 533 * option java_class = "MyProto"; 547 * MyProto.Foo foo = 548 * MyProto.Foo.newBuilder() 549 * .setExtension(MyProto.bar, 123) 738 * option java_class = "MyProto"; 749 * <p>Then, {@code MyProto.Foo.bar} has type 750 * {@code GeneratedExtension<MyProto.Foo, Integer>} [all...] |
/external/chromium_org/base/ |
stl_util.h | 161 // vector<MyProto *> tmp_proto; 162 // STLElementDeleter<vector<MyProto *> > d(&tmp_proto);
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
reflection.py | 92 myproto.foo_field = 23
|
/external/chromium/base/ |
stl_util-inl.h | 254 // vector<MyProto *> tmp_proto; 255 // STLElementDeleter<vector<MyProto *> > d(&tmp_proto);
|
/external/protobuf/ |
CHANGES.txt | 27 protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto
|
/external/chromium_org/third_party/protobuf/ |
CHANGES.txt | 167 protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
object-observe.js | [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 711 name='foo_field', full_name='MyProto.foo_field', 719 name='MyProto', full_name='MyProto', filename='ignored', [all...] |
/external/protobuf/python/google/protobuf/ |
reflection.py | 93 myproto.foo_field = 23 [all...] |