HomeSort by relevance Sort by last modified time
    Searched refs:getDefaultInstanceForType (Results 1 - 9 of 9) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 76 MessageLite getDefaultInstanceForType();
235 * See {@link MessageLite#getDefaultInstanceForType()}.
237 MessageLite getDefaultInstanceForType();
Message.java 62 Message getDefaultInstanceForType();
202 Message getDefaultInstanceForType();
GeneratedMessageLite.java 66 public abstract MessageType getDefaultInstanceForType();
102 getDefaultInstanceForType()) {
313 getDefaultInstanceForType(), fieldNumber);
DynamicMessage.java 146 public DynamicMessage getDefaultInstanceForType() {
341 public DynamicMessage getDefaultInstanceForType() {
UnknownFieldSet.java 79 public UnknownFieldSet getDefaultInstanceForType() {
355 public UnknownFieldSet getDefaultInstanceForType() {
AbstractMessage.java 222 if (existingValue == existingValue.getDefaultInstanceForType()) {
  /external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 70 public AbstractMessageWrapper getDefaultInstanceForType() {
72 wrappedMessage.getDefaultInstanceForType());
122 public AbstractMessageWrapper getDefaultInstanceForType() {
124 wrappedBuilder.getDefaultInstanceForType());
GeneratedMessageTest.java 66 TestAllTypes.getDefaultInstance().getDefaultInstanceForType());
68 TestAllTypes.newBuilder().getDefaultInstanceForType());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 25 public GLMessage getDefaultInstanceForType() {
    [all...]

Completed in 101 milliseconds