Home
last modified time | relevance | path

Searched refs:kFastToBufferSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc1118 char buffer[kFastToBufferSize]; in SimpleItoa()
1125 char buffer[kFastToBufferSize]; in SimpleItoa()
1132 char buffer[kFastToBufferSize]; in SimpleItoa()
1139 char buffer[kFastToBufferSize]; in SimpleItoa()
1146 char buffer[kFastToBufferSize]; in SimpleItoa()
1153 char buffer[kFastToBufferSize]; in SimpleItoa()
1402 char *const end = &digits[kFastToBufferSize]; in AlphaNum()
Dsubstitute.h135 char scratch_[kFastToBufferSize];
Dstrutil.h463 static const int kFastToBufferSize = 32; variable
615 char digits[kFastToBufferSize];