HomeSort by relevance Sort by last modified time
    Searched refs:cur_name_space_ (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/src/
idl_gen_cpp.cpp 42 cur_name_space_(nullptr) {
144 assert(!cur_name_space_);
246 cur_name_space_->GetFullyQualifiedName(name);
335 if (cur_name_space_) SetNameSpace(nullptr);
351 const Namespace *cur_name_space_; member in class:flatbuffers::cpp::CppGenerator
353 const Namespace *CurrentNameSpace() const { return cur_name_space_; }
    [all...]
idl_gen_general.cpp 160 cur_name_space_( nullptr ) {
166 cur_name_space_ = parser_.current_namespace_;
173 cur_name_space_ = enum_def.defined_namespace;
188 cur_name_space_ = struct_def.defined_namespace;
238 const Namespace *CurrentNameSpace() const { return cur_name_space_; }
1397 const Namespace *cur_name_space_; member in class:flatbuffers::general::GeneralGenerator
    [all...]

Completed in 4479 milliseconds