Searched refs:IsLazy (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_field.cc | 64 if (IsLazy(field)) { in MakeImmutableGenerator() 85 if (IsLazy(field)) { in MakeImmutableGenerator() 105 if (IsLazy(field)) { in MakeImmutableGenerator()
|
D | java_helpers.h | 217 inline bool IsLazy(const FieldDescriptor* descriptor) { in IsLazy() function
|
/external/llvm/lib/Object/ |
D | FunctionIndexObjectFile.cpp | 89 bool IsLazy) { in create() argument 97 BCOrErr.get(), DiagnosticHandler, IsLazy); in create()
|
/external/llvm/include/llvm/Object/ |
D | FunctionIndexObjectFile.h | 91 bool IsLazy = false);
|
/external/llvm/include/llvm/Bitcode/ |
D | ReaderWriter.h | 77 bool IsLazy = false);
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 431 bool IsLazy = false; member in __anonecb5182a0111::FunctionIndexBitcodeReader 467 bool IsLazy = false, 470 bool IsLazy = false, 5393 bool IsLazy, bool CheckFuncSummaryPresenceOnly) in FunctionIndexBitcodeReader() argument 5394 : DiagnosticHandler(DiagnosticHandler), Buffer(Buffer), IsLazy(IsLazy), in FunctionIndexBitcodeReader() 5398 DiagnosticHandlerFunction DiagnosticHandler, bool IsLazy, in FunctionIndexBitcodeReader() argument 5400 : DiagnosticHandler(DiagnosticHandler), Buffer(nullptr), IsLazy(IsLazy), in FunctionIndexBitcodeReader() 5448 if (foundFuncSummary() && !IsLazy) { in parseValueSymbolTable() 5466 if (foundFuncSummary() && !IsLazy) { in parseValueSymbolTable() 5528 if (IsLazy) { in parseModule() [all …]
|