OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NameValue
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/core/
NameValue.java
47
public class
NameValue
extends GenericObject implements Entry<String,String> {
63
public
NameValue
() {
78
public
NameValue
(String n, Object v, boolean isFlag) {
95
public
NameValue
(String n, Object v) {
146
* Get the encoded representation of this
namevalue
object. Added
213
NameValue
retval = (
NameValue
) super.clone();
226
NameValue
that = (
NameValue
) other;
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc
118
struct
NameValue
{
134
for (
NameValue
* constant = constants;
[
all
...]
Completed in 330 milliseconds