OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExpectTag
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.h
254
// given value. If
ExpectTag
() returns true, it also advances past
259
bool
ExpectTag
(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
243
// given value. If
ExpectTag
() returns true, it also advances past
248
bool
ExpectTag
(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
243
// given value. If
ExpectTag
() returns true, it also advances past
248
bool
ExpectTag
(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h
243
// given value. If
ExpectTag
() returns true, it also advances past
248
bool
ExpectTag
(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
261
// given value. If
ExpectTag
() returns true, it also advances past
266
GOOGLE_ATTRIBUTE_ALWAYS_INLINE bool
ExpectTag
(uint32 expected);
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
243
// given value. If
ExpectTag
() returns true, it also advances past
248
bool
ExpectTag
(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
[
all
...]
Completed in 109 milliseconds