Searched defs:NameValue (Results 1 – 5 of 5) sorted by relevance
47 public class NameValue extends GenericObject implements Entry<String,String> { class63 public NameValue() { in NameValue() method in NameValue78 public NameValue(String n, Object v, boolean isFlag) { in NameValue() method in NameValue95 public NameValue(String n, Object v) { in NameValue() method in NameValue
41 struct NameValue { struct51 extern const struct NameValue setopt_nv_CURLPROXY[]; argument
43 TEST_F(PragmaTest, NameValue) in TEST_F() argument
571 pub trait NameValue { interface579 impl NameValue for (&[u8], &[u8]) { impl
961 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord()