Searched defs:Truncate (Results 1 – 9 of 9) sorted by relevance
76 void Truncate(int length) { in Truncate() function
8872 Handle<String> SeqString::Truncate(Handle<SeqString> string, int new_length) { in Truncate() function in v8::internal::SeqString
137 FX_BOOL CFXCRT_FileAccess_CRT::Truncate(FX_FILESIZE szFile) in Truncate() function in CFXCRT_FileAccess_CRT
130 FX_BOOL CFXCRT_FileAccess_Posix::Truncate(FX_FILESIZE szFile) in Truncate() function in CFXCRT_FileAccess_Posix
183 FX_BOOL CFXCRT_FileAccess_Win64::Truncate(FX_FILESIZE szFile) in Truncate() function in CFXCRT_FileAccess_Win64
285 size_t Truncate = in toString() local
186 def Truncate(self, string, length): member in CompactProgressIndicator
821 inline void RepeatedField<Element>::Truncate(int new_size) { in Truncate() function
365 TEST(RepeatedField, Truncate) { in TEST() argument