OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastTagWas
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.h
242
// the last tag value, which can be checked with
LastTagWas
().
281
// call to
LastTagWas
() will act as if ReadTag() had been called and returned
292
// tag to make sure it had the right number, so it calls
LastTagWas
() on
294
bool
LastTagWas
(uint32 expected);
522
//
LastTagWas
() stuff.
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
235
// the last tag value, which can be checked with
LastTagWas
().
263
// call to
LastTagWas
() will act as if ReadTag() had been called and returned
274
// tag to make sure it had the right number, so it calls
LastTagWas
() on
276
bool
LastTagWas
(uint32 expected);
468
//
LastTagWas
() stuff.
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
235
// the last tag value, which can be checked with
LastTagWas
().
263
// call to
LastTagWas
() will act as if ReadTag() had been called and returned
274
// tag to make sure it had the right number, so it calls
LastTagWas
() on
276
bool
LastTagWas
(uint32 expected);
468
//
LastTagWas
() stuff.
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h
235
// the last tag value, which can be checked with
LastTagWas
().
263
// call to
LastTagWas
() will act as if ReadTag() had been called and returned
274
// tag to make sure it had the right number, so it calls
LastTagWas
() on
276
bool
LastTagWas
(uint32 expected);
468
//
LastTagWas
() stuff.
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
242
// the last tag value, which can be checked with
LastTagWas
().
281
// call to
LastTagWas
() will act as if ReadTag() had been called and returned
292
// tag to make sure it had the right number, so it calls
LastTagWas
() on
294
bool
LastTagWas
(uint32 expected);
522
//
LastTagWas
() stuff.
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
235
// the last tag value, which can be checked with
LastTagWas
().
263
// call to
LastTagWas
() will act as if ReadTag() had been called and returned
274
// tag to make sure it had the right number, so it calls
LastTagWas
() on
276
bool
LastTagWas
(uint32 expected);
468
//
LastTagWas
() stuff.
[
all
...]
Completed in 1020 milliseconds