Home
last modified time | relevance | path

Searched refs:namespaces_ (Results 1 – 14 of 14) sorted by relevance

/external/dynamic_depth/internal/xmpmeta/xml/
Dserializer_impl.cc18 : 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 …]
Dserializer_impl.h172 std::unordered_map<string, xmlNsPtr> namespaces_; variable
/external/icing/icing/testing/
Ddocument-generator.h33 : 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/
Ddevice.cc191 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/
Didl_gen_fbs.cpp60 for (auto it = parser.namespaces_.begin(); it != parser.namespaces_.end(); in GenerateFBS()
Didl_gen_swift.cpp46 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()
Didl_parser.cpp2217 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()
Didl_gen_grpc.cpp400 auto &namespaces = parser.namespaces_.back()->components; in GeneratePythonGRPC()
Didl_gen_rust.cpp243 for (auto ns_it = parser_.namespaces_.begin(); in generate()
244 ns_it != parser_.namespaces_.end(); ++ns_it) { in generate()
Didl_gen_js_ts.cpp186 for (auto it = parser_.namespaces_.begin(); it != parser_.namespaces_.end(); in GenNamespaces()
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc441 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/
Ddevice.h123 std::unordered_map<string, xmlNsPtr> namespaces_; variable
/external/openscreen/cast/receiver/
Dapplication_agent_unittest.cc129 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/
Didl.h756 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