Home
last modified time | relevance | path

Searched refs:pop_back (Results 1 - 25 of 711) sorted by relevance

12345678910>>...29

/third_party/json/docs/examples/
H A Djson_pointer__pop_back.cpp12 // call pop_back() in main()
13 ptr.pop_back(); in main()
16 ptr.pop_back(); in main()
19 ptr.pop_back(); in main()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dblocklayout.cpp438 mNameStack.pop_back(); in exitStruct()
439 mMappedNameStack.pop_back(); in exitStruct()
450 mNameStack.pop_back(); in exitStructAccess()
451 mMappedNameStack.pop_back(); in exitStructAccess()
468 mNameStack.pop_back(); in exitArray()
469 mMappedNameStack.pop_back(); in exitArray()
471 mArraySizeStack.pop_back(); in exitArray()
487 mNameStack.pop_back(); in exitArrayElement()
488 mMappedNameStack.pop_back(); in exitArrayElement()
514 mNameStack.pop_back(); in visitOpaqueObject()
[all...]
H A DASTMetadataHLSL.cpp80 mParents.pop_back(); in visitControlFlow()
192 mLoopsAndSwitches.pop_back();
207 mIfs.pop_back();
296 mLoopsAndSwitches.pop_back();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp513 db.names.pop_back(); in parse_const_cast_expr()
539 db.names.pop_back(); in parse_dynamic_cast_expr()
565 db.names.pop_back(); in parse_reinterpret_cast_expr()
591 db.names.pop_back(); in parse_static_cast_expr()
669 db.names.pop_back(); in parse_sizeof_param_pack_expr()
788 db.names.pop_back(); in parse_dot_star_expr()
809 db.names.pop_back(); in parse_simple_id()
838 db.names.pop_back(); in parse_unresolved_type()
925 db.names.pop_back(); in parse_base_unresolved_name()
944 db.names.pop_back(); in parse_base_unresolved_name()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp76 Worklist.pop_back(); in buildTruncExpressionDag()
87 Worklist.pop_back(); in buildTruncExpressionDag()
88 Stack.pop_back(); in buildTruncExpressionDag()
95 Worklist.pop_back(); in buildTruncExpressionDag()
157 Worklist.pop_back(); in getMinBitWidth()
172 Worklist.pop_back(); in getMinBitWidth()
173 Stack.pop_back(); in getMinBitWidth()
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector_test.cc115 EXPECT_EQ(unique_vec.pop_back(), 1); in TEST()
121 EXPECT_EQ(unique_vec.pop_back(), 2); in TEST()
133 EXPECT_EQ(unique_vec.pop_back(), 1); in TEST()
138 EXPECT_EQ(unique_vec.pop_back(), 0); in TEST()
H A Dunique_vector.h97 T pop_back() { in pop_back() function
100 vector.pop_back(); in pop_back()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp472 StateStack.pop_back(); in mapTag()
491 StateStack.pop_back(); in endMapping()
516 StateStack.pop_back(); in postflightKey()
519 StateStack.pop_back(); in postflightKey()
532 StateStack.pop_back(); in endFlowMapping()
568 StateStack.pop_back(); in endSequence()
577 StateStack.pop_back(); in postflightElement()
580 StateStack.pop_back(); in postflightElement()
595 StateStack.pop_back(); in endFlowSequence()
H A DConvertUTFWrapper.cpp131 Out.pop_back(); in convertUTF16ToUTF8String()
149 DstUTF16.pop_back(); in convertUTF8ToUTF16String()
176 DstUTF16.pop_back(); in convertUTF8ToUTF16String()
/third_party/glslang/glslang/HLSL/
H A DhlslTokenStream.cpp94 tokenStreamStack.pop_back(); in popTokenStream()
95 tokenPosition.pop_back(); in popTokenStream()
97 currentTokenStack.pop_back(); in popTokenStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DValueList.h86 void pop_back() {
87 ValuePtrs.pop_back();
88 FullTypes.pop_back();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h145 void pop_back() { in pop_back() function in llvm::PriorityWorklist
150 V.pop_back(); in pop_back()
156 pop_back(); in pop_back_val()
171 V.pop_back(); in erase()
H A DSetVector.h221 void pop_back() {
224 vector_.pop_back();
229 pop_back();
/third_party/json/include/nlohmann/detail/input/
H A Djson_sax.hpp257 ref_stack.pop_back(); in end_object()
279 ref_stack.pop_back(); in end_array()
465 ref_stack.pop_back(); in end_object()
466 keep_stack.pop_back(); in end_object()
521 ref_stack.pop_back(); in end_array()
522 keep_stack.pop_back(); in end_array()
527 ref_stack.back()->m_value.array->pop_back(); in end_array()
619 key_keep_stack.pop_back(); in handle_value()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dcontainers_test.cpp71 vector.pop_back(); in TEST_F()
77 vector.pop_back(); in TEST_F()
83 vector.pop_back(); in TEST_F()
89 vector.pop_back(); in TEST_F()
105 vector.pop_back(); in TEST_F()
111 vector.pop_back(); in TEST_F()
117 vector.pop_back(); in TEST_F()
123 vector.pop_back(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.cpp18 Lists.pop_back(); in finalizeList()
34 Entries.pop_back(); in finalizeEntry()
/third_party/json/tests/src/
H A Dunit-json_pointer.cpp37 CHECK_THROWS_WITH_AS(p.pop_back(),
553 ptr.pop_back();
568 ptr.pop_back();
569 ptr.pop_back();
588 CHECK_THROWS_WITH(ptr.pop_back(),
627 ptr.pop_back();
636 ptr.pop_back();
637 ptr.pop_back();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp74 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction()
115 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution.cc70 under.pop_back(); in InitDiscreteDistribution()
72 over.pop_back(); in InitDiscreteDistribution()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgGeneratorState.hpp82 void popExpressionFlags (void) { m_exprFlagStack.pop_back(); } in popExpressionFlags()
86 void popPrecedence (void) { m_precedenceStack.pop_back(); } in popPrecedence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTFWrapper.cpp132 Out.pop_back(); in convertUTF16ToUTF8String()
150 DstUTF16.pop_back(); in convertUTF8ToUTF16String()
177 DstUTF16.pop_back(); in convertUTF8ToUTF16String()
/third_party/skia/modules/particles/include/
H A DSkParticleSerialization.h110 fStack.pop_back();
120 fStack.pop_back();
121 fArrayIndexStack.pop_back();
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles_test.cc232 nodes.pop_back(); in TEST()
240 edges.pop_back(); in TEST()
274 edges.pop_back(); in TEST()
336 nodes.pop_back(); in TEST()
343 edges.pop_back(); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAG.cpp284 WorkList.pop_back();
315 WorkList.pop_back();
497 WorkList.pop_back();
578 WorkList.pop_back();
621 WorkList.pop_back();
655 WorkList.pop_back();
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc743 parent_fields->pop_back(); in CompareWithFieldsInternal()
762 parent_fields->pop_back(); in CompareWithFieldsInternal()
785 parent_fields->pop_back(); in CompareWithFieldsInternal()
804 parent_fields->pop_back(); in CompareWithFieldsInternal()
828 parent_fields->pop_back(); in CompareWithFieldsInternal()
865 parent_fields->pop_back(); in CompareWithFieldsInternal()
982 parent_fields->pop_back(); in CompareRepeatedField()
997 parent_fields->pop_back(); in CompareRepeatedField()
1022 parent_fields->pop_back(); in CompareRepeatedField()
1029 parent_fields->pop_back(); in CompareRepeatedField()
[all...]

Completed in 19 milliseconds

12345678910>>...29