OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readTag
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java
42
* protocol message constructs and field types (e.g. {@link #
readTag
()} and
80
public int
readTag
() throws IOException {
96
* Verifies that the last call to
readTag
() returned the given tag value.
149
final int tag =
readTag
();
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java
40
* protocol message constructs and field types (e.g. {@link #
readTag
()} and
78
public int
readTag
() throws IOException {
93
* Verifies that the last call to
readTag
() returned the given tag value.
146
final int tag =
readTag
();
/external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp
1021
SerializationTag
readTag
()
1059
SerializationTag tag =
readTag
();
[
all
...]
/external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp
751
if (!
readTag
(&tag))
844
bool
readTag
(SerializationTag* tag)
[
all
...]
Completed in 240 milliseconds