OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDescriptorForType
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
TestBadIdentifiers.java
56
.getDefaultInstance().
getDescriptorForType
();
61
.
getDescriptorForType
();
MessageTest.java
324
assertTrue(result.getField(result.
getDescriptorForType
()
326
assertEquals(result.getRepeatedFieldCount(result.
getDescriptorForType
()
348
assertTrue(result.getField(result.
getDescriptorForType
()
350
assertEquals(result.getRepeatedFieldCount(result.
getDescriptorForType
()
AbstractMessageTest.java
68
public Descriptors.Descriptor
getDescriptorForType
() {
69
return wrappedMessage.
getDescriptorForType
();
120
public Descriptors.Descriptor
getDescriptorForType
() {
121
return wrappedBuilder.
getDescriptorForType
();
GeneratedMessageTest.java
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java
41
* Equivalent to {@link Service#
getDescriptorForType
}.
43
Descriptors.ServiceDescriptor
getDescriptorForType
();
ProtocolMessageEnum.java
57
EnumDescriptor
getDescriptorForType
();
Service.java
52
Descriptors.ServiceDescriptor
getDescriptorForType
();
61
* <li>{@code method.getService() ==
getDescriptorForType
()}
100
* service.
getDescriptorForType
().findMethodByName("Foo");
MessageOrBuilder.java
73
Descriptors.Descriptor
getDescriptorForType
();
95
* {@code field.getContainingType() !=
getDescriptorForType
()}.
113
* {@code field.getContainingType() !=
getDescriptorForType
()}.
123
* {@code field.getContainingType() !=
getDescriptorForType
()}.
Message.java
62
* defined by {@code
getDescriptorForType
()}) and has identical values for
113
* {@code
getDescriptorForType
() == other.
getDescriptorForType
()}).
140
* See {@link Message#
getDescriptorForType
()}.
142
Descriptors.Descriptor
getDescriptorForType
();
188
* {@code field.getContainingType() !=
getDescriptorForType
()}.
196
* {@code field.getContainingType() !=
getDescriptorForType
()}.
AbstractMessage.java
55
for (final FieldDescriptor field :
getDescriptorForType
().getFields()) {
111
getDescriptorForType
().getOptions().getMessageSetWireFormat();
144
getDescriptorForType
().getOptions().getMessageSetWireFormat();
180
if (
getDescriptorForType
() != otherMessage.
getDescriptorForType
()) {
190
hash = (19 * hash) +
getDescriptorForType
().hashCode();
292
if (other.
getDescriptorForType
() !=
getDescriptorForType
()) {
354
getDescriptorForType
(), this, null, tag)) {
789
message.
getDescriptorForType
().getFields())
[
all
...]
GeneratedMessage.java
97
public Descriptor
getDescriptorForType
() {
123
for (final FieldDescriptor field :
getDescriptorForType
().getFields()) {
308
public Descriptor
getDescriptorForType
() {
422
for (final FieldDescriptor field :
getDescriptorForType
().getFields()) {
583
getDescriptorForType
()) {
589
getDescriptorForType
().getFullName() + "\".");
662
input, unknownFields, extensionRegistry,
getDescriptorForType
(),
811
if (field.getContainingType() !=
getDescriptorForType
()) {
895
getDescriptorForType
()) {
901
getDescriptorForType
().getFullName() + "\".")
[
all
...]
DynamicMessage.java
137
return new Builder(prototype.
getDescriptorForType
()).mergeFrom(prototype);
143
public Descriptor
getDescriptorForType
() {
363
public Descriptor
getDescriptorForType
() {
/external/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java
41
* Equivalent to {@link Service#
getDescriptorForType
}.
43
Descriptors.ServiceDescriptor
getDescriptorForType
();
ProtocolMessageEnum.java
57
EnumDescriptor
getDescriptorForType
();
Service.java
52
Descriptors.ServiceDescriptor
getDescriptorForType
();
61
* <li>{@code method.getService() ==
getDescriptorForType
()}
100
* service.
getDescriptorForType
().findMethodByName("Foo");
Message.java
59
Descriptors.Descriptor
getDescriptorForType
();
80
* {@code field.getContainingType() !=
getDescriptorForType
()}.
98
* {@code field.getContainingType() !=
getDescriptorForType
()}.
108
* {@code field.getContainingType() !=
getDescriptorForType
()}.
121
* defined by {@code
getDescriptorForType
()}) and has identical values for
169
* {@code
getDescriptorForType
() == other.
getDescriptorForType
()}).
196
* See {@link Message#
getDescriptorForType
()}.
198
Descriptors.Descriptor
getDescriptorForType
();
253
* {@code field.getContainingType() !=
getDescriptorForType
()}
[
all
...]
AbstractMessage.java
53
for (final FieldDescriptor field :
getDescriptorForType
().getFields()) {
90
getDescriptorForType
().getOptions().getMessageSetWireFormat();
123
getDescriptorForType
().getOptions().getMessageSetWireFormat();
159
if (
getDescriptorForType
() != otherMessage.
getDescriptorForType
()) {
169
hash = (19 * hash) +
getDescriptorForType
().hashCode();
199
if (other.
getDescriptorForType
() !=
getDescriptorForType
()) {
284
final Descriptor type = builder.
getDescriptorForType
();
433
final Descriptor type = builder.
getDescriptorForType
();
[
all
...]
DynamicMessage.java
136
return new Builder(prototype.
getDescriptorForType
()).mergeFrom(prototype);
142
public Descriptor
getDescriptorForType
() {
337
public Descriptor
getDescriptorForType
() {
GeneratedMessage.java
67
public Descriptor
getDescriptorForType
() {
93
for (final FieldDescriptor field :
getDescriptorForType
().getFields()) {
176
public Descriptor
getDescriptorForType
() {
322
getDescriptorForType
()) {
328
getDescriptorForType
().getFullName() + "\".");
511
if (field.getContainingType() !=
getDescriptorForType
()) {
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java
67
public Descriptors.Descriptor
getDescriptorForType
() {
68
return wrappedMessage.
getDescriptorForType
();
119
public Descriptors.Descriptor
getDescriptorForType
() {
120
return wrappedBuilder.
getDescriptorForType
();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 990 milliseconds