Home
last modified time | relevance | path

Searched defs:append (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/third_party/glslang/glslang/MachineIndependent/
DInfoSink.cpp41 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/boost/boost/geometry/algorithms/
Dappend.hpp46 namespace detail { namespace append namespace
205 struct append struct
211 struct append<Geometry, RangeOrPoint, point_tag> struct
219 namespace detail { namespace append namespace
287 struct append struct
290 static inline void apply(Geometry& geometry, in apply()
305 struct append<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
308 struct visitor: boost::static_visitor<void>
333 static inline void apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>& variant_geometry, in apply()
367 inline void append(Geometry& geometry, RangeOrPoint const& range_or_point, in append() function
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DJSArrayBuilder.java67 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/skia/third_party/externals/tint/src/writer/
Dappend_vector_test.cc39 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/vk-gl-cts/framework/delibs/decpp/
DdePoolString.cpp38 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/node/deps/icu-small/source/common/
Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
Dcharstr.h123 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/
Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
Dcharstr.h123 CharString &append(StringPiece s, UErrorCode &errorCode) { in append() function
126 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
Dcharstr.h93 CharString &append(StringPiece s, UErrorCode &errorCode) { in append() function
96 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
/third_party/icu/icu4c/source/common/
Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
Dcharstr.h123 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallString.h74 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/
DSmallString.h75 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/node/lib/internal/
Dlinkedlist.js29 function append(list, item) { function
52 append, property
/third_party/mindspore/tests/ut/cpp/dataset/
Dconcatenate_op_test.cc37 std::shared_ptr<Tensor> append; in TEST_F() local
70 std::shared_ptr<Tensor> append; in TEST_F() local
103 std::shared_ptr<Tensor> append; in TEST_F() local
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitFBoundedTypeParams.ts5 function append<a, b extends a>(result: a[], value: b): a[] { function
DtypeInferenceFBoundedTypeParams.ts10 function append<a, b extends a>(values: a[], value: b): a[] { function
/third_party/toybox/toys/posix/
Dsed.c257 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/boost/libs/hana/include/boost/hana/fwd/
Dappend.hpp52 constexpr auto append = [](auto&& xs, auto&& x) { in __anon2f4408680102() variable
/third_party/boost/boost/hana/fwd/
Dappend.hpp52 constexpr auto append = [](auto&& xs, auto&& x) { in __anona94b1c350102() variable
/third_party/skia/third_party/externals/tint/src/transform/
Dmanager.h39 void append(std::unique_ptr<Transform> transform) { in append() function
/third_party/gn/src/gn/
Dconfig_values.cc23 void ConfigValues::AppendValues(const ConfigValues& append) { in AppendValues()
/third_party/nghttp2/src/
Dmemchunk.h148 size_t append(char c) { in append() function
159 size_t append(const void *src, size_t count) { in append() function
186 template <size_t N> size_t append(const char (&s)[N]) { in append() function
189 size_t append(const std::string &s) { return append(s.c_str(), s.size()); } in append() function
190 size_t append(const StringRef &s) { return append(s.c_str(), s.size()); } in append() function
191 size_t append(const ImmutableString &s) { in append() function
368 size_t append(const void *src, size_t count) { in append() function

12345678910>>...17