HomeSort by relevance Sort by last modified time
    Searched refs:WriteDescriptor (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_reflection_class.h 58 void WriteDescriptor(io::Printer* printer);
csharp_reflection_class.cc 68 WriteDescriptor(printer);
137 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.h 34 struct WriteDescriptor {
88 const WriteDescriptor &WD;
119 WriteState(const WriteDescriptor &Desc, unsigned RegID,
256 std::vector<WriteDescriptor> Writes; // Implicit writes are at the end.
InstrBuilder.cpp 195 WriteDescriptor &Write = ID.Writes[CurrentDef];
225 WriteDescriptor &Write = ID.Writes[Index];
261 WriteDescriptor &Write = ID.Writes[TotalDefs - 1];
452 for (const WriteDescriptor &WD : D.Writes) {

Completed in 104 milliseconds