Searched defs:lazy (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 390 optional bool lazy = 5 [default=false]; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 390 optional bool lazy = 5 [default=false]; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 524 optional bool lazy = 5 [default=false]; field
|
D | descriptor.pb.h | 6752 inline bool FieldOptions::lazy() const { in lazy() function
|
D | descriptor.pb.cc | 10710 bool FieldOptions::lazy() const { in lazy() function in google::protobuf::FieldOptions
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 2530 inline bool FieldDef::lazy() const { in lazy() function 2533 inline void FieldDef::set_lazy(bool lazy) { in set_lazy() 3079 #define UPB_FIELDDEF_INIT(label, type, intfmt, tagdelim, is_extension, lazy, \ argument
|
D | upb.c | 1013 void upb_fielddef_setlazy(upb_fielddef *f, bool lazy) { in upb_fielddef_setlazy() 6612 bool lazy; member 6615 static compiler *newcompiler(mgroup *group, bool lazy) { in newcompiler() 7361 const mgroup *mgroup_new(const upb_handlers *dest, bool allowjit, bool lazy, in mgroup_new() 7452 void upb_pbdecodermethodopts_setlazy(upb_pbdecodermethodopts *opts, bool lazy) { in upb_pbdecodermethodopts_setlazy()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 1144 void upb_fielddef_setlazy(upb_fielddef *f, bool lazy) { in upb_fielddef_setlazy() 7285 bool lazy; member 7288 static compiler *newcompiler(mgroup *group, bool lazy) { in newcompiler() 8040 const mgroup *mgroup_new(const upb_handlers *dest, bool allowjit, bool lazy, in mgroup_new() 8136 void upb_pbdecodermethodopts_setlazy(upb_pbdecodermethodopts *opts, bool lazy) { in upb_pbdecodermethodopts_setlazy()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 2127 LazyFieldLite lazy = minePresent ? (LazyFieldLite) mine : new LazyFieldLite(); in visitOneofLazyMessage() local
|