OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadTag
(Results
1 - 6
of
6
) sorted by null
/art/runtime/jdwp/
jdwp_request.cc
133
JdwpTag Request::
ReadTag
() {
/external/chromium_org/third_party/ots/src/
ots.h
137
bool
ReadTag
(uint32_t *value) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py
160
def
ReadTag
(buffer, pos):
574
local_ReadTag =
ReadTag
663
(tag_bytes, pos) =
ReadTag
(buffer, pos)
/external/protobuf/python/google/protobuf/internal/
decoder.py
153
def
ReadTag
(buffer, pos):
501
local_ReadTag =
ReadTag
584
(tag_bytes, pos) =
ReadTag
(buffer, pos)
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h
239
uint32
ReadTag
() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
263
// call to LastTagWas() will act as if
ReadTag
() had been called and returned
267
// If the last call to
ReadTag
() returned the given value, returns true.
469
uint32 last_tag_; // result of last
ReadTag
().
471
// This is set true by
ReadTag
{Fallback/Slow}() if it is called when exactly
[
all
...]
/external/protobuf/src/google/protobuf/io/
coded_stream.h
223
uint32
ReadTag
() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
247
// call to LastTagWas() will act as if
ReadTag
() had been called and returned
251
// If the last call to
ReadTag
() returned the given value, returns true.
447
uint32 last_tag_; // result of last
ReadTag
().
449
// This is set true by
ReadTag
{Fallback/Slow}() if it is called when exactly
[
all
...]
Completed in 270 milliseconds