HomeSort by relevance Sort by last modified time
    Searched full:namespaces_ (Results 1 - 7 of 7) sorted by null

  /external/flatbuffers/src/
idl_gen_fbs.cpp 61 for (auto it = parser.namespaces_.begin(); it != parser.namespaces_.end();
idl_parser.cpp     [all...]
idl_gen_js.cpp 196 for (auto it = parser_.namespaces_.begin();
197 it != parser_.namespaces_.end(); ++it) {
    [all...]
  /external/perfetto/src/protozero/protoc_plugin/
protozero_generator.cc 223 namespaces_ = Split(package_, ".");
225 namespaces_.push_back(wrapper_namespace_);
228 for (const std::string& ns : namespaces_)
291 for (const std::string& ns : namespaces_) {
593 for (unsigned i = 0; i < namespaces_.size(); ++i) {
607 std::vector<std::string> namespaces_; member in class:protozero::__anon32010::GeneratorJob
  /system/core/libnativeloader/
native_loader.cpp 321 namespaces_.push_back(std::make_pair(env->NewWeakGlobalRef(class_loader), native_loader_ns));
328 auto it = std::find_if(namespaces_.begin(), namespaces_.end(),
332 if (it != namespaces_.end()) {
427 void Reset() { namespaces_.clear(); }
577 std::vector<std::pair<jweak, NativeLoaderNamespace>> namespaces_; member in class:android::LibraryNamespaces
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 393 for (map<string, ForwardDeclarations *>::iterator it = namespaces_.begin(),
394 end = namespaces_.end();
398 namespaces_.clear();
402 ForwardDeclarations*& ns = namespaces_[ns_name];
429 it = namespaces_.begin(),
430 end = namespaces_.end();
442 map<string, ForwardDeclarations*> namespaces_; member in class:google::protobuf::compiler::cpp::FileGenerator::ForwardDeclarations
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 511 namespaces_.push_back(empty_namespace_);
536 for (auto it = namespaces_.begin(); it != namespaces_.end(); ++it) {
685 std::vector<Namespace *> namespaces_; member in class:flatbuffers::Parser

Completed in 219 milliseconds