OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:metadata_builder
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/engine/
metadata.hpp
67
class
metadata_builder
;
77
friend class
metadata_builder
;
106
class
metadata_builder
: utils::noncopyable {
class in namespace:engine
113
metadata_builder
(void);
114
explicit
metadata_builder
(const engine::metadata&);
115
~
metadata_builder
(void);
117
metadata_builder
& add_allowed_architecture(const std::string&);
118
metadata_builder
& add_allowed_platform(const std::string&);
119
metadata_builder
& add_custom(const std::string&, const std::string&);
120
metadata_builder
& add_required_config(const std::string&)
[
all
...]
metadata.cpp
720
/// Internal implementation of the
metadata_builder
class.
721
struct engine::
metadata_builder
::impl {
745
engine::
metadata_builder
::
metadata_builder
(void) :
function in class:engine::metadata_builder
752
engine::
metadata_builder
::
metadata_builder
(const engine::metadata& base) :
function in class:engine::metadata_builder
759
engine::
metadata_builder
::~
metadata_builder
(void)
771
engine::
metadata_builder
&
772
engine::
metadata_builder
::add_allowed_architecture(const std::string& arch
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026