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

  /external/protobuf/src/google/protobuf/compiler/java/
java_field.cc 64 if (IsLazy(field)) {
85 if (IsLazy(field)) {
105 if (IsLazy(field)) {
java_helpers.h 217 inline bool IsLazy(const FieldDescriptor* descriptor) {
  /external/llvm/include/llvm/Object/
FunctionIndexObjectFile.h 91 bool IsLazy = false);
  /external/llvm/lib/Object/
FunctionIndexObjectFile.cpp 89 bool IsLazy) {
97 BCOrErr.get(), DiagnosticHandler, IsLazy);
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 70 /// If IsLazy is true, parse the entire function summary into
77 bool IsLazy = false);
81 /// file, getFunctionInfoIndex is first invoked with IsLazy=true.
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 431 bool IsLazy = false;
467 bool IsLazy = false,
470 bool IsLazy = false,
    [all...]

Completed in 218 milliseconds