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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 644 // CodedOutputStream::VarintSize32(strlen(text)) +
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 644 // CodedOutputStream::VarintSize32(strlen(text)) +
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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...]

Completed in 1028 milliseconds