Home
last modified time | relevance | path

Searched defs:Cord (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h97 class Cord; variable
369 friend class Cord; variable
536 friend Cord; variable
1137 constexpr inline Cord::Cord() noexcept {} in Cord() function
1139 inline Cord::Cord(absl::string_view src) in Cord() function
1143 constexpr Cord::Cord(strings_internal::StringConstant<T>) in Cord() function
1166 inline Cord::Cord(const Cord& src) : contents_(src.contents_) {} in Cord() function
1168 inline Cord::Cord(Cord&& src) noexcept : contents_(std::move(src.contents_)) {} in Cord() function
Dcord.cc580 Cord::Cord(absl::string_view src, MethodIdentifier method) in Cord() function in absl::Cord
592 Cord::Cord(T&& src) : contents_(InlineData::kDefaultInit) { in Cord() function in absl::Cord
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Darg.h38 class Cord; variable
Doutput_test.cc41 TEST(InvokeFlush, Cord) { in TEST() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto107 message Cord {} message
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus_test.cc249 [&count](absl::string_view, const absl::Cord&) { ++count; }); in TEST()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7041 [pbr::OriginalName("CORD")] Cord = 1, enumerator