OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveLast
(Results
1 - 15
of
15
) sorted by null
/external/v8/src/
list.h
126
INLINE(T
RemoveLast
()) { return Remove(length_ - 1); }
small-pointer-list.h
106
T*
RemoveLast
() {
113
return list()->
RemoveLast
();
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h
129
void
RemoveLast
() const {
130
accessor_->
RemoveLast
(data_);
261
void
RemoveLast
() const {
262
accessor_->
RemoveLast
(data_);
354
virtual void
RemoveLast
(Field* data) const = 0;
repeated_field.h
127
void
RemoveLast
();
413
void
RemoveLast
();
749
void
RemoveLast
();
[
all
...]
/external/pdfium/xfa/src/fgas/src/crt/
fx_utils.cpp
122
int32_t CFX_BaseArray::
RemoveLast
(int32_t iCount) {
277
int32_t CFX_BaseMassArrayImp::
RemoveLast
(int32_t iCount) {
326
int32_t CFX_BaseMassArray::
RemoveLast
(int32_t iCount) {
327
return m_pData->
RemoveLast
(iCount);
/external/v8/src/regexp/
regexp-parser.h
30
// be read using last() or removed using
RemoveLast
until a new Add or until
31
//
RemoveLast
or GetList has been called.
47
T*
RemoveLast
() {
51
last_ = list_->
RemoveLast
();
/external/pdfium/xfa/src/fgas/include/
fx_utl.h
61
int32_t
RemoveLast
(int32_t iCount = -1);
106
int32_t
RemoveLast
(int32_t iCount = -1) {
107
return CFX_BaseArray::
RemoveLast
(iCount);
194
int32_t
RemoveLast
(int32_t iCount = -1) {
205
return CFX_BaseArray::
RemoveLast
(iCount);
228
int32_t
RemoveLast
(int32_t iCount = -1);
271
int32_t
RemoveLast
(int32_t iCount = -1) {
272
return CFX_BaseMassArray::
RemoveLast
(iCount);
344
int32_t
RemoveLast
(int32_t iCount = -1) {
355
return CFX_BaseMassArray::
RemoveLast
(iCount);
[
all
...]
/external/protobuf/src/google/protobuf/
extension_set.cc
663
void ExtensionSet::
RemoveLast
(int number) {
672
extension->repeated_int32_value->
RemoveLast
();
675
extension->repeated_int64_value->
RemoveLast
();
678
extension->repeated_uint32_value->
RemoveLast
();
681
extension->repeated_uint64_value->
RemoveLast
();
684
extension->repeated_float_value->
RemoveLast
();
687
extension->repeated_double_value->
RemoveLast
();
690
extension->repeated_bool_value->
RemoveLast
();
693
extension->repeated_enum_value->
RemoveLast
();
696
extension->repeated_string_value->
RemoveLast
();
[
all
...]
generated_message_reflection.cc
776
void GeneratedMessageReflection::
RemoveLast
(
779
USAGE_CHECK_MESSAGE_TYPE(
RemoveLast
);
780
USAGE_CHECK_REPEATED(
RemoveLast
);
783
MutableExtensionSet(message)->
RemoveLast
(field->number());
788
MutableRaw<RepeatedField<LOWERCASE> >(message, field)->
RemoveLast
(); \
805
MutableRaw<RepeatedPtrField<string> >(message, field)->
RemoveLast
();
812
->
RemoveLast
<GenericTypeHandler<Message> >();
[
all
...]
repeated_field.h
123
void
RemoveLast
();
285
void
RemoveLast
();
450
void
RemoveLast
();
548
// When elements are removed by calls to
RemoveLast
() or Clear(), they
697
inline void RepeatedField<Element>::
RemoveLast
() {
913
inline void RepeatedPtrFieldBase::
RemoveLast
() {
[
all
...]
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
640
pLine->
RemoveLast
(iPieces - m_iCurPiece - 1);
942
void CFDE_TTOLine::
RemoveLast
(int32_t iCount) {
943
m_pieces.
RemoveLast
(iCount);
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h
101
void
RemoveLast
();
257
void
RemoveLast
();
421
void
RemoveLast
();
519
// When elements are removed by calls to
RemoveLast
() or Clear(), they
642
inline void RepeatedField<Element>::
RemoveLast
() {
849
inline void RepeatedPtrFieldBase::
RemoveLast
() {
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h
101
void
RemoveLast
();
257
void
RemoveLast
();
421
void
RemoveLast
();
519
// When elements are removed by calls to
RemoveLast
() or Clear(), they
642
inline void RepeatedField<Element>::
RemoveLast
() {
849
inline void RepeatedPtrFieldBase::
RemoveLast
() {
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h
101
void
RemoveLast
();
257
void
RemoveLast
();
421
void
RemoveLast
();
519
// When elements are removed by calls to
RemoveLast
() or Clear(), they
642
inline void RepeatedField<Element>::
RemoveLast
() {
849
inline void RepeatedPtrFieldBase::
RemoveLast
() {
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h
101
void
RemoveLast
();
257
void
RemoveLast
();
421
void
RemoveLast
();
519
// When elements are removed by calls to
RemoveLast
() or Clear(), they
642
inline void RepeatedField<Element>::
RemoveLast
() {
849
inline void RepeatedPtrFieldBase::
RemoveLast
() {
[
all
...]
Completed in 621 milliseconds