OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadTagWithCutoff
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.h
249
inline std::pair<uint32, bool>
ReadTagWithCutoff
(uint32 cutoff)
278
// If the last call to ReadTag() or
ReadTagWithCutoff
() returned the
484
uint32 last_tag_; // result of last ReadTag() or
ReadTagWithCutoff
().
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
256
GOOGLE_ATTRIBUTE_ALWAYS_INLINE std::pair<uint32, bool>
ReadTagWithCutoff
(
285
// If the last call to ReadTag() or
ReadTagWithCutoff
() returned the
523
uint32 last_tag_; // result of last ReadTag() or
ReadTagWithCutoff
().
[
all
...]
Completed in 1165 milliseconds