Searched defs:NameValue (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DNameValue.java47 public class NameValue extends GenericObject implements Entry<String,String> { class in inherits:GenericObject,Entry
63 public NameValue() { method in class:NameValue
78 public NameValue(String n, Object v, boolean isFlag) { method in class:NameValue
95 public NameValue(String n, Object v) { method in class:NameValue
213 NameValue retval = (NameValue) super.clone();
226 NameValue that = (NameValue) other;
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc118 struct NameValue { struct
134 for (NameValue* constant = constants;

Completed in 1726 milliseconds