HomeSort by relevance Sort by last modified time
    Searched refs:StringSize (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 383 ::google::protobuf::internal::WireFormatLite::StringSize(
391 total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
722 ::google::protobuf::internal::WireFormatLite::StringSize(
729 ::google::protobuf::internal::WireFormatLite::StringSize(
736 ::google::protobuf::internal::WireFormatLite::StringSize(
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 377 ::google::protobuf::internal::WireFormatLite::StringSize(
385 total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
718 ::google::protobuf::internal::WireFormatLite::StringSize(
725 ::google::protobuf::internal::WireFormatLite::StringSize(
732 ::google::protobuf::internal::WireFormatLite::StringSize(
    [all...]
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 783 static size_t StringSize(const uint8_t *start, uint8_t encoding) {
826 size_t descLen = StringSize(&data[2 + mimeLen], encoding);
853 size_t descLen = StringSize(&data[5], encoding);
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
wire_format_lite.h 466 static inline int StringSize(const string& value);
wire_format.cc     [all...]
wire_format_lite_inl.h 715 inline int WireFormatLite::StringSize(const string& value) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
wire_format_lite.h 508 static inline int StringSize(const string& value);
wire_format.cc 714 data_size += WireFormatLite::StringSize(value);
wire_format_lite_inl.h 737 inline int WireFormatLite::StringSize(const string& value) {
    [all...]

Completed in 350 milliseconds