Home
last modified time | relevance | path

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

/hardware/ril/mock-ril/src/cpp/
Dprotobuf_v8.cpp301 static bool ToProto(Message* instance, in ToProto() function in protobuf_v8::Schema::Type
315 ok = type->ToProto(repeated ? in ToProto()
400 bool ToProto(Message* instance, Handle<Object> src) const { in ToProto() function in protobuf_v8::Schema::Type
416 ok = ToProto(instance, field, value, child_type, true); in ToProto()
421 ok = ToProto(instance, field, array->Get(j), child_type, true); in ToProto()
425 ok = ToProto(instance, field, value, child_type, false); in ToProto()
442 if (type->ToProto(message, args[0].As<Object>())) { in Serialize()