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

  /external/flatbuffers/include/flatbuffers/
idl.h 468 known_attributes_["deprecated"] = true;
469 known_attributes_["required"] = true;
470 known_attributes_["key"] = true;
471 known_attributes_["hash"] = true;
472 known_attributes_["id"] = true;
473 known_attributes_["force_align"] = true;
474 known_attributes_["bit_flags"] = true;
475 known_attributes_["original_order"] = true;
476 known_attributes_["nested_flatbuffer"] = true;
477 known_attributes_["csharp_partial"] = true
602 std::map<std::string, bool> known_attributes_; member in class:flatbuffers::Parser
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 122 this->known_attributes_[i] = voa.known_attributes_[i];
143 data_size += this->known_attributes_[i].size(i);
166 this->known_attributes_[tag].set_type(type);
167 return &this->known_attributes_[tag];
189 return &this->known_attributes_[tag];
202 return &this->known_attributes_[tag];
243 this->known_attributes_[tag].write(tag, buffer);
attributes.h 243 { return &this->known_attributes_[0]; }
247 { return &this->known_attributes_[0]; }
280 Object_attribute known_attributes_[NUM_KNOWN_ATTRIBUTES]; member in class:gold::Vendor_object_attributes
  /external/flatbuffers/src/
idl_parser.cpp     [all...]

Completed in 889 milliseconds