OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteString
(Results
26 - 35
of
35
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java
675
private com.google.protobuf.
ByteString
data_ = com.google.protobuf.
ByteString
.EMPTY;
677
public com.google.protobuf.
ByteString
getData() { return data_; }
926
com.google.protobuf.
ByteString
data)
[
all
...]
Context.java
25
import com.google.protobuf.
ByteString
;
220
.setData(
ByteString
.copyFrom(decoded)).build();
/external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java
452
ByteString
rawBytes = null; // If we encounter "message" before "typeId"
627
// define mergeFrom(com.google.protobuf.
ByteString
), but with unrelated
638
public BuilderType mergeFrom(final
ByteString
data)
645
final
ByteString
data,
FieldSet.java
306
case BYTE_STRING: isValid = value instanceof
ByteString
; break;
546
case BYTES : output.writeBytesNoTag ((
ByteString
) value); break;
669
case BYTES : return CodedOutputStream.computeBytesSizeNoTag ((
ByteString
)value);
Descriptors.java
869
BYTE_STRING(
ByteString
.EMPTY),
[
all
...]
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
Context.java
25
import com.google.protobuf.
ByteString
;
220
.setData(
ByteString
.copyFrom(decoded)).build();
/external/protobuf/
Makefile.am
74
java/src/main/java/com/google/protobuf/
ByteString
.java \
Android.mk
41
java/src/main/java/com/google/protobuf/
ByteString
.java \
/external/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java
252
/** Helper to convert a String to
ByteString
. */
253
static
ByteString
toBytes(String str) {
255
return
ByteString
.copyFrom(str.getBytes("UTF-8"));
[
all
...]
DescriptorsTest.java
280
ByteString
.copyFrom(
Completed in 277 milliseconds
1
2