Home
last modified time | relevance | path

Searched refs:contents_ (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc581 : contents_(InlineData::kDefaultInit) { in Cord()
584 contents_.set_data(src.data(), n, true); in Cord()
587 contents_.EmplaceTree(rep, method); in Cord()
592 Cord::Cord(T&& src) : contents_(InlineData::kDefaultInit) { in Cord()
594 contents_.set_data(src.data(), src.size(), true); in Cord()
597 contents_.EmplaceTree(rep, CordzUpdateTracker::kConstructorString); in Cord()
606 assert(contents_.is_tree()); in DestroyCordSlow()
607 CordzInfo::MaybeUntrackCord(contents_.cordz_info()); in DestroyCordSlow()
608 CordRep::Unref(VerifyTree(contents_.as_tree())); in DestroyCordSlow()
615 if (CordRep* tree = contents_ in Clear()
[all...]
H A Dcord.h168 if (contents_.is_tree()) DestroyCordSlow(); in ~Cord()
844 InlineRep contents_; member in absl::Cord
877 // Returns a new reference to contents_.tree(), or steals an existing
994 cord.contents_.EmplaceTree(rep, in MakeCordFromExternal()
1144 : contents_(strings_internal::StringConstant<T>::value.size() <= in Cord()
1153 contents_ = x.contents_; in operator =()
1166 inline Cord::Cord(const Cord& src) : contents_(src.contents_) {} in Cord()
1168 inline Cord::Cord(Cord&& src) noexcept : contents_(st
[all...]
H A Dcordz_test_helpers.h38 if (!cord.contents_.is_tree()) return nullptr; in GetCordzInfoForTesting()
39 return cord.contents_.cordz_info(); in GetCordzInfoForTesting()
H A Dcord_test.cc186 static bool IsTree(const Cord& c) { return c.contents_.is_tree(); } in IsTree()
189 return c.contents_.cordz_info(); in GetCordzInfo()
193 ABSL_RAW_CHECK(src.contents_.is_tree(), "Can not be inlined"); in MakeSubstring()
197 rep->child = cord_internal::CordRep::Ref(src.contents_.tree()); in MakeSubstring()
200 cord.contents_.EmplaceTree(rep, in MakeSubstring()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dserializable_test.cc21 : contents_(contents) {} in SimpleExample()
24 out->insert(out->end(), contents_.begin(), contents_.end());
28 std::vector<uint8_t> contents_; member in v8_crdtp::__anon15270::SimpleExample
/third_party/gn/src/gn/
H A Dmetadata.h40 const Contents& contents() const { return contents_; } in contents()
41 Contents& contents() { return contents_; } in contents()
42 void set_contents(Contents&& contents) { contents_ = std::move(contents); } in set_contents()
64 Contents contents_; member in Metadata
H A Dmetadata.cc156 if (contents_.empty()) { in WalkStep()
163 auto iter = contents_.find(key); in WalkStep()
164 if (iter == contents_.end()) in WalkStep()
187 auto iter = contents_.find(key); in WalkStep()
188 if (iter != contents_.end()) { in WalkStep()
H A Dinput_file.cc16 contents_ = c; in SetContents()
20 if (base::ReadFileToString(system_path, &contents_)) { in Load()
H A Dinput_file.h41 return contents_; in contents()
59 std::string contents_; member in InputFile
H A Dparse_tree.cc873 results.reserve(contents_.size()); in Execute()
875 for (const auto& cur : contents_) { in Execute()
902 for (const auto& cur : contents_) { in GetJSONNode()
918 ret->contents_.push_back(ParseNode::BuildFromJSON(elem)); in NewFromJSON()
938 const ParseNode* node = contents_[i].get(); in SortList()
951 int start_line = contents_[sr.begin]->GetRange().begin().line_number(); in SortList()
952 const ParseNode* original_first = contents_[sr.begin].get(); in SortList()
953 std::sort(contents_.begin() + sr.begin, contents_.begin() + sr.end, in SortList()
962 contents_[s in SortList()
[all...]
H A Dtarget.h199 Value contents_; // Value::NONE if metadata collection should occur. member
208 const Value& contents() const { return generated_file().contents_; } in contents()
209 void set_contents(const Value& value) { generated_file().contents_ = value; } in set_contents()
H A Dparse_tree.h464 contents_.push_back(std::move(s)); in append_item()
467 return contents_; in contents()
492 std::vector<std::unique_ptr<const ParseNode>> contents_; member in ListNode
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc103 contents_.clear(); in Connect()
125 contents_.clear(); in ExpectFailureToConnect()
145 SPIN_WHILE(contents_.size() < expects.length()); in Expect()
147 std::string(contents_.data(), expects.length()).c_str()); in Expect()
148 contents_.erase(contents_.begin(), contents_.begin() + expects.length()); in Expect()
217 wrapper->contents_.insert(wrapper->contents_.end(), buf->base, in ReadCallback()
240 std::vector<char> contents_; member in __anon15477::SocketWrapper
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.h50 : contents_(zone), contents_for_compression_(zone), zone_(zone) {} in TranslationArrayBuilder()
112 : static_cast<int>(contents_.size()); in Size()
122 ZoneVector<uint8_t> contents_; member in v8::internal::TranslationArrayBuilder
H A Dtranslation-array.cc71 base::VLQEncode(&contents_, value); in Add()
103 memcpy(result->GetDataStartAddress(), contents_.data(), in ToTranslationArray()
104 contents_.size() * sizeof(uint8_t)); in ToTranslationArray()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.cpp280 VkSubpassContents contents_) in SubpassBeginInfo1()
281 : contents (contents_) in SubpassBeginInfo1()
289 VkSubpassContents contents_) in SubpassBeginInfo2()
293 contents = contents_; in SubpassBeginInfo2()
279 SubpassBeginInfo1(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo1() argument
288 SubpassBeginInfo2(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo2() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.cpp280 VkSubpassContents contents_) in SubpassBeginInfo1()
281 : contents (contents_) in SubpassBeginInfo1()
289 VkSubpassContents contents_) in SubpassBeginInfo2()
293 contents = contents_; in SubpassBeginInfo2()
279 SubpassBeginInfo1(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo1() argument
288 SubpassBeginInfo2(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo2() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp282 VkSubpassContents contents_) in SubpassBeginInfo1()
283 : contents (contents_) in SubpassBeginInfo1()
291 VkSubpassContents contents_) in SubpassBeginInfo2()
295 contents = contents_; in SubpassBeginInfo2()
281 SubpassBeginInfo1(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo1() argument
290 SubpassBeginInfo2(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo2() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp282 VkSubpassContents contents_) in SubpassBeginInfo1()
283 : contents (contents_) in SubpassBeginInfo1()
291 VkSubpassContents contents_) in SubpassBeginInfo2()
295 contents = contents_; in SubpassBeginInfo2()
281 SubpassBeginInfo1(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo1() argument
290 SubpassBeginInfo2(const void* pNext_, VkSubpassContents contents_) SubpassBeginInfo2() argument
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc7142 : filename_(filename), contents_(contents) {} in SingletonSourceTree()
7146 ? new io::ArrayInputStream(contents_.data(), contents_.size()) in Open()
7152 const std::string contents_; member in google::protobuf::descriptor_unittest::SingletonSourceTree
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]

Completed in 116 milliseconds