Searched defs:is_lazy (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dextension_set.h504 // message types currently. If is_lazy = true, the extension is stored in
506 bool is_lazy : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc639 bool is_lazy = false; local
640 if (is_lazy) {
/external/v8/src/
H A Dcode-stubs.h962 bool is_lazy)
964 call_data_undefined, is_lazy) {}
968 bool is_lazy)
970 is_lazy) {}
974 bool call_data_undefined, bool is_lazy)
980 IsLazyAccessorBits::encode(is_lazy);
984 bool is_lazy() const { return IsLazyAccessorBits::decode(minor_key_); } function in class:v8::CallApiCallbackStub
961 CallApiCallbackStub(Isolate* isolate, bool is_store, bool call_data_undefined, bool is_lazy) argument
967 CallApiCallbackStub(Isolate* isolate, int argc, bool call_data_undefined, bool is_lazy) argument
973 CallApiCallbackStub(Isolate* isolate, int argc, bool is_store, bool call_data_undefined, bool is_lazy) argument

Completed in 141 milliseconds