Home
last modified time | relevance | path

Searched refs:ReadTagWithCutoffNoLastTag (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h283 std::pair<uint32, bool> result = ReadTagWithCutoffNoLastTag(cutoff); in ReadTagWithCutoff()
289 std::pair<uint32, bool> ReadTagWithCutoffNoLastTag(uint32 cutoff);
1382 inline std::pair<uint32, bool> CodedInputStream::ReadTagWithCutoffNoLastTag( in ReadTagWithCutoffNoLastTag() function
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h381 uint32 tag = input->ReadTagWithCutoffNoLastTag(kMaxTag).first; in MergePartialFromCodedStreamInlined()