Home
last modified time | relevance | path

Searched defs:StringBuilder (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c32 struct StringBuilder { struct
38 typedef struct StringBuilder StringBuilder; argument
Dprotobuf.h75 typedef struct StringBuilder StringBuilder; typedef
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/decorators/
Ddecorators_4.ts37 class StringBuilder { class
/third_party/gn/src/base/json/
Djson_parser.cc126 JSONParser::StringBuilder::StringBuilder() : StringBuilder(nullptr) {} in StringBuilder() function in base::internal::JSONParser::StringBuilder
128 JSONParser::StringBuilder::StringBuilder(const char* pos) in StringBuilder() function in base::internal::JSONParser::StringBuilder
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h267 StringBuilder(char* buffer, int buffer_size) in StringBuilder() function
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h313 StringBuilder(char* buffer, int buffer_size) in StringBuilder() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-utils.h313 StringBuilder(char* buffer, int buffer_size) in StringBuilder() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dutils.h300 StringBuilder(char* buffer, int buffer_size) in StringBuilder() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp988 class StringBuilder class
991 StringBuilder(const ALLOCATION_CALLBACKS& allocationCallbacks) : m_Data(allocationCallbacks) { } in StringBuilder() function in D3D12MA::StringBuilder