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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certbase.h 41 BYTE *pbValue;
slpublic.h 94 const BYTE *pbValue
amvideo.idl 156 HRESULT IsUsingClock([out] int * pbValue);
158 HRESULT GetClockPeriod([out] int * pbValue);
amvideo.h     [all...]
mscat.h 65 BYTE *pbValue;
bcrypt.h 497 PUCHAR pbValue;
568 NTSTATUS WINAPI BCryptSetContextFunctionProperty(ULONG dwTable, LPCWSTR pszContext, ULONG dwInterface, LPCWSTR pszFunction, LPCWSTR pszProperty, ULONG cbValue, PUCHAR pbValue);
cmdtree.h 348 BYTE *pbValue;
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 219 std::unique_ptr<Value> deserializeValueFromPb(const pb::Value& pbValue,
222 const bool isWeak = pbValue.has_weak() ? pbValue.weak() : false;
225 if (pbValue.has_item()) {
226 value = deserializeItemFromPb(pbValue.item(), config, pool);
231 } else if (pbValue.has_compound_value()) {
232 const pb::CompoundValue pbCompoundValue = pbValue.compound_value();
337 deserializeItemCommon(pbValue, value.get());
TableProtoSerializer.cpp 253 pb::Value* pbValue = pbConfigValue->mutable_value();
255 pbValue->mutable_source());
257 pbValue->set_comment(util::utf16ToUtf8(configValue->value->getComment()));
261 pbValue->set_weak(true);
264 PbSerializerVisitor visitor(&sourcePool, &symbolPool, pbValue);
  /external/opencv3/3rdparty/include/dshow/
amvideo.h     [all...]

Completed in 958 milliseconds