Home
last modified time | relevance | path

Searched defs:WriteValue (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/base/win/
Dregistry.cc346 LONG RegKey::WriteValue(const char16_t* name, DWORD in_value) { in WriteValue() function in base::win::RegKey
351 LONG RegKey::WriteValue(const char16_t* name, const char16_t* in_value) { in WriteValue() function in base::win::RegKey
358 LONG RegKey::WriteValue(const char16_t* name, in WriteValue() function in base::win::RegKey
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs317 public void WriteValue(TextWriter writer, object value) => WriteValue(writer, value, 0); in WriteValue() method in Google.Protobuf.JsonFormatter
329 public void WriteValue(TextWriter writer, object value, int indentationLevel) { in WriteValue() method in Google.Protobuf.JsonFormatter
/third_party/protobuf/src/google/protobuf/json/internal/
Dunparser.cc492 absl::Status WriteValue(JsonWriter& writer, const Msg<Traits>& msg, in WriteValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp4800 SDValue WriteValue[] = { N->getOperand(2), N->getOperand(3) }; in tryWriteRegister() local
DARMISelLowering.cpp2993 SDValue WriteValue = Op->getOperand(2); in LowerWRITE_REGISTER() local