Searched refs:single_value (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dsmall-pointer-list.h39 list->Add(single_value(), zone);
71 list->Add(single_value(), zone);
86 return single_value();
98 if (pointer == single_value()) {
109 T* result = single_value();
135 return (single_value() == pointer) ? 1 : 0;
157 T* single_value() const { function in class:v8::internal::SmallPointerList
/external/chromium_org/net/cert/
H A Dx509_cert_types_win.cc77 // Stores the first string of the vector, if any, to *single_value.
79 std::string* single_value) {
83 *single_value = values[0];
78 SetSingle(const std::vector<std::string>& values, std::string* single_value) argument
H A Dx509_cert_types_mac.cc159 // Stores the first string of the vector, if any, to *single_value.
161 std::string* single_value) {
165 *single_value = values[0];
160 SetSingle(const std::vector<std::string>& values, std::string* single_value) argument

Completed in 1057 milliseconds