Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dstorage.c295 int nfields = upb_msgdef_numfields(msgdef); in create_layout() local
300 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dstorage.c432 int nfields = upb_msgdef_numfields(msgdef); in create_layout() local
437 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()