/external/dynamic_depth/internal/xmpmeta/xml/ |
D | serializer_impl.cc | 18 : node_(node), namespaces_(namespaces) { in SerializerImpl() 24 if (namespaces_.empty()) { in SerializeNamespaces() 27 if (node_->ns == nullptr && !namespaces_.empty()) { in SerializeNamespaces() 34 for (const auto& entry : namespaces_) { in SerializeNamespaces() 64 if (namespaces_.count(node_ns_name) == 0 && !node_ns_name.empty()) { in CreateSerializer() 70 xmlNewNode(node_ns_name.empty() ? nullptr : namespaces_.at(node_ns_name), in CreateSerializer() 74 new SerializerImpl(namespaces_, new_node)); // NOLINT in CreateSerializer() 79 if (namespaces_.count(XmlConst::RdfPrefix()) == 0 || in CreateItemSerializer() 80 namespaces_.at(XmlConst::RdfPrefix()) == nullptr) { in CreateItemSerializer() 84 if (!prefix.empty() && !namespaces_.count(prefix)) { in CreateItemSerializer() [all …]
|
D | serializer_impl.h | 172 std::unordered_map<string, xmlNsPtr> namespaces_; variable
|
/external/icing/icing/testing/ |
D | document-generator.h | 33 : namespaces_(&namespaces), num_invocations_(0) {} in EvenDistributionNamespaceSelector() 35 return namespaces_->at(num_invocations_++ % namespaces_->size()); in operator() 39 const std::vector<std::string>* namespaces_; 81 : namespaces_(namespaces), in DocumentGenerator() 89 const std::string& name_space = (*namespaces_)(); in generateDoc() 124 NamespaceSelector* namespaces_; variable
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | device.cc | 191 for (const auto& entry : namespaces_) { in Serialize() 199 SerializerImpl device_serializer(namespaces_, root_node); in Serialize() 299 if (!namespaces_.count(entry.first)) { in PopulateNamespaces() 300 namespaces_.emplace(entry.first, in PopulateNamespaces()
|
/external/flatbuffers/src/ |
D | idl_gen_fbs.cpp | 60 for (auto it = parser.namespaces_.begin(); it != parser.namespaces_.end(); in GenerateFBS()
|
D | idl_gen_swift.cpp | 46 std::set<std::string> namespaces_; member in flatbuffers::swift::SwiftGenerator 879 if (namespaces_.find(name) == namespaces_.end()) { in SetNameSpace() 882 namespaces_.insert(name); in SetNameSpace()
|
D | idl_parser.cpp | 2217 for (auto it = namespaces_.begin(); it != namespaces_.end(); ++it) { in UniqueNamespace() 2223 namespaces_.push_back(ns); in UniqueNamespace() 2387 namespaces_.push_back(ns); // Store it here to not leak upon error. in ParseNamespace() 2395 namespaces_.pop_back(); in ParseNamespace() 3533 GetNamespace(qualified_name, namespaces_, namespaces_index); in Deserialize() 3541 GetNamespace(qualified_name, namespaces_, namespaces_index); in Deserialize() 3551 GetNamespace(qualified_name, namespaces_, namespaces_index); in Deserialize()
|
D | idl_gen_grpc.cpp | 400 auto &namespaces = parser.namespaces_.back()->components; in GeneratePythonGRPC()
|
D | idl_gen_rust.cpp | 243 for (auto ns_it = parser_.namespaces_.begin(); in generate() 244 ns_it != parser_.namespaces_.end(); ++ns_it) { in generate()
|
D | idl_gen_js_ts.cpp | 186 for (auto it = parser_.namespaces_.begin(); it != parser_.namespaces_.end(); in GenNamespaces()
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | protozero_plugin.cc | 441 namespaces_ = SplitString(package_, "."); in Preprocess() 443 namespaces_.push_back(wrapper_namespace_); in Preprocess() 446 for (const std::string& ns : namespaces_) in Preprocess() 491 for (const std::string& ns : namespaces_) { in GeneratePrologue() 923 for (unsigned i = 0; i < namespaces_.size(); ++i) { in GenerateEpilogue() 935 std::vector<std::string> namespaces_; member in protozero::__anoncadeb8b40111::GeneratorJob
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | device.h | 123 std::unordered_map<string, xmlNsPtr> namespaces_; variable
|
/external/openscreen/cast/receiver/ |
D | application_agent_unittest.cc | 129 return namespaces_; in GetSupportedNamespaces() 132 namespaces_ = std::move(the_namespaces); in SetSupportedNamespaces() 145 std::vector<std::string> namespaces_; member in openscreen::cast::__anonfe1e01cc0111::FakeApplication
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 756 namespaces_.push_back(empty_namespace_); in current_namespace_() 785 for (auto it = namespaces_.begin(); it != namespaces_.end(); ++it) { in ~Parser() 941 std::vector<Namespace *> namespaces_; variable
|