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

  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation.cpp 91 auto builtin_it = builtin_types_.find(builtin_linker_set_key);
92 if (builtin_it != builtin_types_.end()) {
95 // Add this builtin type to the parent graph's builtin_types_ map.
99 auto it = builtin_types_.emplace(builtin_linker_set_key, *builtin_type);
ir_representation_protobuf.cpp 247 AddToMapAndTypeGraph(std::move(builtin_type_ir), &builtin_types_, local
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 871 return builtin_types_;
918 MergeElements(&builtin_types_, std::move(addend.builtin_types_));
1058 AbiElementMap<BuiltinTypeIR> builtin_types_; member in class:abi_util::TextFormatToIRReader
    [all...]

Completed in 68 milliseconds