OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LabelPtrPair
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
label_ptr.h
18
struct
LabelPtrPair
{
21
LabelPtrPair
() : label(), ptr(NULL), origin(NULL) {}
23
explicit
LabelPtrPair
(const Label& l) : label(l), ptr(NULL), origin(NULL) {
28
explicit
LabelPtrPair
(const T* p) : label(p->label()), ptr(p), origin(NULL) {
31
~
LabelPtrPair
() {}
38
typedef
LabelPtrPair
<Config> LabelConfigPair;
39
typedef
LabelPtrPair
<Target> LabelTargetPair;
52
bool operator()(const
LabelPtrPair
<T>& arg) const {
65
bool operator()(const
LabelPtrPair
<T>& arg) const {
75
struct LabelPtrLabelLess : public std::binary_function<
LabelPtrPair
<T>
[
all
...]
value_extractors.cc
58
// Fills the label part of a
LabelPtrPair
, leaving the pointer null.
64
bool operator()(const Value& v,
LabelPtrPair
<T>* out, Err* err) const {
Completed in 121 milliseconds