Searched refs:tag_value (Results 1 – 5 of 5) sorted by relevance
/external/chromium/net/base/ |
D | asn1_util.cc | 12 unsigned tag_value, in ParseElement() argument 20 if (static_cast<unsigned char>(data[0]) != tag_value) in ParseElement() 64 unsigned tag_value, in GetElement() argument 67 if (!ParseElement(in, tag_value, out, &header_len)) in GetElement()
|
D | asn1_util.h | 34 unsigned tag_value, 41 unsigned tag_value,
|
/external/oprofile/libpp/ |
D | profile_spec.cpp | 74 void profile_spec::parse(string const & tag_value) in parse() argument 77 action_t action = get_handler(tag_value, value); in parse() 80 "a valid tag \"" + tag_value + "\""); in parse() 87 bool profile_spec::is_valid_tag(string const & tag_value) in is_valid_tag() argument 90 return get_handler(tag_value, value); in is_valid_tag() 184 profile_spec::get_handler(string const & tag_value, string & value) in get_handler() argument 186 string::size_type pos = tag_value.find_first_of(':'); in get_handler() 190 string tag(tag_value.substr(0, pos)); in get_handler() 191 value = tag_value.substr(pos + 1); in get_handler()
|
D | profile_spec.h | 74 void parse(std::string const & tag_value); 119 action_t get_handler(std::string const & tag_value,
|
/external/v8/src/ |
D | hydrogen.cc | 2932 HValue* tag_value = Pop(); in VisitSwitchStatement() local 2963 string_check = new(zone()) HIsStringAndBranch(tag_value); in VisitSwitchStatement() 3005 new(zone()) HCompareIDAndBranch(tag_value, in VisitSwitchStatement() 3011 compare = new(zone()) HStringCompareAndBranch(context, tag_value, in VisitSwitchStatement()
|