HomeSort by relevance Sort by last modified time
    Searched refs:is_lazy (Results 1 - 19 of 19) sorted by null

  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 153 if (iter->second.is_lazy) {
172 extension->is_lazy = false;
179 if (extension->is_lazy) {
197 if (iter->second.is_lazy) {
373 if (is_lazy) {
512 if (is_lazy) {
542 if (is_lazy) {
691 if (is_lazy) {
721 if (is_lazy) {
extension_set.cc 550 if (iter->second.is_lazy) {
571 extension->is_lazy = false;
578 if (extension->is_lazy) {
604 extension->is_lazy = false;
616 if (extension->is_lazy) {
648 extension->is_lazy = false;
652 if (extension->is_lazy) {
674 if (iter->second.is_lazy) {
703 if (iter->second.is_lazy) {
    [all...]
extension_set.h 504 // 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
    [all...]
  /external/v8/src/
code-stubs.h 962 bool is_lazy
984 bool is_lazy() const { return IsLazyAccessorBits::decode(minor_key_); } function in class:v8::CallApiCallbackStub
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 468 // message types currently. If is_lazy = true, the extension is stored in
470 bool is_lazy : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 468 // message types currently. If is_lazy = true, the extension is stored in
470 bool is_lazy : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 468 // message types currently. If is_lazy = true, the extension is stored in
470 bool is_lazy : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 468 // message types currently. If is_lazy = true, the extension is stored in
470 bool is_lazy : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 639 bool is_lazy = false; local
640 if (is_lazy) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 504 // 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
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc     [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc     [all...]
  /external/v8/src/s390/
code-stubs-s390.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/x87/
code-stubs-x87.cc     [all...]

Completed in 202 milliseconds