Home
last modified time | relevance | path

Searched refs:writeStruct (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/proto/
Dtext.go241 if err := tm.writeStruct(w, m.Elem()); err != nil {
253 func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error { func
534 if err := tm.writeStruct(w, v); err != nil {
809 if err := tm.writeStruct(aw, v); err != nil {
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h130 void writeStruct(const Type& type, const MemoryLayout& layout, SpvId resultId);
DSkSLSPIRVCodeGenerator.cpp377 void SPIRVCodeGenerator::writeStruct(const Type& type, const MemoryLayout& memoryLayout, in writeStruct() function in SkSL::SPIRVCodeGenerator
498 this->writeStruct(type, layout, result); in getType()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h176 void writeStruct(const Type& type, const MemoryLayout& layout, SpvId resultId);
DSkSLSPIRVCodeGenerator.cpp383 void SPIRVCodeGenerator::writeStruct(const Type& type, const MemoryLayout& memoryLayout, in writeStruct() function in SkSL::SPIRVCodeGenerator
511 this->writeStruct(type, layout, result); in getType()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py461 def writeStruct(self, format, values): member in OTTableWriter