Home
last modified time | relevance | path

Searched defs:ow (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc338 StringPiece field_name, ObjectWriter* ow) { in RenderTimestamp()
362 StringPiece field_name, ObjectWriter* ow) { in RenderDuration()
405 ObjectWriter* ow) { in RenderDouble()
419 ObjectWriter* ow) { in RenderFloat()
433 ObjectWriter* ow) { in RenderInt64()
447 ObjectWriter* ow) { in RenderUInt64()
461 ObjectWriter* ow) { in RenderInt32()
475 ObjectWriter* ow) { in RenderUInt32()
489 ObjectWriter* ow) { in RenderBool()
504 ObjectWriter* ow) { in RenderString()
[all …]
Dprotostream_objectwriter.cc878 Status ProtoStreamObjectWriter::RenderStructValue(ProtoStreamObjectWriter* ow, in RenderStructValue()
948 Status ProtoStreamObjectWriter::RenderTimestamp(ProtoStreamObjectWriter* ow, in RenderTimestamp()
972 static inline util::Status RenderOneFieldPath(ProtoStreamObjectWriter* ow, in RenderOneFieldPath()
979 Status ProtoStreamObjectWriter::RenderFieldMask(ProtoStreamObjectWriter* ow, in RenderFieldMask()
995 Status ProtoStreamObjectWriter::RenderDuration(ProtoStreamObjectWriter* ow, in RenderDuration()
1046 Status ProtoStreamObjectWriter::RenderWrapperType(ProtoStreamObjectWriter* ow, in RenderWrapperType()
Dobject_source.h58 virtual util::Status WriteTo(ObjectWriter* ow) const { in WriteTo()
Dobject_writer.cc42 StringPiece name, ObjectWriter* ow) { in RenderDataPieceTo()
Ddefault_value_objectwriter.cc61 ObjectWriter* ow) in DefaultValueObjectWriter()
233 void DefaultValueObjectWriter::Node::WriteTo(ObjectWriter* ow) { in WriteTo()
268 void DefaultValueObjectWriter::Node::WriteChildren(ObjectWriter* ow) { in WriteChildren()
Djson_stream_parser.cc100 JsonStreamParser::JsonStreamParser(ObjectWriter* ow) in JsonStreamParser()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DSerializationFeaturesTest.java92 ObjectWriter ow = mapper.writer(); in testFlushingAutomatic() local
116 ObjectWriter ow = mapper.writer(); in testFlushingNotAutomatic() local
/external/libkmsxx/py/tests/
Dwb-m2m-crop.py13 ow = 640 variable
/external/mesa3d/src/mesa/math/
Dm_xform_tmp.h593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local
/external/lua/src/
Dlgc.h95 #define isdeadm(ow,m) ((m) & (ow)) argument
Dlgc.c813 int ow = otherwhite(g); in sweeplist() local
/external/libwebsockets/lib/core-net/
Dnetwork.c677 int ow = lws_ptr_diff(result, orig); in lws_parse_numeric_address() local