/third_party/glslang/glslang/MachineIndependent/ |
D | InfoSink.cpp | 41 void TInfoSinkBase::append(const char* s) in append() function in glslang::TInfoSinkBase 61 void TInfoSinkBase::append(int count, char c) in append() function in glslang::TInfoSinkBase 81 void TInfoSinkBase::append(const TPersistString& t) in append() function in glslang::TInfoSinkBase 97 void TInfoSinkBase::append(const TString& t) in append() function in glslang::TInfoSinkBase
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | append_vector_test.cc | 39 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 79 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 125 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 174 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 219 auto* append = AppendVector(this, vec_123, scalar_4); in TEST_F() local 261 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 299 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 339 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 376 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local 417 auto* append = AppendVector(this, vec_12, scalar_3); in TEST_F() local [all …]
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
D | JSArrayBuilder.java | 67 public JSArrayBuilder append(int number) { in append() method in JSArrayBuilder 74 public JSArrayBuilder append(String string) { in append() method in JSArrayBuilder 81 public JSArrayBuilder append(boolean b) { in append() method in JSArrayBuilder 96 private JSArrayBuilder append(String string, boolean escapeString) { in append() method in JSArrayBuilder
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | dePoolString.cpp | 38 void PoolString::append (const char* str) in append() function in de::PoolString 47 void PoolString::append (const std::string& str) in append() function in de::PoolString 55 void PoolString::append (const PoolString& str) in append() function in de::PoolString
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallString.h | 74 void append(in_iter S, in_iter E) { in append() function 78 void append(size_t NumInputs, char Elt) { in append() function 83 void append(StringRef RHS) { in append() function 88 void append(const SmallVectorImpl<char> &RHS) { in append() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallString.h | 75 void append(in_iter S, in_iter E) { in append() function 79 void append(size_t NumInputs, char Elt) { in append() function 84 void append(StringRef RHS) { in append() function 89 void append(const SmallVectorImpl<char> &RHS) { in append() function
|
/third_party/icu/icu4c/source/common/ |
D | unistrappender.h | 48 inline void append(UChar x) { in append() function 56 inline void append(UChar32 x) { in append() function
|
D | charstr.h | 123 CharString &append(StringPiece s, UErrorCode &errorCode) { in append() function 126 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistrappender.h | 48 inline void append(UChar x) { in append() function 56 inline void append(UChar32 x) { in append() function
|
D | charstr.h | 123 CharString &append(StringPiece s, UErrorCode &errorCode) { in append() function 126 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
|
/third_party/node/deps/icu-small/source/common/ |
D | unistrappender.h | 48 inline void append(char16_t x) { in append() function 56 inline void append(UChar32 x) { in append() function
|
D | charstr.h | 123 CharString &append(StringPiece s, UErrorCode &errorCode) { in append() function 126 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
|
/third_party/node/lib/internal/ |
D | linkedlist.js | 30 function append(list, item) { function 53 append, property
|
/third_party/node/deps/v8/src/inspector/ |
D | string-16.cc | 142 void String16Builder::append(const String16& s) { in append() function in v8_inspector::String16Builder 147 void String16Builder::append(UChar c) { m_buffer.push_back(c); } in append() function in v8_inspector::String16Builder 149 void String16Builder::append(char c) { in append() function in v8_inspector::String16Builder 154 void String16Builder::append(const UChar* characters, size_t length) { in append() function in v8_inspector::String16Builder 158 void String16Builder::append(const char* characters, size_t length) { in append() function in v8_inspector::String16Builder
|
/third_party/toybox/toys/posix/ |
D | sed.c | 257 struct append { in sed_line() struct 258 struct append *next, *prev; in sed_line() 259 int file; in sed_line() 260 char *str; in sed_line() 261 } *append = 0; in sed_line() local
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitFBoundedTypeParams.ts | 5 function append<a, b extends a>(result: a[], value: b): a[] { function
|
D | typeInferenceFBoundedTypeParams.ts | 10 function append<a, b extends a>(values: a[], value: b): a[] { function
|
/third_party/node/deps/undici/src/types/ |
D | formdata.d.ts | 27 append(name: string, value: unknown, fileName?: string): void method in FormData
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | manager.h | 39 void append(std::unique_ptr<Transform> transform) { in append() function
|
/third_party/nghttp2/src/ |
D | memchunk.h | 160 size_t append(char c) { in append() function 171 size_t append(const void *src, size_t count) { in append() function 198 template <size_t N> size_t append(const char (&s)[N]) { in append() function 201 size_t append(const std::string &s) { return append(s.c_str(), s.size()); } in append() function 202 size_t append(const StringRef &s) { return append(s.c_str(), s.size()); } in append() function 203 size_t append(const ImmutableString &s) { in append() function 458 size_t append(const void *src, size_t count) { in append() function
|
/third_party/gn/src/gn/ |
D | config_values.cc | 23 void ConfigValues::AppendValues(const ConfigValues& append) { in AppendValues()
|
/third_party/json/tests/src/ |
D | unit-convenience.cpp | 32 void append(Iter first, Iter last) in append() function 73 void append(const char* p, std::size_t s) in append() function
|
/third_party/typescript/tests/baselines/reference/ |
D | typeInferenceFBoundedTypeParams.js | 35 function append(values, value) { function
|
/third_party/rust/crates/quote/src/ |
D | ext.rs | 12 fn append<U>(&mut self, token: U) in append() method 60 fn append<U>(&mut self, token: U) in append() method
|
/third_party/libwebsockets/lib/misc/lwsac/ |
D | lwsac.cxx | 73 lssAc::append(lssbuf_t *lb) in append() function in lssAc
|