HomeSort by relevance Sort by last modified time
    Searched defs:VarintSize32 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h 585 // CodedOutputStream::VarintSize32(strlen(text)) +
691 static int VarintSize32(uint32 value);
695 // If negative, 10 bytes. Otheriwse, same as VarintSize32()
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 663 static int VarintSize32(uint32 value);
667 // If negative, 10 bytes. Otheriwse, same as VarintSize32().
    [all...]

Completed in 30 milliseconds