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

  /external/icu/icu4c/source/common/unicode/
stringpiece.h 172 void remove_suffix(int32_t n) { function in class:StringPiece
  /external/pcre/pcrecpp/include/
pcre_stringpiece.h 110 void remove_suffix(int n) { function in class:pcrecpp::StringPiece
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice.h 189 void remove_suffix(size_type n) { impl_.remove_suffix(n); } function in class:tensorflow::gtl::ArraySlice
190 void pop_back() { remove_suffix(1); }
288 void remove_suffix(size_type n) { impl_.remove_suffix(n); } function in class:tensorflow::gtl::MutableArraySlice
289 void pop_back() { remove_suffix(1); }
array_slice_internal.h 205 void remove_suffix(size_type n) { function in class:tensorflow::gtl::array_slice_internal::ArraySliceImplBase
  /art/libartbase/base/
stringpiece.h 99 void remove_suffix(size_type n) { function in class:art::StringPiece
  /build/kati/
string_piece.h 105 void remove_suffix(size_type n) { length_ -= n; } function in class:StringPiece
  /external/libchrome/base/strings/
string_piece.h 234 void remove_suffix(size_type n) { function in class:base::BasicStringPiece
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.h 294 void remove_suffix(stringpiece_ssize_type n) { function in class:google::protobuf::StringPiece
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 294 void remove_suffix(stringpiece_ssize_type n) { function in class:google::protobuf::StringPiece

Completed in 773 milliseconds